From f3a38bc4495ed4fa85323c47d8b92f18c28806ee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:45:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 39523ee..13df7f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; + import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; @@ -54,8 +54,7 @@ export default function HvacPage() { ]} avatarText="Trusted by 10,000+ happy renters" buttons={[ - { text: "Browse Vehicles", href: "#services" }, - { text: "How It Works", href: "#process" }, + { text: "Browse Vehicles", href: "#services" } ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/city-hatchback-taking-countryside-curve-golden-hour-daily-commute_169016-70074.jpg" @@ -132,22 +131,6 @@ export default function HvacPage() { useInvertedBackground={false} /> -