diff --git a/src/app/page.tsx b/src/app/page.tsx
index c2abae7..eb7fe43 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -54,105 +46,60 @@ export default function LandingPage() {
@@ -162,7 +109,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Story"
description="We are not just another restaurant. We are the place locals will quietly recommend. A table filled with flavors, laughter, and stories. At Manolis’ Tavern, every dish is cooked the traditional way, every ingredient is fresh, and every guest becomes part of the family."
- imageSrc="http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg"
imageAlt="Manolis Tavern family hospitality"
/>
@@ -175,41 +122,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Perfectly Grilled Meats",
- price: "Classic",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-skewer-tray-with-red-pepper_23-2148699100.jpg",
- },
+ id: "1", name: "Perfectly Grilled Meats", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-skewer-tray-with-red-pepper_23-2148699100.jpg"},
{
- id: "2",
- name: "Traditional Greek Sides",
- price: "Outstanding",
- imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg?_wi=1",
- },
+ id: "2", name: "Traditional Greek Sides", price: "Outstanding", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg"},
{
- id: "3",
- name: "Sweet House Dessert",
- price: "On the House",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-pink_140725-23930.jpg",
- },
+ id: "3", name: "Sweet House Dessert", price: "On the House", imageSrc: "http://img.b2bpic.net/free-photo/front-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-pink_140725-23930.jpg"},
{
- id: "4",
- name: "Rustic Atmosphere",
- price: "Real",
- imageSrc: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151918999.jpg",
- },
+ id: "4", name: "Rustic Atmosphere", price: "Real", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-film-location-decor_23-2151918999.jpg"},
{
- id: "5",
- name: "Nearby Landmark",
- price: "Church Tower",
- imageSrc: "http://img.b2bpic.net/free-photo/tower-torre-des-carregador-spain_181624-43431.jpg",
- },
+ id: "5", name: "Nearby Landmark", price: "Church Tower", imageSrc: "http://img.b2bpic.net/free-photo/tower-torre-des-carregador-spain_181624-43431.jpg"},
{
- id: "6",
- name: "Locals' Choice",
- price: "Hidden Gem",
- imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg?_wi=2",
- },
+ id: "6", name: "Locals' Choice", price: "Hidden Gem", imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg"},
]}
title="Dishes You’ll Remember"
description="Homemade recipes — no shortcuts. Every plate is made with care."
@@ -223,28 +146,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Locals Only",
- description: "Where the locals eat, away from the tourist crowds.",
- bentoComponent: "reveal-icon",
- icon: MapPin,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant_140725-28155.jpg?_wi=2",
- imageAlt: "rustic greek tavern wooden table",
+ title: "Locals Only", description: "Where the locals eat, away from the tourist crowds.", bentoComponent: "reveal-icon", icon: MapPin,
},
{
- title: "Family Owned",
- description: "Genuine, warm, and friendly Greek family hospitality.",
- bentoComponent: "reveal-icon",
- icon: Users,
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg?_wi=2",
- imageAlt: "greek tavern family owner serving",
+ title: "Family Owned", description: "Genuine, warm, and friendly Greek family hospitality.", bentoComponent: "reveal-icon", icon: Users,
},
{
- title: "Affordable Price",
- description: "An authentic experience that is surprisingly affordable.",
- bentoComponent: "reveal-icon",
- icon: CreditCard,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=6",
- imageAlt: "happy diner in greek tavern",
+ title: "Affordable Price", description: "An authentic experience that is surprisingly affordable.", bentoComponent: "reveal-icon", icon: CreditCard,
},
]}
title="Why Choose Us"
@@ -259,28 +167,17 @@ export default function LandingPage() {
description="Ready to experience the real taste of Greece? Contact us now to reserve your spot."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
- name: "date",
- type: "date",
- placeholder: "Preferred Date",
- required: true,
+ name: "date", type: "date", placeholder: "Preferred Date", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "Any special requests?",
- rows: 4,
+ name: "message", placeholder: "Any special requests?", rows: 4,
required: false,
}}
imageSrc="http://img.b2bpic.net/free-photo/people-enjoying-traditional-japanese-food_23-2148759579.jpg"
@@ -291,33 +188,21 @@ export default function LandingPage() {