Update src/app/page.tsx

This commit is contained in:
2026-04-06 13:34:23 +00:00
parent 7ba0b96a2f
commit 6b2cc7c6fb

View File

@@ -85,22 +85,22 @@ export default function LandingPage() {
{
title: "Mezze Culture", description: "Shared plates served with pride, celebrating seasonal Greek produce and time-honored techniques.", icon: Sparkles,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-cotlet-with-vegetables-red-basilic_114579-3204.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-cotlet-with-vegetables-red-basilic_114579-3204.jpg" }
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-cotlet-with-vegetables-red-basilic_114579-3204.jpg?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/meat-cotlet-with-vegetables-red-basilic_114579-3204.jpg?_wi=2" }
]
},
{
title: "Communal Dining", description: "Gather around tables designed for connection, where every meal is an invitation to celebrate together.", icon: Users,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/group-happy-people-eating-pizza_23-2148212367.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-happy-people-eating-pizza_23-2148212367.jpg" }
{ imageSrc: "http://img.b2bpic.net/free-photo/group-happy-people-eating-pizza_23-2148212367.jpg?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/group-happy-people-eating-pizza_23-2148212367.jpg?_wi=2" }
]
},
{
title: "Warm Atmosphere", description: "Authentic tavern hospitality in Nea Erythraia, creating an environment that feels like a homecoming.", icon: Home,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle_1122-1856.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle_1122-1856.jpg" }
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle_1122-1856.jpg?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle_1122-1856.jpg?_wi=2" }
]
}
]}