From 34896608038845b945553d23088970aa33552238 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 04:30:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 64 ++++++++++++++---------------------------------- 1 file changed, 19 insertions(+), 45 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59c514e..8369408 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,10 +7,9 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; -import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; +import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Award, MapPin, Scissors, Star, Zap, Users, Sparkles } from "lucide-react"; +import { Award, MapPin, Scissors, Star, Zap, Users, Sparkles, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -150,49 +149,25 @@ export default function LandingPage() { /> -
- -
-
-
@@ -218,7 +193,6 @@ Phone: (206) 762-2255" { title: "Company", items: [ { label: "About", href: "#about" }, - { label: "Testimonials", href: "#testimonials" }, { label: "Hours", href: "#hours" }, ], }, -- 2.49.1