From 8a2c116a25fbeba64d8b6b3fcdf3f33e3fdc9d6d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:17:45 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 71a13d5..3af4344 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'HANDS+ROSE COFFEE | Coffee, Atmosphere, and a Touch of Heaven', - description: 'Luxury coffee meets sacred calm inside Upperroom, South Dallas. Join us for creative, seasonal drinks and a prayer-filled atmosphere.', + title: 'HANDS+ROSE COFFEE', + description: 'Creative, seasonal coffee in a prayer-filled sanctuary at Upperroom Dallas.', }; const playfair = Playfair_Display({ variable: "--font-playfair", subsets: ["latin"] }); -- 2.49.1 From 608546e2ea61f27ebe720cd34ebf060f384f349d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:17:45 +0000 Subject: [PATCH 2/2] 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 54dd018..87301db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,4 +146,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1