diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8b77cf8..adc7f46 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,39 +40,17 @@ export default function LandingPage() {
@@ -96,18 +62,9 @@ export default function LandingPage() {
title="A Sanctuary of Taste"
description="At Garden Café, we believe that every sip of coffee and every bite of cake tells a story. Inspired by the botanical beauty of nature, we bring you fresh, handmade goodness in an environment designed for quiet reflection and shared moments."
bulletPoints={[
- {
- title: "Fresh & Organic",
- description: "Sourced locally for maximum flavor.",
- },
- {
- title: "Handmade with Love",
- description: "Every dessert crafted daily in-house.",
- },
- {
- title: "Cozy Atmosphere",
- description: "Designed to be your home away from home.",
- },
+ { title: "Fresh & Organic", description: "Sourced locally for maximum flavor." },
+ { title: "Handmade with Love", description: "Every dessert crafted daily in-house." },
+ { title: "Cozy Atmosphere", description: "Designed to be your home away from home." },
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-strawberry-pie-with-tea-light-white_140725-78208.jpg"
mediaAnimation="slide-up"
@@ -121,24 +78,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Specialty Latte Art",
- price: "£4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/green-tea-latte_1339-5392.jpg",
- },
- {
- id: "p2",
- name: "Artisan Cake Slice",
- price: "£5.95",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-jelly-cake-closeup_23-2148536813.jpg",
- },
- {
- id: "p3",
- name: "Fresh Seasonal Brunch",
- price: "£12.50",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-with-herbs-copy-space_23-2148417417.jpg",
- },
+ { id: "p1", name: "Specialty Latte Art", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/green-tea-latte_1339-5392.jpg" },
+ { id: "p2", name: "Artisan Cake Slice", price: "£5.95", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-jelly-cake-closeup_23-2148536813.jpg" },
+ { id: "p3", name: "Fresh Seasonal Brunch", price: "£12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-avocado-toast-with-herbs-copy-space_23-2148417417.jpg" },
]}
title="Menu Highlights"
description="Curated selection of artisan coffee, matcha, and sweet treats."
@@ -147,39 +89,13 @@ export default function LandingPage() {
@@ -220,32 +122,8 @@ export default function LandingPage() {