diff --git a/src/app/page.tsx b/src/app/page.tsx
index dd21574..5204a7a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,33 +40,15 @@ export default function LandingPage() {
@@ -107,42 +77,9 @@ export default function LandingPage() {
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Signature Espresso",
- price: "12 PLN",
- imageSrc: "http://img.b2bpic.net/free-photo/set-with-white-mug-mockup-mug-with-christmas-decorations-cookie-edge_1153-8337.jpg?_wi=2",
- },
- {
- id: "2",
- name: "Velvet Cold Brew",
- price: "18 PLN",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648697.jpg",
- },
- {
- id: "3",
- name: "Artisan Cappuccino",
- price: "15 PLN",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-with-kettle_23-2148337137.jpg?_wi=2",
- },
- {
- id: "4",
- name: "Gourmet Seasonal Tart",
- price: "22 PLN",
- imageSrc: "http://img.b2bpic.net/free-photo/cake-donut-bakery-sweets-dessert-break-time_53876-16168.jpg",
- },
- {
- id: "5",
- name: "Single Origin Pour-Over",
- price: "20 PLN",
- imageSrc: "http://img.b2bpic.net/free-photo/different-cocktials-bar_23-2148176840.jpg",
- },
- {
- id: "6",
- name: "Reserve Bean Blend",
- price: "45 PLN",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chips-arrangement_23-2149702546.jpg",
- },
+ { id: "1", name: "Signature Espresso", price: "12 PLN", imageSrc: "http://img.b2bpic.net/free-photo/set-with-white-mug-mockup-mug-with-christmas-decorations-cookie-edge_1153-8337.jpg" },
+ { id: "2", name: "Velvet Cold Brew", price: "18 PLN", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648697.jpg" },
+ { id: "3", name: "Artisan Cappuccino", price: "15 PLN", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-with-kettle_23-2148337137.jpg" }
]}
title="Our Signature Menu"
description="Curated selections for the discerning palate."
@@ -153,31 +90,9 @@ export default function LandingPage() {
@@ -217,35 +118,18 @@ export default function LandingPage() {