diff --git a/src/app/page.tsx b/src/app/page.tsx index b106e6e..a3de540 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,12 @@ export default function LandingPage() { @@ -132,12 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Our Vibe" title="DINING IN THE CLASSROOM" - buttons={[ - { - text: "Visit Us Today", - href: "https://maps.google.com", - }, - ]} + buttons={[{ text: "Visit Us Today", href: "https://maps.google.com" }]} /> @@ -148,42 +92,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Classic Tenders", - price: "RM 15.00", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-nuggets_23-2151950574.jpg", - }, - { - id: "p2", - name: "Spicy Honey Wings", - price: "RM 18.00", - imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2865.jpg", - }, - { - id: "p3", - name: "Baked Mac 'n Cheese", - price: "RM 12.00", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-mushroom_74190-836.jpg", - }, - { - id: "p4", - name: "Crispy Chicken Burger", - price: "RM 16.00", - imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-sandwich-with-salad-tomatoes-wooden-table-surface_613910-7462.jpg", - }, - { - id: "p5", - name: "Smashed Beef Burger", - price: "RM 19.00", - imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1545.jpg", - }, - { - id: "p6", - name: "Seaweed Loaded Fries", - price: "RM 9.00", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-ripe-pineapple-close-up_176474-5301.jpg", - }, + { id: "p1", name: "Classic Tenders", price: "RM 15.00", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-nuggets_23-2151950574.jpg" }, + { id: "p2", name: "Spicy Honey Wings", price: "RM 18.00", imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2865.jpg" }, + { id: "p3", name: "Baked Mac 'n Cheese", price: "RM 12.00", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-mushroom_74190-836.jpg" }, + { id: "p4", name: "Crispy Chicken Burger", price: "RM 16.00", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-sandwich-with-salad-tomatoes-wooden-table-surface_613910-7462.jpg" }, + { id: "p5", name: "Smashed Beef Burger", price: "RM 19.00", imageSrc: "http://img.b2bpic.net/free-photo/burger-ingredients_1339-1545.jpg" }, + { id: "p6", name: "Seaweed Loaded Fries", price: "RM 9.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-ripe-pineapple-close-up_176474-5301.jpg" }, ]} title="THE STUDY BREAK MENU" description="From study snacks to group feasts, we've got you covered." @@ -192,6 +106,12 @@ export default function LandingPage() {