4 Commits

Author SHA1 Message Date
86d073c2d6 Update src/app/layout.tsx 2026-03-14 14:25:50 +00:00
3cf1c6a15a Update src/app/page.tsx 2026-03-14 14:22:04 +00:00
33515c31e3 Merge version_1 into main
Merge version_1 into main
2026-03-11 05:08:50 +00:00
1667bf0e83 Merge version_1 into main
Merge version_1 into main
2026-03-10 16:31:05 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ import { Manrope } from "next/font/google";
export const metadata: Metadata = {
title: 'Lambreta Café Raipur | Authentic Coffee & Warm Vibes',
description: 'Raipur's favorite café. Handcrafted coffee, family-owned warmth, and 43 rating. Open until 10 PM. Call 062687 96122 to reserve or visit Civil Lines today.',
title: 'Lambreta Café - Raipur's Authentic Coffee Experience',
description: 'Discover Lambreta Café in Civil Lines, Raipur. Handcrafted coffee, warm ambiance, and genuine hospitality. Open daily until 10 PM.'s favorite café. Handcrafted coffee, family-owned warmth, and 43★ rating. Open until 10 PM. Call 062687 96122 to reserve or visit Civil Lines today.',
};
const manrope = Manrope({

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="Why Locals Love Us"
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."
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."
useInvertedBackground={false}
buttons={[
{ text: "See Our Hours", href: "#contact" }
@@ -157,4 +157,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}