Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 16:58:19 +00:00

View File

@@ -53,19 +53,19 @@ export default function LandingPage() {
testimonials={[
{
name: "Chris", handle: "Loyal Customer", testimonial: "Best and most reliable cleaner I've been to. My clothes always come back looking new and clean. I even travel from another city to drop clothes off here.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280776.jpg", imageAlt: "Chris"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280776.jpg?_wi=1", imageAlt: "Chris"
},
{
name: "Chris Lee", handle: "Trusted Client", testimonial: "They really take care of their customers. I forgot a family heirloom tie in my jacket pocket and they cleaned it and kept it safe until pickup free of charge.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg", imageAlt: "Chris Lee"
imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg?_wi=1", imageAlt: "Chris Lee"
},
{
name: "Tayler Morrison", handle: "Satisfied Customer", testimonial: "Fantastic job with my custom suit. They cleaned it with great care and even repaired buttons on my shirt. Friendly staff and high quality service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", imageAlt: "Tayler Morrison"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg?_wi=1", imageAlt: "Tayler Morrison"
},
{
name: "Sarah", handle: "Regular Client", testimonial: "Crown Cleaners is my go-to for all my formal wear. They handle delicate fabrics with precision and attention to detail that you rarely find.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg", imageAlt: "Sarah"
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg?_wi=1", imageAlt: "Sarah"
}
]}
testimonialRotationInterval={6000}
@@ -127,16 +127,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "Best and Most Reliable", quote: "Best and most reliable cleaner I've been to. My clothes always come back looking new and clean. I even travel from another city to drop clothes off here.", name: "Chris", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280776.jpg", imageAlt: "Chris"
id: "1", title: "Best and Most Reliable", quote: "Best and most reliable cleaner I've been to. My clothes always come back looking new and clean. I even travel from another city to drop clothes off here.", name: "Chris", role: "Loyal Customer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280776.jpg?_wi=2", imageAlt: "Chris"
},
{
id: "2", title: "Exceptional Care", quote: "They really take care of their customers. I forgot a family heirloom tie in my jacket pocket and they cleaned it and kept it safe until pickup free of charge.", name: "Chris Lee", role: "Trusted Client", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg", imageAlt: "Chris Lee"
id: "2", title: "Exceptional Care", quote: "They really take care of their customers. I forgot a family heirloom tie in my jacket pocket and they cleaned it and kept it safe until pickup free of charge.", name: "Chris Lee", role: "Trusted Client", imageSrc: "http://img.b2bpic.net/free-photo/adorable-young-female-with-dark-long-hair-dressed-striped-t-shirt-coffee-shop-drinks-fresh-juice-espresso_273609-2510.jpg?_wi=2", imageAlt: "Chris Lee"
},
{
id: "3", title: "Premium Service Quality", quote: "Fantastic job with my custom suit. They cleaned it with great care and even repaired buttons on my shirt. Friendly staff and high quality service.", name: "Tayler Morrison", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg", imageAlt: "Tayler Morrison"
id: "3", title: "Premium Service Quality", quote: "Fantastic job with my custom suit. They cleaned it with great care and even repaired buttons on my shirt. Friendly staff and high quality service.", name: "Tayler Morrison", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg?_wi=2", imageAlt: "Tayler Morrison"
},
{
id: "4", title: "Precision and Attention", quote: "Crown Cleaners is my go-to for all my formal wear. They handle delicate fabrics with precision and attention to detail that you rarely find.", name: "Sarah", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg", imageAlt: "Sarah"
id: "4", title: "Precision and Attention", quote: "Crown Cleaners is my go-to for all my formal wear. They handle delicate fabrics with precision and attention to detail that you rarely find.", name: "Sarah", role: "Regular Client", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg?_wi=2", imageAlt: "Sarah"
}
]}
textboxLayout="default"