diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6eff9d3..9ebb47b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,16 +30,12 @@ export default function LandingPage() {
@@ -47,29 +43,14 @@ export default function LandingPage() {
@@ -89,21 +70,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
- {
- id: "1", name: "Roasted Garden Salad", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/healthy-chickpea-salad-with-tomatolettuce-cucumber-wooden-table_123827-32420.jpg"},
- {
- id: "2", name: "Grilled Salmon Fillet", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5520.jpg"},
- {
- id: "3", name: "Slow-Cooked Beef", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-spices-dipping-sauce_84443-72351.jpg"},
- {
- id: "4", name: "Herb-Crusted Chicken", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-cutting-board-with-orange-slices_23-2148682751.jpg"},
- {
- id: "5", name: "Wild Mushroom Risotto", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg"},
- {
- id: "6", name: "Seasonal Fruit Tart", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pie-plate_23-2149629046.jpg"},
+ { id: "1", name: "Roasted Garden Salad", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/healthy-chickpea-salad-with-tomatolettuce-cucumber-wooden-table_123827-32420.jpg" },
+ { id: "2", name: "Grilled Salmon Fillet", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/salmon-steak_74190-5520.jpg" },
+ { id: "3", name: "Slow-Cooked Beef", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-spices-dipping-sauce_84443-72351.jpg" },
]}
title="Signature Dishes"
- description="Hand-picked favorites from our seasonal menu."
+ description="Featuring a blend of fresh greens, savory grilled meats, and artisanal textures."
/>
@@ -113,36 +85,23 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "starters", badge: "Beginnings", price: "Starters", subtitle: "Appetizers to share", features: [
- "Warm Sourdough", "Roasted Tomato Soup", "Garden Salad"],
- buttons: [
- {
- text: "Reserve Now", href: "#contact"},
- ],
- },
- {
- id: "mains", badge: "Signature", price: "Mains", subtitle: "Handcrafted entrees", features: [
- "Slow-Cooked Beef", "Grilled Salmon", "Mushroom Risotto"],
- buttons: [
- {
- text: "Reserve Now", href: "#contact"},
- ],
- },
- {
- id: "desserts", badge: "Sweet", price: "Desserts", subtitle: "Finishing touches", features: [
- "Fruit Tart", "Chocolate Ganache", "Vanilla Bean Gelato"],
- buttons: [
- {
- text: "Reserve Now", href: "#contact"},
- ],
- },
+ { id: "starters", badge: "Beginnings", price: "Starters", subtitle: "Appetizers to share", features: ["Warm Sourdough", "Roasted Tomato Soup", "Garden Salad"], buttons: [{ text: "Reserve Now", href: "#contact" }] },
+ { id: "mains", badge: "Signature", price: "Mains", subtitle: "Handcrafted entrees", features: ["Slow-Cooked Beef (4hr slow roast)", "Grilled Salmon (lemon butter sauce)", "Mushroom Risotto (wild truffle oil)"], buttons: [{ text: "Reserve Now", href: "#contact" }] },
+ { id: "desserts", badge: "Sweet", price: "Desserts", subtitle: "Finishing touches", features: ["Fruit Tart", "Chocolate Ganache", "Vanilla Bean Gelato"], buttons: [{ text: "Reserve Now", href: "#contact" }] },
]}
title="Explore Our Menu"
description="Discover our carefully curated seasonal offerings."
/>
+