diff --git a/src/app/page.tsx b/src/app/page.tsx index 837862e..b2e6cd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,26 +52,26 @@ export default function LandingPage() { { text: "Learn More", href: "#services" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342640.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342640.jpg?_wi=1" imageAlt="Professional window tinting installation" mediaAnimation="slide-up" background={{ variant: "radial-gradient" }} testimonials={[ { name: "John Mitchell", handle: "@automotive_enthusiast", testimonial: "Best tinting service I've used. Professional installation and they respected my time. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-businessman-sitting-staircase-holding-takeaway-coffee-cup_23-2147972916.jpg", imageAlt: "professional man portrait business casual" + imageSrc: "http://img.b2bpic.net/free-photo/serious-young-businessman-sitting-staircase-holding-takeaway-coffee-cup_23-2147972916.jpg?_wi=1", imageAlt: "professional man portrait business casual" }, { name: "Sarah Chen", handle: "@home_improvement", testimonial: "Transformed my home's comfort level. Blocked so much heat and glare. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", imageAlt: "woman professional portrait smiling" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=1", imageAlt: "woman professional portrait smiling" }, { name: "Michael Rodriguez", handle: "@business_owner", testimonial: "Commercial tinting for our office. The team was professional and efficient. Great results!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", imageAlt: "man portrait professional appearance" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg?_wi=1", imageAlt: "man portrait professional appearance" }, { name: "Emma Thompson", handle: "@car_owner", testimonial: "My car looks amazing and stays so much cooler. The upsell recommendations were honest and fair.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg", imageAlt: "woman portrait professional business" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg?_wi=1", imageAlt: "woman portrait professional business" } ]} testimonialRotationInterval={5000} @@ -127,16 +127,16 @@ export default function LandingPage() { description="Real feedback from satisfied customers across our service areas. See why TintPro is the top choice for window tinting." testimonials={[ { - id: "1", title: "Excellent Service", quote: "The team arrived on time, worked efficiently, and left no mess. My car looks incredible and stays so much cooler. I'm recommending them to all my friends!", name: "John Mitchell", role: "Car Owner", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-businessman-sitting-staircase-holding-takeaway-coffee-cup_23-2147972916.jpg", imageAlt: "John Mitchell" + id: "1", title: "Excellent Service", quote: "The team arrived on time, worked efficiently, and left no mess. My car looks incredible and stays so much cooler. I'm recommending them to all my friends!", name: "John Mitchell", role: "Car Owner", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-businessman-sitting-staircase-holding-takeaway-coffee-cup_23-2147972916.jpg?_wi=2", imageAlt: "John Mitchell" }, { - id: "2", title: "Transformed My Home", quote: "We invested in residential tinting last summer and it made a huge difference in our utility bills. Plus, the privacy is wonderful. Best home improvement decision!", name: "Sarah Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg", imageAlt: "Sarah Chen" + id: "2", title: "Transformed My Home", quote: "We invested in residential tinting last summer and it made a huge difference in our utility bills. Plus, the privacy is wonderful. Best home improvement decision!", name: "Sarah Chen", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-businesswoman_1262-21005.jpg?_wi=2", imageAlt: "Sarah Chen" }, { - id: "3", title: "Perfect for Business", quote: "We had our entire office building tinted. The installation was seamless, professional, and our building looks more modern. Couldn't be happier!", name: "Michael Rodriguez", role: "Business Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", imageAlt: "Michael Rodriguez" + id: "3", title: "Perfect for Business", quote: "We had our entire office building tinted. The installation was seamless, professional, and our building looks more modern. Couldn't be happier!", name: "Michael Rodriguez", role: "Business Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg?_wi=2", imageAlt: "Michael Rodriguez" }, { - id: "4", title: "Quality That Lasts", quote: "Five years later and my tint still looks brand new. The quality is obvious. These experts know what they're doing. Worth the investment!", name: "Emma Thompson", role: "Long-time Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg", imageAlt: "Emma Thompson" + id: "4", title: "Quality That Lasts", quote: "Five years later and my tint still looks brand new. The quality is obvious. These experts know what they're doing. Worth the investment!", name: "Emma Thompson", role: "Long-time Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-14028.jpg?_wi=2", imageAlt: "Emma Thompson" } ]} textboxLayout="default" @@ -214,7 +214,7 @@ export default function LandingPage() {