diff --git a/src/app/page.tsx b/src/app/page.tsx index b6c0cb7..6bfaac8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { background={{ variant: "plain" }} dashboard={{ title: "Why Choose Us", logoIcon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg", imageAlt: "Professional service team", searchPlaceholder: "Search services", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg?_wi=1", imageAlt: "Professional service team", searchPlaceholder: "Search services", buttons: [ { text: "24/7 Available", href: "#" }, { text: "Same-Day Service", href: "#" } ], @@ -181,7 +181,7 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Emergency saved our home", quote: "The team responded within 30 minutes to our burst pipe. Professional, courteous, and they fixed it right the first time. Worth every penny.", name: "Sarah Mitchell", role: "Homeowner, Downtown", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Sarah Mitchell" + id: "1", title: "Emergency saved our home", quote: "The team responded within 30 minutes to our burst pipe. Professional, courteous, and they fixed it right the first time. Worth every penny.", name: "Sarah Mitchell", role: "Homeowner, Downtown", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { id: "2", title: "Finally found reliable electricians", quote: "They rewired our entire kitchen safely and on budget. Very knowledgeable team. They explain everything clearly so you understand the work.", name: "James Rodriguez", role: "Small Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "James Rodriguez" @@ -190,7 +190,7 @@ export default function LandingPage() { id: "3", title: "Saved us hundreds on our AC bill", quote: "They identified an inefficient unit and upgraded us to a system that cuts our cooling costs in half. Great advice and honest recommendations.", name: "Patricia Chen", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Patricia Chen" }, { - id: "4", title: "Outstanding customer service", quote: "From booking to completion, everything was smooth. The technicians were clean, respectful, and completed the job ahead of schedule. Highly recommend.", name: "Michael Thompson", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Michael Thompson" + id: "4", title: "Outstanding customer service", quote: "From booking to completion, everything was smooth. The technicians were clean, respectful, and completed the job ahead of schedule. Highly recommend.", name: "Michael Thompson", role: "Residential Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=2", imageAlt: "Michael Thompson" } ]} textboxLayout="default" @@ -239,7 +239,7 @@ export default function LandingPage() {