Update src/app/page.tsx

This commit is contained in:
2026-01-20 16:22:16 +00:00
parent 4127ff9a47
commit 8a2d65f454

View File

@@ -3,6 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import TextAbout from '@/components/sections/about/TextAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -58,6 +59,18 @@ export default function LandingPage() {
autoplayDelay={4000}
showDimOverlay={true}
/>
<HeroBillboardScroll
title="Watch Your Success Scroll"
description="Experience smooth, performant animations as you scroll through real creator success stories"
tag="Gallery Preview"
imageSrc="https://img.b2bpic.net/free-photo/young-content-creator-using-cellphone-film-room-tour-subscribers_482257-118706.jpg"
imageAlt="Creator dashboard and earnings visualization"
buttons={[
{
text: "Explore Gallery", href: "top-creators"
}
]}
/>
</div>
<div id="about" data-section="about">