diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b3aa75e..dd5befd 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { price: "$280", rating: 4.8, reviewCount: "250", - imageSrc: "http://img.b2bpic.net/free-photo/stunning-sensual-woman-portrait-wearing-silver-sunglasses_291049-1416.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/stunning-sensual-woman-portrait-wearing-silver-sunglasses_291049-1416.jpg", imageAlt: "elegant round frame glasses isolated", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { price: "$250", rating: 4.5, reviewCount: "180", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-wearing-black-hat-eyeglasses-looking-camera_23-2148066857.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-wearing-black-hat-eyeglasses-looking-camera_23-2148066857.jpg", imageAlt: "classic square frame eyeglasses", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { price: "$320", rating: 4.9, reviewCount: "310", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-wearing-black-sunglasses-hat-against-wall_23-2148066860.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-wearing-black-sunglasses-hat-against-wall_23-2148066860.jpg", imageAlt: "trendy cat-eye sunglasses fashion", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { price: "$300", rating: 4.7, reviewCount: "200", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRYGmY24KONkKiVONCV5vtQJ1o/uploaded-1774453292132-v43wrked.jpg?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BRYGmY24KONkKiVONCV5vtQJ1o/uploaded-1774453292132-v43wrked.jpg", imageAlt: "classic aviator sunglasses", }, ]} @@ -113,7 +113,8 @@ export default function LandingPage() { "Versace", ], selected: "All", - onChange: "() => {}", + onChange: () => {}, + }, { label: "Style", @@ -125,7 +126,8 @@ export default function LandingPage() { "Aviator", ], selected: "All", - onChange: "() => {}", + onChange: () => {}, + }, { label: "Type", @@ -135,7 +137,8 @@ export default function LandingPage() { "Sunglasses", ], selected: "All", - onChange: "() => {}", + onChange: () => {}, + }, ]} emptyMessage="No products found matching your criteria." @@ -152,13 +155,13 @@ export default function LandingPage() { { title: "Designer Eyeglasses", description: "Discover a sophisticated range of prescription frames from leading designers.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-optical-sunglasses-grey-desk-with-silver-bracelets-isolated-sight-vision-eyes_140725-18286.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-optical-sunglasses-grey-desk-with-silver-bracelets-isolated-sight-vision-eyes_140725-18286.jpg", imageAlt: "wide selection of stylish eyeglasses frames", }, { title: "Premium Sunglasses", description: "Protect your eyes with style. Explore our collection of high-performance and fashionable sunglasses.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-wearing-black-sunglasses-hat-against-wall_23-2148066860.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-wearing-black-sunglasses-hat-against-wall_23-2148066860.jpg", imageAlt: "trendy cat-eye sunglasses fashion", }, ]}