From 707484efbe44aaa24f71ddfb1ae598160057941a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 18:48:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 590e6c0..ebb4785 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import MediaAbout from '@/components/sections/about/MediaAbout'; @@ -63,6 +62,7 @@ export default function LandingPage() { { id: "3", icon: Users, title: "Happy Clients", value: "80+" } ]} textboxLayout="split" + useInvertedBackground={false} /> @@ -71,7 +71,6 @@ export default function LandingPage() { title="The Visionary" description="At 19, I've spent thousands of hours analyzing the psychology behind a click. My approach is simple: minimalist design language, maximum visual impact, and data-backed aesthetics." tag="About Me" - mediaAnimation="slide-up" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdD1hXDgi5n61WdlkA73mzvW0Y/portrait-of-a-creative-19-year-old-desig-1774809930918-078a29ec.png" useInvertedBackground={false} /> @@ -89,6 +88,7 @@ export default function LandingPage() { { id: "2", brand: "Tech", name: "Unboxing Mastery", price: "Performance", rating: 5, reviewCount: "CTR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdD1hXDgi5n61WdlkA73mzvW0Y/tech-review-youtube-thumbnail-clean-layo-1774809928892-39797f37.png" }, { id: "3", brand: "Lifestyle", name: "Daily Vibe", price: "Performance", rating: 5, reviewCount: "CTR", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdD1hXDgi5n61WdlkA73mzvW0Y/vlog-style-high-energy-youtube-thumbnail-1774809929141-b4c3fbff.png" }, ]} + useInvertedBackground={false} /> @@ -100,6 +100,7 @@ export default function LandingPage() { description="Ready to level up your YouTube performance? Let's discuss your project goals." buttons={[{ text: "Email me", href: "mailto:hello@leon.design" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1