diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d92849..2861236 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,6 @@ export default function HomePage() { ]} background={{ variant: "radial-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/man-giving-gift-box-heart-shape-woman-table_23-2148014477.jpg" - useInvertedBackground={false} imageAlt="Warmly lit restaurant interior with plated pasta, fresh bread, and wine being poured" /> @@ -58,6 +57,7 @@ export default function HomePage() {
@@ -87,16 +92,16 @@ export default function HomePage() { description="From rich pastas to fresh salads, discover the flavors that make EJAA Mediterranean truly special. Each dish is a masterpiece of taste and tradition." products={[ { - id: "linguini-aglio-e-olio", name: "Linguini Aglio e Olio", price: "680 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-composition-with-copyspace_23-2148202492.jpg?_wi=1", imageAlt: "Linguini Aglio e Olio with chili flakes" + id: "linguini-aglio-e-olio", name: "Linguini Aglio e Olio", price: "680 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-composition-with-copyspace_23-2148202492.jpg", imageAlt: "Linguini Aglio e Olio with chili flakes" }, { - id: "avocado-chicken-salad", name: "Avocado Chicken Salad", price: "620 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-tomatoes-salad-onion-chili-sauce_1150-21395.jpg?_wi=1", imageAlt: "Fresh avocado chicken salad with greens" + id: "avocado-chicken-salad", name: "Avocado Chicken Salad", price: "620 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-white-plate-with-tomatoes-salad-onion-chili-sauce_1150-21395.jpg", imageAlt: "Fresh avocado chicken salad with greens" }, { - id: "homemade-bread-selection", name: "Homemade Bread Selection", price: "380 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/homemade-zebra-cake-wooden-plate-with-cinnamon-grapes_114579-76238.jpg?_wi=1", imageAlt: "Basket of assorted homemade bread" + id: "homemade-bread-selection", name: "Homemade Bread Selection", price: "380 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/homemade-zebra-cake-wooden-plate-with-cinnamon-grapes_114579-76238.jpg", imageAlt: "Basket of assorted homemade bread" }, { - id: "fresh-fruit-ice-cream-dessert", name: "Fresh Fruit & Ice Cream Dessert", price: "330 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-raisins-cup-tea-light-dark-background_140725-80172.jpg?_wi=1", imageAlt: "Dessert with fresh fruits and ice cream" + id: "fresh-fruit-ice-cream-dessert", name: "Fresh Fruit & Ice Cream Dessert", price: "330 LEKE", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-creamy-cake-with-raisins-cup-tea-light-dark-background_140725-80172.jpg", imageAlt: "Dessert with fresh fruits and ice cream" } ]} gridVariant="four-items-2x2-equal-grid" @@ -155,7 +160,11 @@ export default function HomePage() { }} animationType="slide-up" textboxLayout="split-description" - imageSrc="http://img.b2bpic.net/free-photo/profiteroles-chocolate-sauce-inside-white-plate_114579-2550.jpg?_wi=1" + negativeCard={{ + items: [ + "No rushed meals, just relaxed enjoyment.", "No hidden charges, just transparent value.", "No ordinary tastes, only extraordinary flavors." + ] + }} useInvertedBackground={true} />