forked from UKSOURCE/ipv6
fix: update agenda section, update keyinvites(vip guest) section
This commit is contained in:
@@ -6,6 +6,7 @@ import VisionSection from "@/app/components/home/VisionSection";
|
||||
import StatsSection from "@/app/components/home/StatsSection";
|
||||
import AgendaSection from "@/app/components/home/AgendaSection";
|
||||
import SpeakerSpotlightSection from "@/app/components/home/SpeakerSpotlightSection";
|
||||
import KeyInviteesSection from "@/app/components/home/KeyInviteesSection";
|
||||
import GallerySection from "@/app/components/home/GallerySection";
|
||||
import PartnersCarousel from "@/app/components/home/PartnersCarousel";
|
||||
|
||||
@@ -19,6 +20,7 @@ export default function HomePageClient() {
|
||||
<StatsSection data={home.stats} />
|
||||
<AgendaSection data={home.agenda} />
|
||||
<SpeakerSpotlightSection data={home.speakers} />
|
||||
<KeyInviteesSection data={home.keyInvitees} />
|
||||
<PartnersCarousel eyebrow={home.partners.eyebrow} title={home.partners.title} />
|
||||
<GallerySection data={home.gallery} />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user