2 Commits

Author SHA1 Message Date
0583181f84 Update src/app/page.tsx 2026-04-26 20:42:52 +00:00
aa5015f05c Merge version_3 into main
Merge version_3 into main
2026-04-26 20:41:56 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}