From 09a1fa13f8bf36878927034ee7428674ccea94bf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:04:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47bcdfb..52f2416 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,11 +64,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Crafting Moments, One Sip At A Time" className="text-center py-16 px-4" - > -

- At Ethereal Brew, we believe coffee is more than just a morning ritual; it's a bridge to genuine connection. Our unique value lies in the marriage of meticulous, small-batch roasting and a sanctuary space designed for quiet reflection or lively conversation. By prioritizing ethical sourcing and the art of the perfect pour, we create a gathering place where every cup supports sustainable farming and every visit fosters a deeper sense of community. -

- + />
@@ -102,7 +98,7 @@ export default function LandingPage() { { id: "p3", name: "Classic Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/view-tool-used-coffee-press_23-2149878087.jpg"}, { - id: "p4", name: "Artisan Pour Over", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/glass-coffee-pitcher-near-gray-kettle-table_181624-4632.jpg"}, + id: "p4", name: "Artisan Pour Over", price: "$6.50", imageSrc: "http://img.b2bpic.net/glass-coffee-pitcher-near-gray-kettle-table_181624-4632.jpg"}, { id: "p5", name: "Velvet Mocha", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/hot-mocha-coffee-with-cake_1339-2387.jpg"}, { -- 2.49.1