Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60a5d73bcd | |||
| df8bfa8cec |
@@ -3,7 +3,6 @@
|
||||
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';
|
||||
@@ -59,18 +58,6 @@ 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">
|
||||
|
||||
Reference in New Issue
Block a user