From 1e202b6cb7de5f1086c6d24d561af2e44198f4cd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 14:32:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 99 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 95 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e2f9a5..f33daff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, CheckCircle, MapPin, Zap, Sparkles, Shield, ImageIcon, Calendar, ChevronLeft, ChevronRight } from 'lucide-react'; +import { Award, CheckCircle, MapPin, Zap, Sparkles, Shield, ImageIcon, Calendar, ChevronLeft, ChevronRight, Phone, Mail, Clock } from 'lucide-react'; import { useState } from 'react'; interface BeforeAfterImage { @@ -112,6 +112,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "About Clifton", id: "about" }, { name: "Results", id: "results" }, + { name: "Location", id: "location" }, { name: "FAQ", id: "faq" } ]} button={{ @@ -203,6 +204,96 @@ export default function LandingPage() { +
+
+
+
+
+ + Visit Us +
+

+ Perfect It Detailing Location +

+

+ We serve the Cleveland, Tennessee area with mobile detailing. Visit our location or schedule an appointment at your preferred location. +

+
+ +
+ {/* Map Section */} +
+