2 Commits

Author SHA1 Message Date
60a5d73bcd Update src/app/page.tsx 2026-01-20 16:28:45 +00:00
df8bfa8cec Update src/app/page.tsx 2026-01-20 16:26:29 +00:00

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import TextAbout from '@/components/sections/about/TextAbout'; import TextAbout from '@/components/sections/about/TextAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TeamCardFive from '@/components/sections/team/TeamCardFive';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -59,18 +58,6 @@ export default function LandingPage() {
autoplayDelay={4000} autoplayDelay={4000}
showDimOverlay={true} 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>
<div id="about" data-section="about"> <div id="about" data-section="about">