From 6907dff1f5451b9373c07524f07e1258ecdbc5ee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:04:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d93c27c..986003d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,21 +51,21 @@ export default function LandingPage() { tag="Expert Glass Solutions" tagIcon={Sparkles} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589655.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589655.jpg?_wi=1" imageAlt="Professional glass installation" mediaAnimation="slide-up" testimonials={[ { name: "Ahmad Hassan", handle: "Homeowner, Beirut", testimonial: "Tempo Glass transformed our home with beautiful new windows. Professional team, quality work!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg", imageAlt: "Ahmad Hassan" + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg?_wi=1", imageAlt: "Ahmad Hassan" }, { name: "Layla Mansour", handle: "Business Owner, Choueifat", testimonial: "Best storefront glass installation in the area. Highly recommended for commercial projects.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg", imageAlt: "Layla Mansour" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg?_wi=1", imageAlt: "Layla Mansour" }, { name: "Karim El Khoury", handle: "Contractor, Mount Lebanon", testimonial: "Reliable, professional, and always on time. Tempo Glass is our trusted partner for glass work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office-using-smartphone_23-2150167742.jpg", imageAlt: "Karim El Khoury" + imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office-using-smartphone_23-2150167742.jpg?_wi=1", imageAlt: "Karim El Khoury" } ]} testimonialRotationInterval={5000} @@ -155,7 +155,7 @@ export default function LandingPage() { id: "5", name: "Custom Mirror Installation", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/mom-helping-her-child-styling-afro-hair_23-2149625702.jpg", imageAlt: "Large custom mirror installation", initialQuantity: 1 }, { - id: "6", name: "Residential Window Replacement", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589655.jpg", imageAlt: "Residential window installation", initialQuantity: 1 + id: "6", name: "Residential Window Replacement", price: "Completed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-engineer-job-site-work-hours_23-2151589655.jpg?_wi=2", imageAlt: "Residential window installation", initialQuantity: 1 } ]} /> @@ -174,15 +174,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ahmad Hassan", handle: "Homeowner, Beirut", testimonial: "Tempo Glass completely transformed our home. The team was professional, punctual, and delivered exceptional quality. We're thrilled with our new windows and the attention to detail was remarkable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg", imageAlt: "Ahmad Hassan" + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg?_wi=2", imageAlt: "Ahmad Hassan" }, { id: "2", name: "Layla Mansour", handle: "Business Owner, Choueifat", testimonial: "Best storefront glass installation in the area. They understood our vision perfectly and executed it flawlessly. Our new storefront looks stunning and has definitely attracted more customers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg", imageAlt: "Layla Mansour" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-9486.jpg?_wi=2", imageAlt: "Layla Mansour" }, { id: "3", name: "Karim El Khoury", handle: "Contractor, Mount Lebanon", testimonial: "Reliable, professional, and always on time. Tempo Glass is our trusted partner for glass work on construction projects. Their custom solutions are innovative and their pricing is competitive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office-using-smartphone_23-2150167742.jpg", imageAlt: "Karim El Khoury" + imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office-using-smartphone_23-2150167742.jpg?_wi=2", imageAlt: "Karim El Khoury" }, { id: "4", name: "Fatima Khoury", handle: "Restaurant Owner, Beirut", testimonial: "Our restaurant's interior glass partitions create the perfect ambiance. The Tempo Glass team designed and installed everything beautifully. Clients always compliment the sophisticated glass work.", rating: 5, -- 2.49.1