From 0583181f8496ec1271587ad2a9515f33e53cf181 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 20:42:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aad5a77..57736ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,7 @@ export default function LandingPage() { { id: "2", name: "John Smith", handle: "@john", testimonial: "Best service we have ever received.", imageSrc: "http://img.b2bpic.net/free-photo/couple-hanging-art-picture-wall_1398-1789.jpg" }, { id: "3", name: "Sarah Lee", handle: "@sarah", testimonial: "Highly professional and punctual team.", imageSrc: "http://img.b2bpic.net/free-photo/serious-unshaven-man-expert-tries-explain-his-idea-wife_273609-44258.jpg" }, { id: "4", name: "Mark Wilson", handle: "@mark", testimonial: "A true professional finish, very satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/illustration-application-user-feedback-response_53876-125143.jpg" }, - { id: "5", name: "Emily Chen", handle: "@emily", testimonial: "Will use them again for future projects.", imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086834.jpg" }, + { id: "5", name: "Emily Chen", handle: "@emily", testimonial: "Will use them again for future projects.", imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-new-home-together_23-2149086834.jpg" }, ]} title="Client Stories" description="Hear from our happy clients about their experience with Doctor Paint." @@ -146,7 +146,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { id: "1", title: "What paints do you use?", content: "We use premium, high-quality, eco-friendly paints." }, + { id: "1", title: "What paints do you use?", content: "We use premium, industrial-grade paints designed for maximum durability and long-lasting protection, while ensuring all products are low-VOC and safe for your family and environment." }, { id: "2", title: "How long does a job take?", content: "Times vary based on project size, typically 1-3 days." }, { id: "3", title: "Do you provide estimates?", content: "Yes, we provide free written estimates for every project." }, ]} @@ -189,4 +189,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1