From 47db607dc8bf8503a0ee780fa2c86ca455edbb68 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:12:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f196e29..ca33bbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,16 +49,16 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/female-artist-with-her-assistant-aprons-painting-vintage-chair-with-paintbrush-workshop_613910-18234.jpg", imageAlt: "Premium craftsmanship workshop" + imageSrc: "http://img.b2bpic.net/free-photo/female-artist-with-her-assistant-aprons-painting-vintage-chair-with-paintbrush-workshop_613910-18234.jpg?_wi=1", imageAlt: "Premium craftsmanship workshop" }, { - imageSrc: "http://img.b2bpic.net/free-photo/holy-book-with-golden-pages-symbolizing-faith-wisdom-bible-closeup_169016-71310.jpg", imageAlt: "Luxury product showcase" + imageSrc: "http://img.b2bpic.net/free-photo/holy-book-with-golden-pages-symbolizing-faith-wisdom-bible-closeup_169016-71310.jpg?_wi=1", imageAlt: "Luxury product showcase" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-working-his-wood-shop-with-tools-equipment_23-2150861545.jpg", imageAlt: "Master craftsman at work" + imageSrc: "http://img.b2bpic.net/free-photo/man-working-his-wood-shop-with-tools-equipment_23-2150861545.jpg?_wi=1", imageAlt: "Master craftsman at work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Fine crafted details" + imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=1", imageAlt: "Fine crafted details" } ]} mediaAnimation="slide-up" @@ -95,19 +95,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Master Selection", description: "We source only the finest materials from trusted suppliers worldwide, ensuring premium quality in every component.", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-with-her-assistant-aprons-painting-vintage-chair-with-paintbrush-workshop_613910-18234.jpg", imageAlt: "Material selection process" + title: "Master Selection", description: "We source only the finest materials from trusted suppliers worldwide, ensuring premium quality in every component.", imageSrc: "http://img.b2bpic.net/free-photo/female-artist-with-her-assistant-aprons-painting-vintage-chair-with-paintbrush-workshop_613910-18234.jpg?_wi=2", imageAlt: "Material selection process" }, { id: 2, - title: "Precision Crafting", description: "Our skilled artisans employ time-tested techniques combined with modern precision equipment for flawless execution.", imageSrc: "http://img.b2bpic.net/free-photo/holy-book-with-golden-pages-symbolizing-faith-wisdom-bible-closeup_169016-71310.jpg", imageAlt: "Precision crafting detail" + title: "Precision Crafting", description: "Our skilled artisans employ time-tested techniques combined with modern precision equipment for flawless execution.", imageSrc: "http://img.b2bpic.net/free-photo/holy-book-with-golden-pages-symbolizing-faith-wisdom-bible-closeup_169016-71310.jpg?_wi=2", imageAlt: "Precision crafting detail" }, { id: 3, - title: "Quality Assurance", description: "Each product undergoes rigorous testing and inspection to meet our exacting standards before delivery.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-his-wood-shop-with-tools-equipment_23-2150861545.jpg", imageAlt: "Quality control inspection" + title: "Quality Assurance", description: "Each product undergoes rigorous testing and inspection to meet our exacting standards before delivery.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-his-wood-shop-with-tools-equipment_23-2150861545.jpg?_wi=2", imageAlt: "Quality control inspection" }, { id: 4, - title: "Heritage Delivery", description: "Presented with pride in premium packaging that reflects the extraordinary quality within.", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg", imageAlt: "Luxury product presentation" + title: "Heritage Delivery", description: "Presented with pride in premium packaging that reflects the extraordinary quality within.", imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230633.jpg?_wi=2", imageAlt: "Luxury product presentation" } ]} textboxLayout="default" -- 2.49.1