Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-09 18:11:33 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboard
background={{ variant: "gradient-bars" }}
logoText="The Coffee Bean & Tea Leaf"
description="Experience the finest hand-crafted coffees and exotic loose-leaf teas in the heart of Delhi. A sanctuary for true connoisseurs."
description="Awaken your senses with the rich, velvety aroma of our signature roasts and the delicate floral notes of our artisan teas; step inside today to discover your new favorite brew in the heart of Delhi."
buttons={[
{ text: "Explore Menu", href: "#product" },
{ text: "Visit Us", href: "#contact" },
@@ -204,4 +204,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}