diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e883a9..811f134 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,15 +58,15 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-t-bone-steak-garnished-with-rosemarine_140725-5173.jpg", imageAlt: "Chef slicing premium steak" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-drinking-wine-holding-hands-table_23-2148014465.jpg", imageAlt: "Champagne welcome service" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2Nsgrb7wKzP1oso2pgjfmO3ut/uploaded-1773684985890-bpn9tm49.webp", imageAlt: "Champagne welcome service" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/christmas-golden-decoration-with-champagne-splash_173207-2179.jpg", imageAlt: "Champagne celebration moment" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2Nsgrb7wKzP1oso2pgjfmO3ut/uploaded-1773684979357-we7mz4ly.webp", imageAlt: "Champagne celebration moment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187254.jpg", imageAlt: "Elegant terrace dinner under stars" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B2Nsgrb7wKzP1oso2pgjfmO3ut/uploaded-1773685001392-4p62ueld.webp", imageAlt: "Elegant terrace dinner under stars" } ]} carouselPosition="right" @@ -107,19 +107,19 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "lomo-alto", brand: "House Special", name: "Lomo Alto for Two", price: "€68", rating: 5, + id: "lomo-alto", brand: "House Special", name: "Lomo Alto for Two", price: "", rating: 5, reviewCount: "385", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-board-with-tasty-cooked-meat_23-2148599856.jpg", imageAlt: "Perfectly aged and grilled lomo alto" }, { - id: "wagyu-loin", brand: "Premium Import", name: "Wagyu Loin", price: "€85", rating: 5, + id: "wagyu-loin", brand: "Premium Import", name: "Wagyu Loin", price: "", rating: 5, reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/raw-meat-pork-with-spices-pan_1220-4984.jpg", imageAlt: "Extraordinary tenderness and rich flavor" }, { - id: "jamon-iberico", brand: "Spanish Heritage", name: "Jamón Ibérico", price: "€32", rating: 5, + id: "jamon-iberico", brand: "Spanish Heritage", name: "Jamón Ibérico", price: "", rating: 5, reviewCount: "421", imageSrc: "http://img.b2bpic.net/free-photo/spanish-serrano-ham-slices-black-plate-wooden-table_123827-20187.jpg", imageAlt: "Spain's finest cured ham" }, { - id: "apple-tatin", brand: "Chef's Dessert", name: "Apple Tatin", price: "€14", rating: 5, + id: "apple-tatin", brand: "Chef's Dessert", name: "Apple Tatin", price: "", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/cutting-slice-chocolate-pie-wooden-board_114579-45050.jpg", imageAlt: "The dessert guests can't stop talking about" } ]}