diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bdccdd..2aaf303 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,13 +49,13 @@ export default function LandingPage() { testimonials={[ { name: "John Smith", handle: "Homeowner, Sydney", testimonial: "Sam was prompt, professional and fixed the issue where other plumbers failed. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, { name: "Sarah Johnson", handle: "Property Manager", testimonial: "Sam was prompt to diagnose the issue and had our hot water replaced the next morning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, { name: "Michael Chen", handle: "Business Owner", testimonial: "Honest pricing, excellent workmanship, and reliable service. Our go-to plumber.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -64,7 +64,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" useInvertedBackground={false} - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} /> @@ -112,15 +112,15 @@ export default function LandingPage() { description="Real feedback from homeowners and businesses who trust Sam McCann Plumbing." testimonials={[ { - id: "1", name: "David Williams", handle: "Homeowner, Inner West", testimonial: "Sam was prompt to diagnose the issue and had our hot water replaced the next morning. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "David Williams"}, + id: "1", name: "David Williams", handle: "Homeowner, Inner West", testimonial: "Sam was prompt to diagnose the issue and had our hot water replaced the next morning. Excellent service!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "David Williams"}, { - id: "2", name: "Emma Rodriguez", handle: "Business Manager", testimonial: "Professional workmanship. Sam fixed our roof leak where other plumbers failed. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Rodriguez"}, + id: "2", name: "Emma Rodriguez", handle: "Business Manager", testimonial: "Professional workmanship. Sam fixed our roof leak where other plumbers failed. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Rodriguez"}, { - id: "3", name: "Robert Thompson", handle: "Property Owner", testimonial: "Honest pricing, reliable service, and clean job sites. Sam is our go-to plumber for any work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Robert Thompson"}, + id: "3", name: "Robert Thompson", handle: "Property Owner", testimonial: "Honest pricing, reliable service, and clean job sites. Sam is our go-to plumber for any work.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson"}, { - id: "4", name: "Lisa Anderson", handle: "Homeowner", testimonial: "Quick response times and excellent problem-solving. Sam sorted our bathroom plumbing in one day.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Lisa Anderson"}, + id: "4", name: "Lisa Anderson", handle: "Homeowner", testimonial: "Quick response times and excellent problem-solving. Sam sorted our bathroom plumbing in one day.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Lisa Anderson"}, { - id: "5", name: "James Miller", handle: "Renovation Contractor", testimonial: "Professional and efficient. Sam handled our commercial fit-out plumbing perfectly. Great to work with.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Miller"}, + id: "5", name: "James Miller", handle: "Renovation Contractor", testimonial: "Professional and efficient. Sam handled our commercial fit-out plumbing perfectly. Great to work with.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Miller"}, { id: "6", name: "Michelle Scott", handle: "Property Manager", testimonial: "Reliable, friendly, and fair pricing. Sam consistently delivers high-quality work on time.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Michelle Scott"}, ]}