diff --git a/src/app/page.tsx b/src/app/page.tsx
index 35b32da..9559ea8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -57,82 +42,35 @@ export default function LandingPage() {
@@ -157,74 +95,28 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Cappuccino",
- price: "₹350",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-table_53876-63395.jpg",
- },
- {
- id: "p2",
- name: "Pesto Pasta",
- price: "₹650",
- imageSrc: "http://img.b2bpic.net/free-photo/pasta-noodles-cream-sauce-with-basilic-leaves_114579-2486.jpg",
- },
- {
- id: "p3",
- name: "Classic Pizza",
- price: "₹750",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-board_23-2149298055.jpg",
- },
- {
- id: "p4",
- name: "Tiramisu",
- price: "₹450",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030735.jpg",
- },
- {
- id: "p5",
- name: "Brunch Special",
- price: "₹850",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-baked-vegetables-ham-sandwiches_7502-7403.jpg",
- },
- {
- id: "p6",
- name: "Cold Coffee",
- price: "₹380",
- imageSrc: "http://img.b2bpic.net/free-photo/cookie-with-cup-coffee_140725-6427.jpg",
- },
+ { id: "p1", name: "Cappuccino", price: "₹350", imageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-table_53876-63395.jpg" },
+ { id: "p2", name: "Pesto Pasta", price: "₹650", imageSrc: "http://img.b2bpic.net/free-photo/pasta-noodles-cream-sauce-with-basilic-leaves_114579-2486.jpg" },
+ { id: "p3", name: "Classic Pizza", price: "₹750", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-board_23-2149298055.jpg" },
+ { id: "p4", name: "Tiramisu", price: "₹450", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030735.jpg" },
+ { id: "p5", name: "Brunch Special", price: "₹850", imageSrc: "http://img.b2bpic.net/free-photo/healthy-baked-vegetables-ham-sandwiches_7502-7403.jpg" },
+ { id: "p6", name: "Cold Coffee", price: "₹380", imageSrc: "http://img.b2bpic.net/free-photo/cookie-with-cup-coffee_140725-6427.jpg" },
]}
title="Menu Highlights"
description="Indulge in our curated selection of European-inspired delicacies, crafted with premium ingredients and a touch of love."
- buttons={[
- {
- text: "View Full Menu",
- href: "#",
- },
- ]}
+ buttons={[{ text: "View Full Menu", href: "#" }]}
/>