diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4102566..0de37c7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,64 +30,28 @@ export default function LandingPage() {
@@ -116,36 +80,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "m1",
- label: "Appetizers",
- title: "Aperitivos",
- items: [
- "Shrimp Mozambique",
- "Flame-finished Chourico",
- "Littlenecks Spanish Style",
- ],
- },
- {
- id: "m2",
- label: "Meats",
- title: "Carnes",
- items: [
- "Steak Micaelense",
- "Pork Alentejana",
- "Top Sirloin Specials",
- ],
- },
- {
- id: "m3",
- label: "Seafood",
- title: "Mariscos",
- items: [
- "Roasted Salted Cod",
- "Grilled Cornish Hen",
- "Signature Seafood Pots",
- ],
- },
+ { id: "m1", label: "Appetizers", title: "Aperitivos", items: ["Shrimp Mozambique", "Flame-finished Chourico", "Littlenecks Spanish Style"] },
+ { id: "m2", label: "Meats", title: "Carnes", items: ["Steak Micaelense", "Pork Alentejana", "Top Sirloin Specials"] },
+ { id: "m3", label: "Seafood", title: "Mariscos", items: ["Roasted Salted Cod", "Grilled Cornish Hen", "Signature Seafood Pots"] },
]}
title="Our Restaurant Menu"
description="Fresh, traditional Portuguese recipes prepared daily."
@@ -159,24 +96,9 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Shrimp Mozambique",
- price: "$79 - $139",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg?_wi=2",
- },
- {
- id: "p2",
- name: "Pork Alentejana",
- price: "$65 - $125",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg?_wi=3",
- },
- {
- id: "p3",
- name: "Chicken Wings",
- price: "$59 - $99",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg?_wi=4",
- },
+ { id: "p1", name: "Shrimp Mozambique", price: "$79 - $139", imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg" },
+ { id: "p2", name: "Pork Alentejana", price: "$65 - $125", imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg" },
+ { id: "p3", name: "Chicken Wings", price: "$59 - $99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg" },
]}
title="Party Platters"
description="Order ahead for your celebrations. Full and half trays available."
@@ -185,27 +107,11 @@ export default function LandingPage() {
@@ -237,42 +135,9 @@ export default function LandingPage() {