Update src/app/page.tsx

This commit is contained in:
2026-03-09 06:21:37 +00:00
parent 6796a50a90
commit ec4aba7224

View File

@@ -65,7 +65,7 @@ export default function CineTreeCafePage() {
<div id="about" data-section="about">
<SplitAbout
title="Welcome to Cine Tree Cafe"
description="Your peaceful coffee destination near Connaught Place. We believe in creating a space where you can relax with great coffee, enjoy delicious food, and connect with friends and colleagues."
description="⭐ 4.0+ Google Rating | Trusted by 700+ Customers. Your peaceful coffee destination near Connaught Place. We believe in creating a space where you can relax with great coffee, enjoy delicious food, and connect with friends and colleagues."
tag="Our Story"
textboxLayout="default"
useInvertedBackground={false}
@@ -181,4 +181,4 @@ export default function CineTreeCafePage() {
</div>
</ThemeProvider>
);
}
}