Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-07 12:36:05 +00:00

View File

@@ -64,35 +64,35 @@ export default function LandingPage() {
handle: "@guest",
testimonial: "The atmosphere is rustic and full of character. A small, authentic tavern right next to the church bell tower. Outstanding home cooking.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=1",
},
{
name: "Local Guest",
handle: "@local",
testimonial: "10/10 — food, service, everything. Always fresh, always homemade, and truly welcoming.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=2",
},
{
name: "Foodie Visitor",
handle: "@traveler",
testimonial: "We came back multiple times — and every time, we were the only foreigners. That is always a sign of quality.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=3",
},
{
name: "Happy Customer",
handle: "@diner",
testimonial: "Perfect atmosphere, traditional and authentic. The meat was perfectly cooked every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=4",
},
{
name: "Returning Guest",
handle: "@regular",
testimonial: "A true hidden gem and a culinary highlight. €15 per person for food and drinks — plus free dessert!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=5",
},
]}
buttons={[
@@ -105,7 +105,7 @@ export default function LandingPage() {
href: "#menu",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-meat-bones-with-fried-vegetables-sauce-table-food-meal-dinner-restaurant_140725-28155.jpg"
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=1"
imageAlt="Authentic Greek tavern table"
avatars={[
{
@@ -162,7 +162,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"
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"
imageAlt="Manolis Tavern family hospitality"
/>
</div>
@@ -184,7 +184,7 @@ export default function LandingPage() {
id: "2",
name: "Traditional Greek Sides",
price: "Outstanding",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg?_wi=1",
},
{
id: "3",
@@ -208,7 +208,7 @@ export default function LandingPage() {
id: "6",
name: "Locals' Choice",
price: "Hidden Gem",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cottage-cheese-top-view_140725-11238.jpg?_wi=2",
},
]}
title="Dishes Youll Remember"
@@ -227,7 +227,7 @@ export default function LandingPage() {
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",
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",
},
{
@@ -235,7 +235,7 @@ export default function LandingPage() {
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",
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",
},
{
@@ -243,7 +243,7 @@ export default function LandingPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491776.jpg?_wi=6",
imageAlt: "happy diner in greek tavern",
},
]}