Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-03-29 13:17:48 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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"] });

View File

@@ -146,4 +146,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}