Update src/app/page.tsx

This commit is contained in:
2026-05-11 16:49:13 +00:00
parent 7199a1ffe1
commit bb0be5cf10

View File

@@ -75,7 +75,7 @@ export default function LandingPage() {
title="Authentic Flavors"
description="Indulge in our unique Albanian-style menu designed to fuel your sessions."
features={[
{ title: "Traditional Bites", description: "Hand-crafted appetizers with authentic ingredients.", icon: ChefHat, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-delicious-toast-with-meat-vegetables_114579-86383.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-delicious-toast-with-meat-vegetables_114579-86383.jpg" }] }
{ title: "Traditional Bites", description: "Hand-crafted appetizers with authentic ingredients.", icon: ChefHat, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-delicious-toast-with-meat-vegetables_114579-86383.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/wooden-board-delicious-toast-with-meat-vegetables_114579-86383.jpg?_wi=2" }] }
]}
/>
</div>
@@ -88,7 +88,7 @@ export default function LandingPage() {
title="Pro-Level Gaming Room"
description="Our back room hosts 5 state-of-the-art PS5 stations."
features={[
{ title: "Play Like a Pro", description: "High-fidelity gaming experience in a private setup.", icon: Gamepad2, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172444.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172444.jpg" }] }
{ title: "Play Like a Pro", description: "High-fidelity gaming experience in a private setup.", icon: Gamepad2, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172444.jpg?_wi=1" }, { imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172444.jpg?_wi=2" }] }
]}
/>
</div>