feat: update homepage UI with new cloud section and simplified gradient backgrounds
This commit is contained in:
		@@ -7,6 +7,8 @@ import { HomeHeroDark } from './HomeHeroDark'
 | 
			
		||||
import { HomeAurora } from './HomeAurora'
 | 
			
		||||
import { HomeMapSection } from './HomeMap'
 | 
			
		||||
import { HomeFeatures } from './HomeFeatures'
 | 
			
		||||
import { HalfGlobe } from '@/components/ui/HalfGlobe'
 | 
			
		||||
import { HomeCloud } from './HomeCloud'
 | 
			
		||||
 | 
			
		||||
export default function HomePage() {
 | 
			
		||||
  return (
 | 
			
		||||
@@ -24,8 +26,9 @@ export default function HomePage() {
 | 
			
		||||
      </AnimatedSection>
 | 
			
		||||
 | 
			
		||||
      <AnimatedSection>
 | 
			
		||||
        <StackSection />
 | 
			
		||||
       <HomeCloud />
 | 
			
		||||
      </AnimatedSection>
 | 
			
		||||
 | 
			
		||||
    </div>
 | 
			
		||||
  )
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user