From 68dfbfd86e2976026c0e950f4d54285e817c71ca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 13:03:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7522c16..47bcdfb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,12 @@ export default function LandingPage() { + 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. +

+
@@ -185,4 +190,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1