8 Commits

Author SHA1 Message Date
ec4aba7224 Update src/app/page.tsx 2026-03-09 06:21:37 +00:00
6796a50a90 Update src/app/layout.tsx 2026-03-09 06:21:37 +00:00
ee846666a7 Merge version_2 into main
Merge version_2 into main
2026-03-09 06:19:49 +00:00
a38602e527 Update src/app/page.tsx 2026-03-09 06:19:45 +00:00
427f676e16 Update src/app/layout.tsx 2026-03-09 06:19:44 +00:00
fdb58b80d7 Merge version_1 into main
Merge version_1 into main
2026-03-09 06:18:34 +00:00
55aef8becf Merge version_1 into main
Merge version_1 into main
2026-03-09 06:17:49 +00:00
5db16c55bd Merge version_1 into main
Merge version_1 into main
2026-03-09 06:16:46 +00:00
2 changed files with 11 additions and 1412 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -48,7 +48,7 @@ export default function CineTreeCafePage() {
tag="Late Night Café" tag="Late Night Café"
background={{ variant: "plain" }} background={{ variant: "plain" }}
buttons={[ buttons={[
{ text: "Call Now", href: "tel:+911234567890" }, { text: "Order Coffee Now", href: "tel:+911234567890" },
{ text: "Get Directions", href: "https://maps.google.com/?q=Cine+Tree+Cafe+Connaught+Place" } { text: "Get Directions", href: "https://maps.google.com/?q=Cine+Tree+Cafe+Connaught+Place" }
]} ]}
mediaItems={[ mediaItems={[
@@ -65,7 +65,7 @@ export default function CineTreeCafePage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<SplitAbout <SplitAbout
title="Welcome to Cine Tree Cafe" 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" tag="Our Story"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}