diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 828598f..785637a 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -48,47 +48,17 @@ export default function MenuPage() { tagAnimation="slide-up" products={[ { - id: "1", - name: "Chocolate Lava Cake", - price: "12 LYD", - imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg?_wi=2", - imageAlt: "Chocolate Lava Cake", - }, + id: "1", name: "Chocolate Lava Cake", price: "12 LYD", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg", imageAlt: "Chocolate Lava Cake"}, { - id: "2", - name: "Premium Waffles", - price: "10 LYD", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg?_wi=2", - imageAlt: "Premium Waffles", - }, + id: "2", name: "Premium Waffles", price: "10 LYD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg", imageAlt: "Premium Waffles"}, { - id: "3", - name: "Artisan Crepes", - price: "9 LYD", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg?_wi=2", - imageAlt: "Artisan Crepes", - }, + id: "3", name: "Artisan Crepes", price: "9 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg", imageAlt: "Artisan Crepes"}, { - id: "4", - name: "Hot Chocolate Deluxe", - price: "8 LYD", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg?_wi=2", - imageAlt: "Hot Chocolate Deluxe", - }, + id: "4", name: "Hot Chocolate Deluxe", price: "8 LYD", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg", imageAlt: "Hot Chocolate Deluxe"}, { - id: "5", - name: "Chocolate Mousse", - price: "11 LYD", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg?_wi=2", - imageAlt: "Chocolate Mousse", - }, + id: "5", name: "Chocolate Mousse", price: "11 LYD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg", imageAlt: "Chocolate Mousse"}, { - id: "6", - name: "Specialty Cake Slice", - price: "7 LYD", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg?_wi=2", - imageAlt: "Specialty Cake Slice", - }, + id: "6", name: "Specialty Cake Slice", price: "7 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg", imageAlt: "Specialty Cake Slice"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -107,7 +77,7 @@ export default function MenuPage() { tagAnimation="slide-up" title="Custom Cakes & Private Events" description="Celebrate your special moments with custom cakes and catering. We offer personalized service for birthdays, anniversaries, corporate events, and more." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ { text: "Request Custom Order", href: "tel:021-5800402" },