diff --git a/src/app/page.tsx b/src/app/page.tsx index ea23df8..f5a454b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,13 +60,13 @@ export default function LandingPage() { description="Explore our handpicked selection of premium hijabs in various styles and fabrics" products={[ { - id: "1", name: "Silk Elegance Hijab", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg?_wi=1", imageAlt: "Silk Elegance Hijab", initialQuantity: 1 + id: "1", name: "Silk Elegance Hijab", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg", imageAlt: "Silk Elegance Hijab", initialQuantity: 1 }, { id: "2", name: "Cotton Comfort Wrap", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-happy-woman-coat-sitting-bench-park_1153-5536.jpg", imageAlt: "Cotton Comfort Wrap", initialQuantity: 1 }, { - id: "3", name: "Chiffon Grace Hijab", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg?_wi=2", imageAlt: "Chiffon Grace Hijab", initialQuantity: 1 + id: "3", name: "Chiffon Grace Hijab", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg", imageAlt: "Chiffon Grace Hijab", initialQuantity: 1 }, { id: "4", name: "Jersey Casual Hijab", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-blue-jacket-stretching_23-2148275002.jpg", imageAlt: "Jersey Casual Hijab", initialQuantity: 1 @@ -75,7 +75,7 @@ export default function LandingPage() { id: "5", name: "Linen Breathe Hijab", price: "$27.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-covering-her-face-with-veil_23-2149460541.jpg", imageAlt: "Linen Breathe Hijab", initialQuantity: 1 }, { - id: "6", name: "Premium Viscose Wrap", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg?_wi=3", imageAlt: "Premium Viscose Wrap", initialQuantity: 1 + id: "6", name: "Premium Viscose Wrap", price: "$32.99", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-beach-with-face-covered-by-veil_23-2149460624.jpg", imageAlt: "Premium Viscose Wrap", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width"