Update src/app/page.tsx

This commit is contained in:
2026-04-15 15:18:36 +00:00
parent 4e7b52f1c8
commit bd463a2311

View File

@@ -43,17 +43,17 @@ export default function LandingPage() {
title="Professional Sofa & Carpet Cleaning Near You"
description="Deep cleaning, fast drying, same-day service available. Safe for kids and pets."
testimonials={[
{ name: "Client", handle: "@frankfurt-cleaning", testimonial: "Excellent service and fast results! Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg", imageAlt: "professional carpet cleaning service" },
{ name: "Client", handle: "@frankfurt-cleaning", testimonial: "Professional and very thorough cleaning.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-3f6h1sx4.png", imageAlt: "professional carpet cleaning service" },
{ name: "Client", handle: "@frankfurt-cleaning", testimonial: "My sofa looks brand new again!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-imo1zxol.png", imageAlt: "professional carpet cleaning service" },
{ name: "Client", handle: "@frankfurt-cleaning", testimonial: "Same-day service was a life saver.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-brushing-textile_23-2148465017.jpg", imageAlt: "professional carpet cleaning service" },
{ name: "Client", handle: "@frankfurt-cleaning", testimonial: "Reliable and affordable cleaning.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-together_23-2149721917.jpg", imageAlt: "professional carpet cleaning service" }
{ name: "Client", handle: "@frankfurt-cleaning", testimonial: "Excellent service and fast results! Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg?_wi=1", imageAlt: "professional carpet cleaning service" },
{ name: "Client", handle: "@frankfurt-cleaning", testimonial: "Professional and very thorough cleaning.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-3f6h1sx4.png?_wi=1", imageAlt: "professional carpet cleaning service" },
{ name: "Client", handle: "@frankfurt-cleaning", testimonial: "My sofa looks brand new again!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CNnjMXXku88iHFue8MKQx5vISJ/uploaded-1776266215045-imo1zxol.png?_wi=1", imageAlt: "professional carpet cleaning service" },
{ name: "Client", handle: "@frankfurt-cleaning", testimonial: "Same-day service was a life saver.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-brushing-textile_23-2148465017.jpg?_wi=1", imageAlt: "professional carpet cleaning service" },
{ name: "Client", handle: "@frankfurt-cleaning", testimonial: "Reliable and affordable cleaning.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-people-working-together_23-2149721917.jpg?_wi=1", imageAlt: "professional carpet cleaning service" }
]}
buttons={[
{ text: "Call Now", href: "tel:+14848454829" },
{ text: "Text Us", href: "sms:+14848454829?body=Hi%20I%20need%20a%20cleaning%20quote" }
]}
imageSrc="http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg"
imageSrc="http://img.b2bpic.net/free-photo/angry-asian-man-standing-couch-leaning-it-looking-camera_1098-17479.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>