From 920965286b41355dbdb44e33039f58350dd65c0a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:05:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 94 ++++++++++++++---------------------------------- 1 file changed, 26 insertions(+), 68 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 274eee6..d3a1c04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,12 +5,10 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Zap, CheckCircle, Target, Lightbulb, Star, Handshake, Quote, HelpCircle } from "lucide-react"; +import { Zap, CheckCircle, Target, Lightbulb, HelpCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -32,7 +30,6 @@ export default function LandingPage() { navItems={[ { name: "How It Works", id: "features" }, { name: "Why Us", id: "about" }, - { name: "Testimonials", id: "testimonial" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, ]} @@ -53,16 +50,18 @@ export default function LandingPage() { mediaAnimation="blur-reveal" buttons={[ { text: "Get Your Free Strategy Call", href: "contact" }, - { text: "See Our Work", href: "testimonial" }, + { text: "See Our Work", href: "#faq" }, ]} buttonAnimation="slide-up" testimonials={[ { name: "Michael Torres", handle: "Owner, Torres Construction", testimonial: "Within 3 months, we went from zero online presence to landing 5+ qualified leads per week. Game-changing results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-indian-business-man-sitting-armchair_1262-3183.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/confident-indian-business-man-sitting-armchair_1262-3183.jpg?_wi=1" + }, { name: "Sarah Chen", handle: "CEO, Chen's Salon & Spa", testimonial: "Their team understood our local market perfectly. Bookings increased by 200% in the first quarter. Absolutely brilliant.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-executive-with-glasses_1098-760.jpg?_wi=1" + }, ]} testimonialRotationInterval={5000} background={{ variant: "glowing-orb" }} @@ -98,71 +97,24 @@ export default function LandingPage() { features={[ { id: 1, - title: "Discovery & Strategy", description: "We analyze your business, competitors, and local market to create a targeted digital strategy that generates qualified leads.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=2"}, + title: "Discovery & Strategy", description: "We analyze your business, competitors, and local market to create a targeted digital strategy that generates qualified leads.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=2" + }, { id: 2, - title: "Design & Development", description: "Our team builds a high-converting website optimized for your target audience with seamless user experience and fast load times.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=3"}, + title: "Design & Development", description: "Our team builds a high-converting website optimized for your target audience with seamless user experience and fast load times.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=3" + }, { id: 3, - title: "Launch & Optimization", description: "We deploy your website, set up analytics, and continuously optimize based on real user data to maximize conversions.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=4"}, + title: "Launch & Optimization", description: "We deploy your website, set up analytics, and continuously optimize based on real user data to maximize conversions.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=4" + }, { id: 4, - title: "Growth & Scaling", description: "We implement ongoing marketing strategies to drive consistent traffic, leads, and revenue growth month after month.", imageSrc: "http://img.b2bpic.net/free-photo/tablet-shows-analytics-data-meeting_482257-120318.jpg?_wi=5"}, - ]} - /> - - -
-
-
- -
-
@@ -212,7 +170,7 @@ export default function LandingPage() { { label: "How It Works", href: "#features" }, { label: "Why Us", href: "#about" }, { label: "Our Process", href: "#features" }, - { label: "Testimonials", href: "#testimonial" }, + { label: "FAQ", href: "#faq" }, ], }, {