From bf19d7f42307d1f6a96e21997944b0a849e70b15 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:20:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 +++++++++++------------------------------------ 1 file changed, 49 insertions(+), 166 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d17779..413de93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,19 +45,14 @@ export default function LandingPage() {
@@ -149,37 +104,16 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "p1", - badge: "Launch", - price: "$5,000/mo", - subtitle: "Perfect for early-stage teams", - features: [ - "3 creative assets/mo", - "Basic ad setup", - "Standard performance report", - ], + id: "p1", badge: "Launch", price: "$5,000/mo", subtitle: "Perfect for early-stage teams", features: [ + "3 creative assets/mo", "Basic ad setup", "Standard performance report"], }, { - id: "p2", - badge: "Scale", - price: "$12,000/mo", - subtitle: "For fast-growing brands", - features: [ - "10 creative assets/mo", - "Advanced split testing", - "Priority support", - ], + id: "p2", badge: "Scale", price: "$12,000/mo", subtitle: "For fast-growing brands", features: [ + "10 creative assets/mo", "Advanced split testing", "Priority support"], }, { - id: "p3", - badge: "Elite", - price: "$25,000/mo", - subtitle: "For enterprise dominance", - features: [ - "Unlimited creative assets", - "Dedicated growth squad", - "Custom attribution modeling", - ], + id: "p3", badge: "Elite", price: "$25,000/mo", subtitle: "For enterprise dominance", features: [ + "Unlimited creative assets", "Dedicated growth squad", "Custom attribution modeling"], }, ]} title="Performance Packages" @@ -194,45 +128,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Alex Rivers", - handle: "@arivers", - testimonial: "The design quality is unmatched. We saw a 40% lift in CTR within the first week.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-executive_1098-4078.jpg", - }, + id: "t1", name: "Alex Rivers", handle: "@arivers", testimonial: "The design quality is unmatched. We saw a 40% lift in CTR within the first week.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-executive_1098-4078.jpg"}, { - id: "t2", - name: "Sarah Chen", - handle: "@schen_dev", - testimonial: "Finally, an agency that understands that ads should look as premium as the product.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg", - }, + id: "t2", name: "Sarah Chen", handle: "@schen_dev", testimonial: "Finally, an agency that understands that ads should look as premium as the product.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-white_1368-6366.jpg"}, { - id: "t3", - name: "Marcus Thorne", - handle: "@mthorne", - testimonial: "Performance has skyrocketed. Their design process is truly systematic.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera-while-colleagues-working-ba_1170-1873.jpg", - }, + id: "t3", name: "Marcus Thorne", handle: "@mthorne", testimonial: "Performance has skyrocketed. Their design process is truly systematic.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-smiling-camera-while-colleagues-working-ba_1170-1873.jpg"}, { - id: "t4", - name: "Elena V.", - handle: "@elena_growth", - testimonial: "Clean, aggressive, and highly effective. Best investment for our marketing funnel.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149322942.jpg", - }, + id: "t4", name: "Elena V.", handle: "@elena_growth", testimonial: "Clean, aggressive, and highly effective. Best investment for our marketing funnel.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/empowered-business-woman-working-city_23-2149322942.jpg"}, { - id: "t5", - name: "Jordan P.", - handle: "@jordan_p", - testimonial: "The systematic approach they bring to ad creative completely transformed our ROAS.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-executive_1098-4078.jpg", - }, + id: "t5", name: "Jordan P.", handle: "@jordan_p", testimonial: "The systematic approach they bring to ad creative completely transformed our ROAS.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-executive_1098-4078.jpg"}, ]} showRating={true} title="Proven Results" @@ -241,80 +150,54 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1