diff --git a/src/app/page.tsx b/src/app/page.tsx index 54d4fc0..47d84dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,7 +119,7 @@ export default function LandingPage() { products={[ { id: "product-1", brand: "TacoRito", name: "Carne Asada Tacos", price: "$12.99", rating: 5, - reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878147.jpg", imageAlt: "Carne Asada Tacos"}, + reviewCount: "250+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EeCjdjDEBnXYZpQLeBLKGOLvLK/uploaded-1780530654528-jaxvmhu2.png", imageAlt: "Carne Asada Tacos"}, { id: "product-2", brand: "TacoRito", name: "Giant Chicken Burrito", price: "$14.50", rating: 4, reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-unfolded-burrito_23-2148329128.jpg", imageAlt: "Giant Chicken Burrito"}, @@ -161,7 +161,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg", imageAlt: "Sophia G."}, { id: "5", name: "David L.", role: "Happy Diner", company: "Satisfied Customer", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353754.jpg", imageAlt: "David L."} + imageSrc: "http://img.b2bpic.net/free-photo/friends-shopping-second-hand-market_23-2149353754.jpg", alt: "David L."} ]} kpiItems={[ { @@ -244,4 +244,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file