From 79ef51f271a04000b75fcd1b6790e6f74fb6a4b9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 03:26:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 +++------------------------------------------- 1 file changed, 3 insertions(+), 43 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f0eb17..5ef37b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCenter from '@/components/sections/contact/ContactCenter'; @@ -34,7 +33,6 @@ export default function LandingPage() { navItems={[ { name: "Solutions", id: "solutions" }, { name: "How It Works", id: "how-it-works" }, - { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} @@ -84,7 +82,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Functional Website", description: "Professional, mobile-optimized websites that showcase your services and capture leads automatically. Built for conversion with trust signals and social proof.", phoneOne: { + title: "Functional Website", description: "Professional, mobile-optimized websites that showcase your services and capture leads automatically.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-mobile-phone-mockup-displaying-a-profe-1773371982806-78b3be9e.png" }, phoneTwo: { @@ -93,7 +91,7 @@ export default function LandingPage() { }, { id: 2, - title: "Automated Review Funnel", description: "Systematically generate 5-star Google and Facebook reviews. Automated follow-up sequences turn satisfied customers into online advocates.", phoneOne: { + title: "Automated Review Funnel", description: "Systematically generate 5-star Google and Facebook reviews.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-mobile-phone-mockup-showing-a-review-c-1773371983642-47ff6aa8.png" }, phoneTwo: { @@ -102,7 +100,7 @@ export default function LandingPage() { }, { id: 3, - title: "Missed Call Response", description: "Never miss another lead. Automatically capture and nurture missed calls with SMS and email sequences that convert prospects into customers.", phoneOne: { + title: "Missed Call Response", description: "Never miss another lead. Automatically capture and nurture missed calls.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjjyHBPHXRrHGOlh4w7NKrwjA1/a-mobile-phone-mockup-showing-the-missed-1773371982443-f2509ed3.png" }, phoneTwo: { @@ -159,44 +157,6 @@ export default function LandingPage() { /> -
- -
-