diff --git a/src/app/page.tsx b/src/app/page.tsx index ff9767c..fcc470b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Sparkles} background={{ variant: "plain" }} mediaItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773352799486-n81zpsg1.png", imageAlt: "Modern custom L-shaped sofa in warm tones" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773352799486-n81zpsg1.png?_wi=1", imageAlt: "Modern custom L-shaped sofa in warm tones" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773352799488-m2c1v0u2.png", imageAlt: "Custom furniture design showcase" } ]} rating={5} @@ -101,7 +101,7 @@ export default function LandingPage() { tag="Portfolio" tagIcon={Image} products={[ - { id: "1", brand: "Vantage Madera Casa", name: "Contemporary L-Shaped Sofa", price: "Custom Quote", rating: 5, reviewCount: "71", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773352799486-n81zpsg1.png", imageAlt: "Modern L-shaped sofa with cushions" }, + { id: "1", brand: "Vantage Madera Casa", name: "Contemporary L-Shaped Sofa", price: "Custom Quote", rating: 5, reviewCount: "71", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773352799486-n81zpsg1.png?_wi=2", imageAlt: "Modern L-shaped sofa with cushions" }, { id: "2", brand: "Vantage Madera Casa", name: "Custom Dining Set", price: "Custom Quote", rating: 5, reviewCount: "71", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773352799488-zji18jdk.png", imageAlt: "Bespoke dining table and chairs" }, { id: "3", brand: "Vantage Madera Casa", name: "Neutral Tone Sofa Collection", price: "Custom Quote", rating: 5, reviewCount: "71", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773352799489-0vg0fz3v.png", imageAlt: "Elegant neutral sofa in living room setting" }, { id: "4", brand: "Vantage Madera Casa", name: "Statement Accent Chair", price: "Custom Quote", rating: 5, reviewCount: "71", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ArZchIApxcVpfImnAbjJ0y3n5f/uploaded-1773352799489-33alvb0q.png", imageAlt: "Green accent chair with gold embellishments" } @@ -158,7 +158,7 @@ export default function LandingPage() { description="Schedule a free design consultation with our team. We'll discuss your vision, preferences, and create a customized solution that exceeds your expectations." tagIcon={MessageSquare} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cafe-with-coffee-tables-cosy-sofas-plants-shelves_140725-7785.jpg?_wi=1" imageAlt="Vantage Madera Casa furniture showroom" mediaAnimation="slide-up" mediaPosition="right" @@ -171,7 +171,7 @@ export default function LandingPage() {