diff --git a/src/app/page.tsx b/src/app/page.tsx index 8af704e..a0e10b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,13 +70,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Embroidered Galabiya Dress", price: "$185.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-medieval-queen-with-chalice-poison_23-2150306057.jpg", imageAlt: "Embroidered Egyptian galabiya", initialQuantity: 1 + id: "1", name: "Embroidered Galabiya Dress", price: "$185.00", imageSrc: "http://img.b2bpic.net/free-photo/portrait-medieval-queen-with-chalice-poison_23-2150306057.jpg?_wi=1", imageAlt: "Embroidered Egyptian galabiya", initialQuantity: 1 }, { - id: "2", name: "Luxe Linen Galabiya", price: "$225.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-religious-pilgrimage-church_23-2150582322.jpg", imageAlt: "Premium linen Egyptian dress", initialQuantity: 1 + id: "2", name: "Luxe Linen Galabiya", price: "$225.00", imageSrc: "http://img.b2bpic.net/free-photo/woman-religious-pilgrimage-church_23-2150582322.jpg?_wi=1", imageAlt: "Premium linen Egyptian dress", initialQuantity: 1 }, { - id: "3", name: "Silk Modern Galabiya", price: "$275.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-hanger_23-2149318808.jpg", imageAlt: "Silk blend modern Egyptian garment", initialQuantity: 1 + id: "3", name: "Silk Modern Galabiya", price: "$275.00", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-hanger_23-2149318808.jpg?_wi=1", imageAlt: "Silk blend modern Egyptian garment", initialQuantity: 1 } ]} buttons={[{ text: "View All Products", href: "#" }]} @@ -106,13 +106,13 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "1", title: "Authentic Craftsmanship", description: "Traditional Egyptian techniques passed down through generations, ensuring quality and authenticity", tag: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/portrait-medieval-queen-with-chalice-poison_23-2150306057.jpg", imageAlt: "Authentic craftsmanship" + id: "1", title: "Authentic Craftsmanship", description: "Traditional Egyptian techniques passed down through generations, ensuring quality and authenticity", tag: "Heritage", imageSrc: "http://img.b2bpic.net/free-photo/portrait-medieval-queen-with-chalice-poison_23-2150306057.jpg?_wi=2", imageAlt: "Authentic craftsmanship" }, { - id: "2", title: "Premium Materials", description: "We source the finest Egyptian linens, silks, and cotton to create comfortable, luxurious garments", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/woman-religious-pilgrimage-church_23-2150582322.jpg", imageAlt: "Premium materials" + id: "2", title: "Premium Materials", description: "We source the finest Egyptian linens, silks, and cotton to create comfortable, luxurious garments", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/woman-religious-pilgrimage-church_23-2150582322.jpg?_wi=2", imageAlt: "Premium materials" }, { - id: "3", title: "Modern Design", description: "Contemporary cuts and styles that honor tradition while meeting modern fashion sensibilities", tag: "Innovation", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-hanger_23-2149318808.jpg", imageAlt: "Modern design" + id: "3", title: "Modern Design", description: "Contemporary cuts and styles that honor tradition while meeting modern fashion sensibilities", tag: "Innovation", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-hanger_23-2149318808.jpg?_wi=2", imageAlt: "Modern design" } ]} />