Update src/app/page.tsx

This commit is contained in:
2026-04-17 03:21:02 +00:00
parent b2987726d7
commit 03bb4ce9b2

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
background={{
variant: "gradient-bars"}}
logoText="Koffee Paradise"
description="Unique Filipino Coffee Flavors. Experience authentic flavors like ube latte and brown sugar — rich, smooth, and delightfully unique."
description="Columbus's home for unique Filipino Coffee Flavors. Experience authentic favorites like ube latte and brown sugar — right here in the heart of Ohio."
buttons={[
{
text: "View Menu", href: "#menu"},
@@ -220,4 +220,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}