From 916dbe3843909d808c82eec10c551e7c4a9dd199 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:10:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e56039d..a12d0f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { title: "Artisanal Coffee", description: "Expertly roasted beans brewed to perfection by our master baristas.", icon: Coffee }, + { title: "Craft Beverages ", description: "From Classic favorites to unique blends, find your perfect sip.", icon: Coffee }, { title: "Curated Bites", description: "From fresh morning pastries to elegant afternoon lunches.", icon: Utensils }, { title: "The Aesthetic", description: "Matte black finishes, striking gold accents, and a European-style patio.", icon: Palette } ]} -- 2.49.1