diff --git a/src/app/page.tsx b/src/app/page.tsx
index e448d1e..fd90155 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,51 +31,26 @@ export default function LandingPage() {
@@ -97,42 +72,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Strawberry Tart",
- price: "€6.50",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-tasty-fruit-tart-flowers-wooden-tray_23-2148161601.jpg",
- },
- {
- id: "p2",
- name: "Almond Croissant",
- price: "€4.00",
- imageSrc: "http://img.b2bpic.net/free-photo/strawberries-fig-near-croissant_23-2147717730.jpg",
- },
- {
- id: "p3",
- name: "Macaron Assortment",
- price: "€12.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-ful-cakes-white-surface_140725-115167.jpg",
- },
- {
- id: "p4",
- name: "Chocolate Éclair",
- price: "€5.50",
- imageSrc: "http://img.b2bpic.net/free-photo/set-sweet-eclairs-with-various-fillings-stone-surface_114579-57314.jpg",
- },
- {
- id: "p5",
- name: "Vanilla Cheesecake",
- price: "€7.00",
- imageSrc: "http://img.b2bpic.net/free-photo/assortment-pieces-cake_114579-79833.jpg",
- },
- {
- id: "p6",
- name: "Praline Box",
- price: "€15.00",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-marzipan-dessert_23-2149715499.jpg",
- },
+ { id: "p1", name: "Strawberry Tart", price: "€6.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-with-tasty-fruit-tart-flowers-wooden-tray_23-2148161601.jpg" },
+ { id: "p2", name: "Almond Croissant", price: "€4.00", imageSrc: "http://img.b2bpic.net/free-photo/strawberries-fig-near-croissant_23-2147717730.jpg" },
+ { id: "p3", name: "Macaron Assortment", price: "€12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-ful-cakes-white-surface_140725-115167.jpg" },
+ { id: "p4", name: "Chocolate Éclair", price: "€5.50", imageSrc: "http://img.b2bpic.net/free-photo/set-sweet-eclairs-with-various-fillings-stone-surface_114579-57314.jpg" },
+ { id: "p5", name: "Vanilla Cheesecake", price: "€7.00", imageSrc: "http://img.b2bpic.net/free-photo/assortment-pieces-cake_114579-79833.jpg" },
+ { id: "p6", name: "Praline Box", price: "€15.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-marzipan-dessert_23-2149715499.jpg" },
]}
title="Signature Collection"
description="Discover our daily curated selection of traditional French delicacies."
@@ -143,31 +88,11 @@ export default function LandingPage() {
@@ -233,9 +131,7 @@ export default function LandingPage() {