diff --git a/src/app/page.tsx b/src/app/page.tsx index 392bda0..49bd11d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,10 @@ export default function LandingPage() { testimonials={[ { name: "James Mitchell", handle: "Homeowner", testimonial: "The attention to detail was exceptional. Our terrace is absolutely stunning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { name: "Sarah Williams", handle: "Property Developer", testimonial: "Professional, reliable, and they delivered on every promise. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -116,13 +116,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Stunning Terrace Transformation", quote: "They completely reimagined our backyard with a beautiful stone terrace. The craftsmanship is exceptional and they were professional throughout.", name: "Robert Chen", role: "Homeowner, San Francisco", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Chen"}, + id: "1", title: "Stunning Terrace Transformation", quote: "They completely reimagined our backyard with a beautiful stone terrace. The craftsmanship is exceptional and they were professional throughout.", name: "Robert Chen", role: "Homeowner, San Francisco", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Chen"}, { - id: "2", title: "Commercial Excellence", quote: "Delivered our commercial plaza paving on schedule and within budget. Their attention to detail sets them apart from other contractors.", name: "Maria Rodriguez", role: "Property Manager, Los Angeles", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Rodriguez"}, + id: "2", title: "Commercial Excellence", quote: "Delivered our commercial plaza paving on schedule and within budget. Their attention to detail sets them apart from other contractors.", name: "Maria Rodriguez", role: "Property Manager, Los Angeles", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Maria Rodriguez"}, { - id: "3", title: "Heritage Stone Restoration", quote: "Restored our 1920s stone facade perfectly. They understood the historical importance and treated it with care and expertise.", name: "Elizabeth Thompson", role: "Homeowner, Boston", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elizabeth Thompson"}, + id: "3", title: "Heritage Stone Restoration", quote: "Restored our 1920s stone facade perfectly. They understood the historical importance and treated it with care and expertise.", name: "Elizabeth Thompson", role: "Homeowner, Boston", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Elizabeth Thompson"}, { - id: "4", title: "Complete Renovation Success", quote: "From planning to completion, they managed our entire renovation beautifully. Our home is now our favorite place to be.", name: "David Morrison", role: "Homeowner, Seattle", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Morrison"}, + id: "4", title: "Complete Renovation Success", quote: "From planning to completion, they managed our entire renovation beautifully. Our home is now our favorite place to be.", name: "David Morrison", role: "Homeowner, Seattle", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Morrison"}, ]} /> @@ -141,11 +141,11 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "1", name: "Mediterranean Villa Terrace", price: "Residential", variant: "Stone Terrace • Landscape Design", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Mediterranean villa with stone terrace"}, + id: "1", name: "Mediterranean Villa Terrace", price: "Residential", variant: "Stone Terrace • Landscape Design", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=1", imageAlt: "Mediterranean villa with stone terrace"}, { id: "2", name: "Historic Stone Restoration", price: "Commercial", variant: "Stone Care • Heritage Preservation", imageSrc: "http://img.b2bpic.net/free-photo/contrasting-outdoor-texture-design_23-2149756553.jpg", imageAlt: "Restored historic stone facade"}, { - id: "3", name: "Contemporary Patio Design", price: "Residential", variant: "Paving • Modern Architecture", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Contemporary stone patio"}, + id: "3", name: "Contemporary Patio Design", price: "Residential", variant: "Paving • Modern Architecture", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg?_wi=2", imageAlt: "Contemporary stone patio"}, ]} />