diff --git a/src/app/page.tsx b/src/app/page.tsx index f09e8f3..45f7d9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,11 +51,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Interior Designer", testimonial: "Golden Oak furniture transformed my client's home. The quality and craftsmanship are unmatched in this price range.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-office-worker-sitting-desk-create-business-report-with-sales-statistics-financial-charts-executive-assistant-using-data-research-startup-company-presentation-close-up_482257-41134.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-office-worker-sitting-desk-create-business-report-with-sales-statistics-financial-charts-executive-assistant-using-data-research-startup-company-presentation-close-up_482257-41134.jpg?_wi=1" }, { name: "James Richardson", handle: "Homeowner", testimonial: "After six months of owning their sofa, it still looks brand new. The attention to detail is remarkable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg?_wi=1" }, { name: "Emma Thompson", handle: "Architect", testimonial: "I recommend Golden Oak to all my residential projects. Their pieces are timeless investments.", rating: 5, @@ -103,7 +103,7 @@ export default function LandingPage() { description="Established Tradition" subdescription="Golden Oak Furniture Company" icon={Hammer} - imageSrc="http://img.b2bpic.net/free-photo/sculpture-making-sketches-pieces-clay_114579-12310.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sculpture-making-sketches-pieces-clay_114579-12310.jpg?_wi=1" imageAlt="Master craftsman creating wooden furniture" mediaAnimation="slide-up" useInvertedBackground={false} @@ -121,7 +121,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Master Craftsmanship", tags: ["Quality", "Handmade"], - imageSrc: "http://img.b2bpic.net/free-photo/sculpture-making-sketches-pieces-clay_114579-12310.jpg", imageAlt: "Expert woodworker crafting furniture" + imageSrc: "http://img.b2bpic.net/free-photo/sculpture-making-sketches-pieces-clay_114579-12310.jpg?_wi=2", imageAlt: "Expert woodworker crafting furniture" }, { id: "2", title: "Premium Materials", tags: ["Sourced", "Durable"], @@ -147,7 +147,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Chen", handle: "San Francisco, CA", testimonial: "Exceptional quality and attention to detail. This sofa is an investment that will last a lifetime.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg?_wi=2" }, { id: "2", name: "Victoria Parker", handle: "New York, NY", testimonial: "Golden Oak pieces have transformed my entire living space. Highly recommended!", rating: 5, @@ -163,11 +163,11 @@ export default function LandingPage() { }, { id: "5", name: "Robert Martinez", handle: "Los Angeles, CA", testimonial: "Worth every penny. The durability and style are unmatched in the market.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg?_wi=3" }, { id: "6", name: "Jennifer Thompson", handle: "Chicago, IL", testimonial: "Customer service and product quality exceeded all expectations. Highly satisfied!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-office-worker-sitting-desk-create-business-report-with-sales-statistics-financial-charts-executive-assistant-using-data-research-startup-company-presentation-close-up_482257-41134.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-office-worker-sitting-desk-create-business-report-with-sales-statistics-financial-charts-executive-assistant-using-data-research-startup-company-presentation-close-up_482257-41134.jpg?_wi=2" } ]} />