Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1607504751 | |||
| ec4aba7224 | |||
| 6796a50a90 | |||
| ee846666a7 | |||
| a38602e527 | |||
| 427f676e16 | |||
| fdb58b80d7 | |||
| 55aef8becf | |||
| 5db16c55bd |
1417
src/app/layout.tsx
1417
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -48,7 +48,7 @@ export default function CineTreeCafePage() {
|
||||
tag="Late Night Café"
|
||||
background={{ variant: "plain" }}
|
||||
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" }
|
||||
]}
|
||||
mediaItems={[
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user