Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-03-14 14:27:44 +00:00
parent 3898377d8e
commit ecefb457f2

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="Why Locals Love Us"
title="Open until 10 PM tonight—join 353 locals who've made this their home. Every cup tells a story of care, and every visit feels like coming home to people who genuinely know your name."
title="Family-owned, loved by 353 locals. Open until 10 PM. Where every cup tells a story of care, and every visit feels like coming home to people who genuinely know your name."
useInvertedBackground={false}
buttons={[
{ text: "See Our Hours", href: "#contact" }
@@ -157,4 +157,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}