8 Commits

Author SHA1 Message Date
ccb3648f27 Merge version_3 into main
Merge version_3 into main
2026-03-09 13:42:53 +00:00
b107daac75 Update src/app/page.tsx 2026-03-09 13:42:47 +00:00
7e981dcac2 Merge version_2 into main
Merge version_2 into main
2026-03-09 13:39:48 +00:00
90bd4f40b8 Update src/app/page.tsx 2026-03-09 13:39:44 +00:00
fb53341b37 Update src/app/layout.tsx 2026-03-09 13:39:44 +00:00
43e02978de Merge version_1 into main
Merge version_1 into main
2026-03-09 13:38:01 +00:00
a93338fd62 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:36:40 +00:00
224b1bc9c5 Merge version_1 into main
Merge version_1 into main
2026-03-09 13:35:23 +00:00
2 changed files with 13 additions and 1408 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -61,7 +61,8 @@ export default function LandingPage() {
avatarText="Trusted by 3000+ happy visitors" avatarText="Trusted by 3000+ happy visitors"
buttons={[ buttons={[
{ text: "View Menu", href: "#products" }, { text: "View Menu", href: "#products" },
{ text: "Get Directions", href: "https://maps.google.com/?q=P-14+Sahdev+Marg+C+Scheme+Ashok+Nagar+Jaipur" } { text: "Get Directions", href: "https://maps.google.com/?q=P-14+Sahdev+Marg+C+Scheme+Ashok+Nagar+Jaipur" },
{ text: "Order Now on WhatsApp", href: "https://wa.me/918619246464" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
ariaLabel="Stepout Cafe hero section" ariaLabel="Stepout Cafe hero section"
@@ -170,7 +171,7 @@ export default function LandingPage() {
title="Whether you're working on your laptop, catching up with friends, or enjoying a peaceful coffee break — Stepout Cafe is your cozy corner in Jaipur. Come for the coffee, stay for the vibe, and become part of our creative community." title="Whether you're working on your laptop, catching up with friends, or enjoying a peaceful coffee break — Stepout Cafe is your cozy corner in Jaipur. Come for the coffee, stay for the vibe, and become part of our creative community."
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Book Your Table", href: "https://wa.me/918619246464" }, { text: "Reserve Your Table Now", href: "https://wa.me/918619246464" },
{ text: "Order Online", href: "#contact" } { text: "Order Online", href: "#contact" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"