chore: remove Next.js dependencies and update UI components with standard React
This commit is contained in:
		@@ -1,14 +1,11 @@
 | 
			
		||||
import { AnimatedSection } from '../../components/AnimatedSection'
 | 
			
		||||
import { HomeHero } from './HomeHero'
 | 
			
		||||
import { WorldMapSection } from './WorldMapSection'
 | 
			
		||||
import { StackSection } from './StackSection'
 | 
			
		||||
import { HomeHeroLight2 } from './HomeHeroLight2'
 | 
			
		||||
import { HomeHeroDark } from './HomeHeroDark'
 | 
			
		||||
import { HomeAurora } from './HomeAurora'
 | 
			
		||||
import { HomeMapSection } from './HomeMap'
 | 
			
		||||
import { HomeFeatures } from './HomeFeatures'
 | 
			
		||||
import { HomeCloud } from './HomeCloud'
 | 
			
		||||
import { HomeAgent } from './HomeAgent'
 | 
			
		||||
import { StackSectionLight } from './StackSection'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
export default function HomePage() {
 | 
			
		||||
  return (
 | 
			
		||||
@@ -17,12 +14,12 @@ export default function HomePage() {
 | 
			
		||||
        <HomeAurora />
 | 
			
		||||
      </AnimatedSection>
 | 
			
		||||
 | 
			
		||||
      <AnimatedSection id="next-section">
 | 
			
		||||
        <HomeFeatures />
 | 
			
		||||
      <AnimatedSection>
 | 
			
		||||
        <StackSectionLight />
 | 
			
		||||
      </AnimatedSection>
 | 
			
		||||
 | 
			
		||||
      <AnimatedSection >
 | 
			
		||||
        <HomeMapSection />
 | 
			
		||||
      <AnimatedSection>
 | 
			
		||||
        <HomeFeatures />
 | 
			
		||||
      </AnimatedSection>
 | 
			
		||||
 | 
			
		||||
      <AnimatedSection>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user