diff --git a/src/app/page.tsx b/src/app/page.tsx
index 591eb90..607ebde 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,77 +41,31 @@ export default function LandingPage() {
@@ -134,14 +76,8 @@ export default function LandingPage() {
title="Passionate about Brewing"
description="Brew & Bean is dedicated to the craft of coffee. Our mission is to provide an immersive sensory experience through sustainable sourcing and expert roasting."
metrics={[
- {
- value: "10",
- title: "Years Roasting",
- },
- {
- value: "100%",
- title: "Organic Sourced",
- },
+ { value: "10", title: "Years Roasting" },
+ { value: "100%", title: "Organic Sourced" },
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-bean-black-burlap-sack_1150-1666.jpg"
mediaAnimation="blur-reveal"
@@ -156,48 +92,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Signature Latte",
- price: "$4.50",
- variant: "Hot",
- imageSrc: "http://img.b2bpic.net/free-photo/female-barista-pouring-coffee-transparent-glass_23-2148824466.jpg",
- },
- {
- id: "2",
- name: "Morning Croissant",
- price: "$3.25",
- variant: "Bakery",
- imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-chocolate-cream-cup-milk_114579-4260.jpg",
- },
- {
- id: "3",
- name: "Iced Cold Brew",
- price: "$5.00",
- variant: "Cold",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-barista-pouring-coffee-transparent-glass_23-2148824465.jpg",
- },
- {
- id: "4",
- name: "Mocha Bliss",
- price: "$5.50",
- variant: "Hot",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-with-marshmallows-sofa_23-2147969761.jpg",
- },
- {
- id: "5",
- name: "Double Espresso",
- price: "$3.00",
- variant: "Shot",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_23-2148173367.jpg",
- },
- {
- id: "6",
- name: "Matcha Infusion",
- price: "$4.75",
- variant: "Tea",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-tea-brewer-with-dried-flowers_23-2148567599.jpg",
- },
+ { id: "1", name: "Signature Latte", price: "$4.50", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/female-barista-pouring-coffee-transparent-glass_23-2148824466.jpg" },
+ { id: "2", name: "Morning Croissant", price: "$3.25", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/croissants-with-chocolate-cream-cup-milk_114579-4260.jpg" },
+ { id: "3", name: "Iced Cold Brew", price: "$5.00", variant: "Cold", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-barista-pouring-coffee-transparent-glass_23-2148824465.jpg" },
+ { id: "4", name: "Mocha Bliss", price: "$5.50", variant: "Hot", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-with-marshmallows-sofa_23-2147969761.jpg" },
+ { id: "5", name: "Double Espresso", price: "$3.00", variant: "Shot", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_23-2148173367.jpg" },
+ { id: "6", name: "Matcha Infusion", price: "$4.75", variant: "Tea", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tea-brewer-with-dried-flowers_23-2148567599.jpg" },
]}
title="Our Signature Drinks"
description="Discover your new favorite from our meticulously crafted menu of specialty coffees and seasonal treats."
@@ -206,31 +106,14 @@ export default function LandingPage() {
@@ -337,32 +166,8 @@ export default function LandingPage() {