diff --git a/src/app/page.tsx b/src/app/page.tsx
index 348fa28..bb6adb0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -56,18 +44,9 @@ export default function LandingPage() {
logoText="D'Vine House Bistro"
description="Family-owned. Made from scratch. Served with heart in Canyon Lake, Texas."
buttons={[
- {
- text: "View Menu",
- href: "#menu",
- },
- {
- text: "Reserve a Table",
- href: "#contact",
- },
- {
- text: "Call Now",
- href: "tel:+15126983992",
- },
+ { text: "View Menu", href: "#menu" },
+ { text: "Reserve a Table", href: "#contact" },
+ { text: "Call Now", href: "tel:+15126983992" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/wine-glass-table-setting_74190-4678.jpg"
@@ -96,42 +75,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Chicken Tortilla Soup",
- price: "$9",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-appetizing-pozole-bowl_23-2149248633.jpg",
- },
- {
- id: "2",
- name: "Angus Burger",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-sesame-bun-served-with-fries_140725-1703.jpg",
- },
- {
- id: "3",
- name: "Chilaquiles",
- price: "$16",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food_23-2148140192.jpg",
- },
- {
- id: "4",
- name: "Carne Guisada Plate",
- price: "$19",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pototaes-sauce_141793-104.jpg",
- },
- {
- id: "5",
- name: "Enchiladas Verdes",
- price: "$17",
- imageSrc: "http://img.b2bpic.net/free-photo/tacos-other-mexican-food_23-2147740772.jpg",
- },
- {
- id: "6",
- name: "Pecan Pie",
- price: "$8",
- imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-honey-toast-with-strawberry-jam_1203-9306.jpg",
- },
+ { id: "1", name: "Chicken Tortilla Soup", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-appetizing-pozole-bowl_23-2149248633.jpg" },
+ { id: "2", name: "Angus Burger", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-sesame-bun-served-with-fries_140725-1703.jpg" },
+ { id: "3", name: "Chilaquiles", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mexican-food_23-2148140192.jpg" },
+ { id: "4", name: "Carne Guisada Plate", price: "$19", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pototaes-sauce_141793-104.jpg" },
+ { id: "5", name: "Enchiladas Verdes", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/tacos-other-mexican-food_23-2147740772.jpg" },
+ { id: "6", name: "Pecan Pie", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-honey-toast-with-strawberry-jam_1203-9306.jpg" },
]}
title="Signature Menu Highlights"
description="Gourmet comfort food handcrafted with love and fresh ingredients."
@@ -140,37 +89,16 @@ export default function LandingPage() {
@@ -180,84 +108,37 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "g1",
- label: "Food",
- title: "Homemade Creations",
- items: [
- "Fresh Desserts",
- "Hearty Meals",
- "Local Flavors",
- ],
- },
- {
- id: "g2",
- label: "Interior",
- title: "Cozy Ambience",
- items: [
- "Rustic Decor",
- "Warm Lighting",
- "Family Feel",
- ],
- },
- {
- id: "g3",
- label: "Vibe",
- title: "Canyon Lake Charm",
- items: [
- "Authentic Hospitality",
- "Community Focus",
- "Upscale Comfort",
- ],
- },
+ { id: "g1", label: "Gallery", title: "Artistic Presentations", items: ["Signature Plating", "Rustic Culinary Art", "Fresh Ingredients Showcase"], buttons: [{ text: "View Gallery" }] }
]}
- title="A Rustic Experience"
- description="Visualizing the warmth and charm of our Canyon Lake bistro."
+ title="Visual Culinary Journey"
+ description="A professional showcase of our premium gourmet offerings."
/>