diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a076d4..31e3857 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,13 +78,13 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Signature", name: "Double Bacon Cheeseburger", price: "$12.99", rating: 5, - reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3589.jpg"}, + reviewCount: "120+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3684bPX7HnitMS1s0oaDMvjS7/uploaded-1777499649424-r5smqruh.jpg"}, { id: "p2", brand: "Classic", name: "All American Combo", price: "$14.50", rating: 4, - reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/teriyaki-chicken-burger_1339-3591.jpg"}, + reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3684bPX7HnitMS1s0oaDMvjS7/uploaded-1777499649424-f4196v5p.jpg"}, { id: "p3", brand: "Seafood", name: "Flounder Fish Plate", price: "$13.99", rating: 4, - reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-dough-sugar-powder-pastries-dark-grey-wall-pastry-bake-sugar-sweet-cake-cookie_140725-52959.jpg"}, + reviewCount: "88", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D3684bPX7HnitMS1s0oaDMvjS7/uploaded-1777499649424-uray9l19.jpg"}, { id: "p4", brand: "Breakfast", name: "Steak Biscuit", price: "$6.99", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-coffee-with-cookies-croissants-with-strawberry-white-wooden-surface-horizontal_176474-883.jpg"}, @@ -131,20 +131,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Sarah Johnson", role: "Diner", company: "Regular", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg"}, + id: "t1", name: "Sarah Johnson", role: "Diner", company: "Regular", rating: 5}, { - id: "t2", name: "Michael Chen", role: "Lunch Guest", company: "Local", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-happily-looking-girlfriend-date-street-cafe_574295-2597.jpg"}, + id: "t2", name: "Michael Chen", role: "Lunch Guest", company: "Local", rating: 4}, { - id: "t3", name: "Emily Rodriguez", role: "Family", company: "Visitor", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tomato-deck-chair_23-2148891861.jpg"}, + id: "t3", name: "Emily Rodriguez", role: "Family", company: "Visitor", rating: 5}, { - id: "t4", name: "David Kim", role: "Foodie", company: "Regular", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg"}, + id: "t4", name: "David Kim", role: "Foodie", company: "Regular", rating: 4}, { - id: "t5", name: "Kimberly Smith", role: "Fan", company: "Mt Gilead", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-safari-party-with-snacks-arrangement_23-2149707862.jpg"}, + id: "t5", name: "Kimberly Smith", role: "Fan", company: "Mt Gilead", rating: 5}, ]} kpiItems={[ { @@ -227,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file