From 2ab245ea34522f4a75ab1c04f0a25914c29e8ee3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:35:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 271 ++++++++++++----------------------------------- 1 file changed, 65 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d95afe..f49e4af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,10 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,102 +48,54 @@ export default function LandingPage() {
@@ -163,19 +107,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Projects Won", - value: "150+", - }, + label: "Projects Won", value: "150+"}, { icon: Users, - label: "Happy Clients", - value: "85+", - }, + label: "Happy Clients", value: "85+"}, { icon: Zap, - label: "Years Active", - value: "10+", - }, + label: "Years Active", value: "10+"}, ]} metricsAnimation="slide-up" /> @@ -188,20 +126,11 @@ export default function LandingPage() { description="We offer a suite of creative services tailored to your business needs." accordionItems={[ { - id: "f1", - title: "Brand Strategy", - content: "Defining your identity in a cluttered market.", - }, + id: "f1", title: "Brand Strategy", content: "Defining your identity in a cluttered market."}, { - id: "f2", - title: "Digital Design", - content: "Beautiful, high-conversion interfaces.", - }, + id: "f2", title: "Digital Design", content: "Beautiful, high-conversion interfaces."}, { - id: "f3", - title: "Campaign Growth", - content: "Marketing strategies that scale.", - }, + id: "f3", title: "Campaign Growth", content: "Marketing strategies that scale."}, ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-smartphone-graphics_23-2148080988.jpg?_wi=2" mediaAnimation="blur-reveal" @@ -213,14 +142,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "TechCorp", - "InnovateLab", - "GrowthCo", - "StartupXYZ", - "DigitalWave", - "CloudSync", - "NexusDesign", - ]} + "TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalWave", "CloudSync", "NexusDesign"]} title="Trusted by Leaders" description="We partner with forward-thinking companies to build greatness." /> @@ -233,52 +155,28 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", - price: "$5,000", - name: "Starter", - buttons: [ + id: "basic", price: "$5,000", name: "Starter", buttons: [ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, ], features: [ - "Brand Audit", - "Logo Design", - "Style Guide", - ], + "Brand Audit", "Logo Design", "Style Guide"], }, { - id: "pro", - price: "$12,000", - name: "Professional", - buttons: [ + id: "pro", price: "$12,000", name: "Professional", buttons: [ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, ], features: [ - "Full Rebrand", - "UI/UX Design", - "Social Assets", - ], + "Full Rebrand", "UI/UX Design", "Social Assets"], }, { - id: "ent", - price: "$25,000", - name: "Enterprise", - buttons: [ + id: "ent", price: "$25,000", name: "Enterprise", buttons: [ { - text: "Contact Us", - href: "#contact", - }, + text: "Contact Us", href: "#contact"}, ], features: [ - "Design Systems", - "Growth Strategy", - "Full Support", - ], + "Design Systems", "Growth Strategy", "Full Support"], }, ]} title="Transparent Pricing" @@ -291,30 +189,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Jane D.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg?_wi=2", - }, + id: "t1", name: "Jane D.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg?_wi=2"}, { - id: "t2", - name: "Mark S.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-away_23-2148452694.jpg?_wi=2", - }, + id: "t2", name: "Mark S.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-away_23-2148452694.jpg?_wi=2"}, { - id: "t3", - name: "Lisa R.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", - }, + id: "t3", name: "Lisa R.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg"}, { - id: "t4", - name: "Tom B.", - imageSrc: "http://img.b2bpic.net/free-photo/grayscale-photo-smiling-woman-wearing-turtleneck-top_250224-182.jpg", - }, + id: "t4", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/grayscale-photo-smiling-woman-wearing-turtleneck-top_250224-182.jpg"}, { - id: "t5", - name: "Sarah K.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", - }, + id: "t5", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"}, ]} cardTitle="What They Say" cardTag="Testimonials" @@ -327,20 +210,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "How do we start?", - content: "Just schedule a discovery call through our contact form.", - }, + id: "q1", title: "How do we start?", content: "Just schedule a discovery call through our contact form."}, { - id: "q2", - title: "What's the process?", - content: "Discovery, Strategy, Design, and Delivery.", - }, + id: "q2", title: "What's the process?", content: "Discovery, Strategy, Design, and Delivery."}, { - id: "q3", - title: "Do you work remotely?", - content: "Yes, we are a fully remote global studio.", - }, + id: "q3", title: "Do you work remotely?", content: "Yes, we are a fully remote global studio."}, ]} sideTitle="Questions?" faqsAnimation="slide-up" @@ -348,51 +222,36 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file