Merge version_2 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user