From 0e99b4d6dfc827d434ef3e4e307a0131ebd2b697 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 18:39:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 291 +++++++++-------------------------------------- 1 file changed, 53 insertions(+), 238 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bcdc1f..02d4c57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -159,27 +84,15 @@ export default function LandingPage() {
@@ -190,36 +103,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "10", - title: "Years of Dedication", - items: [ - "Deep expertise", - "Proven methods", - ], - }, - { - id: "m2", - value: "98%", - title: "Referral Rate", - items: [ - "Trusted by families", - "Repeat clients", - ], - }, - { - id: "m3", - value: "48hrs", - title: "Quote Response", - items: [ - "Fast service", - "Clear communication", - ], - }, + { id: "m1", value: "15+", title: "Years of Stewardship", items: ["Faith-led service", "Expert techniques"] }, + { id: "m2", value: "98%", title: "Client Trust Rating", items: ["Referral-based growth", "Homeowner satisfaction"] }, + { id: "m3", value: "48h", title: "Quote Response", items: ["Honest communication", "Fast evaluation"] }, ]} - title="Quality by the Numbers" - description="Our commitment to quality construction services has built trust across Tampa Bay." + title="Excellence in Numbers" + description="Our commitment to faith-led quality has defined our residential service across Tampa Bay." /> @@ -229,44 +118,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Sarah D.", - role: "Homeowner", - testimonial: "Sacred Restoration completely transformed my home. The drywall finish is flawless.", - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg", - }, - { - id: "2", - name: "Michael R.", - role: "Homeowner", - testimonial: "Honest, reliable, and professional. The painting work was top-notch.", - imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813108.jpg", - }, - { - id: "3", - name: "Jennifer T.", - role: "Homeowner", - testimonial: "You can tell they truly care about the quality of their work.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-relaxed-tall-muscular-young-model-wearing-plain-heather-gray-longsleeve-t-shirt-slim-gray-jeans-leaning-wooden-stepladder-isolated-white_346278-1036.jpg", - }, - { - id: "4", - name: "David W.", - role: "Homeowner", - testimonial: "They were clean, prompt, and communicative throughout the whole project.", - imageSrc: "http://img.b2bpic.net/free-photo/examination-serious-young-adult-woman-business-gray-suit-heels-wearing-safety-helmet-looking-document-smiling-three-men-waiting-construction-site_259150-57759.jpg", - }, - { - id: "5", - name: "Robert L.", - role: "Homeowner", - testimonial: "Highly recommended for any drywall or painting needs in Tampa.", - imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg", - }, + { id: "1", name: "Sarah D.", role: "Tampa Resident", testimonial: "They treated my home with such respect. The painting work was truly inspired.", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg" }, + { id: "2", name: "Michael R.", role: "Homeowner", testimonial: "Honest, faithful service. The drywall finish is absolutely perfect.", imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813108.jpg" }, + { id: "3", name: "Jennifer T.", role: "Homeowner", testimonial: "You can tell they genuinely care about their craft and the people they serve.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-relaxed-tall-muscular-young-model-wearing-plain-heather-gray-longsleeve-t-shirt-slim-gray-jeans-leaning-wooden-stepladder-isolated-white_346278-1036.jpg" }, ]} - title="What Tampa Homeowners Say" - description="Trust is earned through results. See why our clients recommend Sacred Restoration." + title="Trusted by Tampa Families" + description="See why residents trust Sacred Restoration for their interior home painting projects." /> @@ -275,24 +132,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", - title: "What areas do you serve?", - content: "We serve Tampa and surrounding communities throughout the Tampa Bay area.", - }, - { - id: "q2", - title: "Do you offer free estimates?", - content: "Yes! Contact us to schedule a site visit and receive a detailed, transparent estimate.", - }, - { - id: "q3", - title: "How long does a typical room take?", - content: "Project timelines vary based on scope, but we provide realistic estimates during the initial quote.", - }, + { id: "q1", title: "Do you perform residential interior painting?", content: "Yes, interior residential painting is our primary specialty for Tampa homeowners." }, + { id: "q2", title: "How do you define faith-led service?", content: "It means we operate with absolute honesty, treating your home and your budget as if they were our own." }, + { id: "q3", title: "How do I request a painting estimate?", content: "Contact us today for a free, transparent site visit and estimate." }, ]} - title="Common Questions" - description="Answers to the questions we receive most about our residential services." + title="Frequently Asked Questions" + description="Learn more about our residential restoration and painting processes." faqsAnimation="slide-up" /> @@ -300,14 +145,12 @@ export default function LandingPage() {
@@ -315,42 +158,14 @@ export default function LandingPage() { ); -} +} \ No newline at end of file