diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0c28775..c10bb6a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,41 +47,26 @@ export default function LandingPage() {
@@ -99,9 +76,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Journey in Every Sip"
description={[
- "Founded on the principles of quality, transparency, and the pursuit of the perfect cup, PitStop Coffee is where craft meets comfort.",
- "We source only the finest beans from sustainable farms, roasting them to perfection in small batches to ensure maximum flavor complexity.",
- ]}
+ "Founded on the principles of quality, transparency, and the pursuit of the perfect cup, PitStop Coffee is where craft meets comfort.", "We source only the finest beans from sustainable farms, roasting them to perfection in small batches to ensure maximum flavor complexity."]}
/>
@@ -113,47 +88,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Signature Espresso",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-6389.jpg",
- imageAlt: "Espresso",
- },
+ id: "p1", name: "Signature Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/iced-chocolate_1339-6389.jpg", imageAlt: "Espresso"},
{
- id: "p2",
- name: "Velvet Cappuccino",
- price: "$5.25",
- imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-art-wooden-table_1232-2219.jpg",
- imageAlt: "Cappuccino",
- },
+ id: "p2", name: "Velvet Cappuccino", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-art-wooden-table_1232-2219.jpg", imageAlt: "Cappuccino"},
{
- id: "p3",
- name: "Iced Oat Latte",
- price: "$6.00",
- imageSrc: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6102.jpg",
- imageAlt: "Iced Latte",
- },
+ id: "p3", name: "Iced Oat Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6102.jpg", imageAlt: "Iced Latte"},
{
- id: "p4",
- name: "Classic Americano",
- price: "$4.00",
- imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee_1388-803.jpg",
- imageAlt: "Americano",
- },
+ id: "p4", name: "Classic Americano", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee_1388-803.jpg", imageAlt: "Americano"},
{
- id: "p5",
- name: "Cold Brew Reserve",
- price: "$5.50",
- imageSrc: "http://img.b2bpic.net/free-photo/perfect-iced-latte_53876-31301.jpg",
- imageAlt: "Cold Brew",
- },
+ id: "p5", name: "Cold Brew Reserve", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/perfect-iced-latte_53876-31301.jpg", imageAlt: "Cold Brew"},
{
- id: "p6",
- name: "Flat White",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/black-cafe-food-old-background_1339-66.jpg",
- imageAlt: "Flat White",
- },
+ id: "p6", name: "Flat White", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/black-cafe-food-old-background_1339-66.jpg", imageAlt: "Flat White"},
]}
title="Our Signature Brews"
description="Hand-crafted coffee creations delivered with expertise."
@@ -162,27 +107,16 @@ export default function LandingPage() {
@@ -322,42 +202,27 @@ export default function LandingPage() {