From cc0486ba85b81557b0404886af1482f9bc4b3abe Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 05:09:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6643b15..ee624d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,8 +44,8 @@ export default function LandingPage() { @@ -83,7 +83,7 @@ export default function LandingPage() { { title: "Interior Remodeling", description: "Full-service interior renovations tailored to your personal taste and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278568.jpg" }, ]} title="Our Expert Services" - description="We specialize in both commercial and residential projects across Mount Juliet." + description="We specialize in both commercial and residential projects across Mount Juliet and middle Tennessee." /> @@ -101,7 +101,7 @@ export default function LandingPage() { ]} showRating={true} title="Trusted by Local Homeowners" - description="Hear what our Mount Juliet community says about our restoration work." + description="Hear what our Mount Juliet and middle Tennessee community says about our restoration work." /> @@ -110,7 +110,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "f1", title: "How long have you been in business?", content: "We have been providing expert construction and restoration services in Mount Juliet for over 18 years." }, + { id: "f1", title: "How long have you been in business?", content: "We have been providing expert construction and restoration services in Mount Juliet and middle Tennessee for over 18 years." }, { id: "f2", title: "Do you handle both residential and commercial?", content: "Yes, we specialize in both types of projects with dedicated expertise for each." }, { id: "f3", title: "Are you fully insured and licensed?", content: "Absolutely. We are fully licensed and insured for all construction and restoration tasks." }, ]} @@ -157,7 +157,7 @@ export default function LandingPage() { ], }, ]} - copyrightText="© 2024 Restoration Inc. Mount Juliet, TN. Construction: 615-686-6921 | Restoration: 615-525-6813" + copyrightText="© 2024 Restoration Inc. Mount Juliet and middle Tennessee. Construction: 615-686-6921 | Restoration: 615-525-6813" /> -- 2.49.1