forked from UKSOURCE/ipv6
Adding Vietnamese version of IPV6, Rewrite content of README.md
This commit is contained in:
+2
-14
@@ -1,17 +1,5 @@
|
||||
import home from "@/app/data/home.json";
|
||||
import HeroSection from "@/app/components/home/HeroSection";
|
||||
import VisionSection from "@/app/components/home/VisionSection";
|
||||
import StatsSection from "@/app/components/home/StatsSection";
|
||||
import AgendaSection from "@/app/components/home/AgendaSection";
|
||||
import HomePageClient from "@/app/components/home/HomePageClient";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<main className="pt-16 lg:pt-20">
|
||||
<HeroSection data={home.hero} />
|
||||
<VisionSection data={home.vision} />
|
||||
<StatsSection data={home.stats} />
|
||||
<AgendaSection data={home.agenda} />
|
||||
</main>
|
||||
);
|
||||
return <HomePageClient />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user