diff --git a/src/app/page.tsx b/src/app/page.tsx
index 55db2c4..f89ebe8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,30 +32,12 @@ export default function LandingPage() {
@@ -63,23 +45,12 @@ export default function LandingPage() {
@@ -89,18 +60,9 @@ export default function LandingPage() {
title="Our Passion"
description="We believe coffee is more than just a drink; it's a craft. Our beans are sourced ethically from the best growers around the world, roasted locally to preserve their unique profile."
metrics={[
- {
- value: "10+",
- title: "Years Roasting",
- },
- {
- value: "50+",
- title: "Unique Blends",
- },
- {
- value: "100%",
- title: "Fair Trade",
- },
+ { value: "10+", title: "Years Roasting" },
+ { value: "50+", title: "Unique Blends" },
+ { value: "100%", title: "Fair Trade" },
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-cup-full-roasted-coffee-beans_23-2148251685.jpg"
imageAlt="coffee beans close up roasted"
@@ -114,42 +76,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Signature Latte",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691639.jpg",
- },
- {
- id: "p2",
- name: "Classic Cappuccino",
- price: "$4.25",
- imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee_74190-3817.jpg",
- },
- {
- id: "p3",
- name: "Cold Brew Tonic",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/orange-glass-juice-with-yellow-pipe-wooden-platter-with-white-notebook-high-quality-photo_114579-53142.jpg",
- },
- {
- id: "p4",
- name: "Butter Croissant",
- price: "$3.50",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-bagels-notepad-flat-lay_23-2148516630.jpg",
- },
- {
- id: "p5",
- name: "Berry Tart",
- price: "$4.75",
- imageSrc: "http://img.b2bpic.net/free-photo/mobile-screen-with-message-screen-matcha-green-tea-cup-cake-slice-plate-white-background_23-2148067020.jpg",
- },
- {
- id: "p6",
- name: "Double Espresso",
- price: "$3.00",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-coffee-beans-dark-surface_181624-591.jpg",
- },
+ { id: "p1", name: "Signature Latte", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-ai-generated_23-2150691639.jpg" },
+ { id: "p2", name: "Classic Cappuccino", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee_74190-3817.jpg" },
+ { id: "p3", name: "Cold Brew Tonic", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/orange-glass-juice-with-yellow-pipe-wooden-platter-with-white-notebook-high-quality-photo_114579-53142.jpg" },
+ { id: "p4", name: "Butter Croissant", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/homemade-bagels-notepad-flat-lay_23-2148516630.jpg" },
+ { id: "p5", name: "Berry Tart", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/mobile-screen-with-message-screen-matcha-green-tea-cup-cake-slice-plate-white-background_23-2148067020.jpg" },
+ { id: "p6", name: "Double Espresso", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-coffee-beans-dark-surface_181624-591.jpg" },
]}
title="Signature Menu"
description="Discover our hand-crafted selection of beverages and artisanal pastries."
@@ -158,30 +90,13 @@ export default function LandingPage() {