15 Commits

Author SHA1 Message Date
e9ceb5b32f Update src/app/page.tsx 2026-03-13 20:17:22 +00:00
0bfee72959 Merge version_3 into main
Merge version_3 into main
2026-03-13 20:14:54 +00:00
e89b4c799e Update src/app/page.tsx 2026-03-13 20:14:50 +00:00
ab3504bbdf Merge version_3 into main
Merge version_3 into main
2026-03-13 20:14:27 +00:00
6c75e8216a Update src/app/page.tsx 2026-03-13 20:14:23 +00:00
e8a8ffed52 Merge version_2 into main
Merge version_2 into main
2026-03-13 20:12:12 +00:00
1f5c016b72 Update src/app/page.tsx 2026-03-13 20:12:08 +00:00
71353e4efe Merge version_1 into main
Merge version_1 into main
2026-03-13 20:03:57 +00:00
415372ad99 Merge version_1 into main
Merge version_1 into main
2026-03-13 20:03:28 +00:00
2557b38847 Merge version_1 into main
Merge version_1 into main
2026-03-13 20:02:54 +00:00
dd9e7b04ee Merge version_1 into main
Merge version_1 into main
2026-03-13 20:02:21 +00:00
95ea73e7e8 Merge version_1 into main
Merge version_1 into main
2026-03-13 20:01:33 +00:00
043eb898a5 Merge version_1 into main
Merge version_1 into main
2026-03-13 20:00:54 +00:00
24ab73de2a Merge version_1 into main
Merge version_1 into main
2026-03-13 20:00:18 +00:00
cb9e9542ef Merge version_1 into main
Merge version_1 into main
2026-03-13 19:58:53 +00:00

View File

@@ -184,6 +184,24 @@ export default function LandingPage() {
},
{
id: "testimonial-6", name: "Maria Rodriguez", date: "2 weeks ago", title: "Highly Recommended", quote: "Best pressure washing service in the area. They transform your property and the team is always friendly and efficient.", tag: "Complete Exterior", avatarSrc: "http://img.b2bpic.net/free-photo/picture-beautiful-smiling-woman-against-blurry-background_181624-19438.jpg", avatarAlt: "Maria Rodriguez"
},
{
id: "testimonial-7", name: "James Rodriguez", date: "3 days ago", title: "Outstanding Service", quote: "From the initial quote to the final cleanup, everything was professional and thorough. Our driveway looks brand new. Will definitely call them again next year.", tag: "Driveway Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-man-smiling-casual-portrait_176420-7012.jpg", avatarAlt: "James Rodriguez"
},
{
id: "testimonial-8", name: "Sarah Thompson", date: "1 week ago", title: "Exceeded Expectations", quote: "I was skeptical about pressure washing, but WBCTC Superior completely transformed my home's appearance. The professionalism and attention to detail is unmatched.", tag: "House Washing", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-indoors_176420-6986.jpg", avatarAlt: "Sarah Thompson"
},
{
id: "testimonial-9", name: "Michael Chen", date: "5 days ago", title: "Five Stars All Around", quote: "Professional crew, fair pricing, and impeccable work. They treated my property with care and the results speak for themselves. Highly recommended!", tag: "Full Property Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-asian-man-portrait-professional-business-attire_176420-7045.jpg", avatarAlt: "Michael Chen"
},
{
id: "testimonial-10", name: "Linda Martinez", date: "2 days ago", title: "Best Decision Ever", quote: "Called for a deck cleaning and ended up getting the whole exterior done. Best decision! The team was friendly, efficient, and the results are fantastic.", tag: "Deck Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-face-portrait-smiling_176420-6975.jpg", avatarAlt: "Linda Martinez"
},
{
id: "testimonial-11", name: "Robert Johnson", date: "1 week ago", title: "Professional Excellence", quote: "Had concerns about water damage, but their experts assured me and delivered flawlessly. My fence looks revitalized and protected. Worth every penny.", tag: "Fence Cleaning", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-business-casual-outdoor_176420-6998.jpg", avatarAlt: "Robert Johnson"
},
{
id: "testimonial-12", name: "Patricia White", date: "6 days ago", title: "Reliable & Trustworthy", quote: "Third year in a row using their service. Consistency, quality, and great customer service keep me coming back. Can't recommend them enough!", tag: "Seasonal Service", avatarSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-portrait-outdoors_176420-7020.jpg", avatarAlt: "Patricia White"
}
]}
buttons={[{ text: "Get Your Free Quote", href: "#contact" }]}
@@ -268,11 +286,11 @@ export default function LandingPage() {
imageAlt="Professional pressure washing service"
mediaAnimation="blur-reveal"
mediaPosition="right"
buttonText="Request Free Quote"
buttonText="Get Free Quote Now"
className="w-full"
containerClassName="max-w-7xl mx-auto"
titleClassName="text-4xl lg:text-5xl font-extrabold"
descriptionClassName="text-lg text-opacity-90"
descriptionClassName="text-lg text-opacity-90 pb-2"
buttonClassName="px-8 py-3 rounded-lg font-semibold w-full sm:w-auto"
/>
</div>