diff --git a/src/app/page.tsx b/src/app/page.tsx
index 963365f..34843a9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,65 +41,27 @@ export default function LandingPage() {
@@ -122,16 +72,10 @@ export default function LandingPage() {
title="Our Atmosphere"
description="Experience unparalleled luxury in the heart of Kumanovo. Our venue combines sophisticated lounge comfort with a high-energy nightlife vibe."
metrics={[
- {
- value: "187+",
- title: "Reviews",
- },
- {
- value: "00:00",
- title: "Closing Time",
- },
+ { value: "187+", title: "Reviews" },
+ { value: "00:00", title: "Closing Time" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg"
imageAlt="Bar Interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -145,42 +89,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Mojito",
- price: "300 MKD",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg?_wi=1",
- },
- {
- id: "p2",
- name: "Whiskey Premium",
- price: "500 MKD",
- imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-drink-tweezers_23-2148437024.jpg",
- },
- {
- id: "p3",
- name: "Burger Vintage",
- price: "450 MKD",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg",
- },
- {
- id: "p4",
- name: "Martini",
- price: "350 MKD",
- imageSrc: "http://img.b2bpic.net/free-photo/green-cocktail_23-2147795326.jpg",
- },
- {
- id: "p5",
- name: "Red Wine",
- price: "400 MKD",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-wine-dark-drink-photo-color-champagne-xmas-alcohol_140725-93028.jpg",
- },
- {
- id: "p6",
- name: "Tapas Platter",
- price: "600 MKD",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-saj-cizbiz-cooked-with-aubergine-potato-tomato-pepper-cast-iron-pan_141793-2182.jpg",
- },
+ { id: "p1", name: "Mojito", price: "300 MKD", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg" },
+ { id: "p2", name: "Whiskey Premium", price: "500 MKD", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-drink-tweezers_23-2148437024.jpg" },
+ { id: "p3", name: "Burger Vintage", price: "450 MKD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg" },
+ { id: "p4", name: "Martini", price: "350 MKD", imageSrc: "http://img.b2bpic.net/free-photo/green-cocktail_23-2147795326.jpg" },
+ { id: "p5", name: "Red Wine", price: "400 MKD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-wine-dark-drink-photo-color-champagne-xmas-alcohol_140725-93028.jpg" },
+ { id: "p6", name: "Tapas Platter", price: "600 MKD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-saj-cizbiz-cooked-with-aubergine-potato-tomato-pepper-cast-iron-pan_141793-2182.jpg" },
]}
title="Our Menu"
description="Signature cocktails and premium bites."
@@ -191,22 +105,14 @@ export default function LandingPage() {
@@ -342,32 +166,8 @@ export default function LandingPage() {