diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e59ebd..115d88f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,10 +136,10 @@ export default function LandingPage() { title: "Premium Quality", description: "Sustainably sourced materials crafted with attention to detail and durability", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-concept-saving-planet-rejection-plastic_169016-10550.jpg", imageAlt: "Premium Materials" + imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-concept-saving-planet-rejection-plastic_169016-10550.jpg?_wi=1", imageAlt: "Premium Materials" }, { - imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-concept-saving-planet-rejection-plastic_169016-10550.jpg", imageAlt: "Quality Craftsmanship" + imageSrc: "http://img.b2bpic.net/free-photo/eco-friendly-disposable-tableware-concept-saving-planet-rejection-plastic_169016-10550.jpg?_wi=2", imageAlt: "Quality Craftsmanship" } ] }, @@ -147,10 +147,10 @@ export default function LandingPage() { title: "Custom Designs", description: "Unique, limited-edition pieces that celebrate your individuality", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-372.jpg", imageAlt: "Custom Design Process" + imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-372.jpg?_wi=1", imageAlt: "Custom Design Process" }, { - imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-372.jpg", imageAlt: "Design Studio" + imageSrc: "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-372.jpg?_wi=2", imageAlt: "Design Studio" } ] }