7 Commits

Author SHA1 Message Date
55091d1618 Merge version_4 into main
Merge version_4 into main
2026-05-05 15:05:16 +00:00
d5aefade95 Merge version_3 into main
Merge version_3 into main
2026-05-05 15:05:13 +00:00
f93c72f283 Update src/app/page.tsx 2026-05-05 15:05:13 +00:00
7b26928eaf Update src/app/page.tsx 2026-05-05 15:05:10 +00:00
16a1dfd96e Merge version_2 into main
Merge version_2 into main
2026-05-05 15:04:27 +00:00
fd016787ae Update src/app/page.tsx 2026-05-05 15:04:21 +00:00
7966fb4c87 Merge version_1 into main
Merge version_1 into main
2026-05-05 15:00:31 +00:00

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
description="A 24×7 café for riders, dreamers, and night lovers. Where the road brings you." description="A 24×7 café for riders, dreamers, and night lovers. Where the road brings you."
buttons={[ buttons={[
{ {
text: "Visit Us", href: "#location"}, text: "Plan Your Ride", href: "#location"},
{ {
text: "Explore The Vibe", href: "#vibe"}, text: "Explore The Vibe", href: "#vibe"},
]} ]}
@@ -185,7 +185,7 @@ export default function LandingPage() {
plans={[ plans={[
{ {
id: "1", tag: "Join", price: "Always Open", period: "24/7", description: "Drop by anytime, we are always here.", button: { id: "1", tag: "Join", price: "Always Open", period: "24/7", description: "Drop by anytime, we are always here.", button: {
text: "Drop By Today", href: "#location"}, text: "Get Directions Now", href: "#location"},
featuresTitle: "Why Visit?", features: [ featuresTitle: "Why Visit?", features: [
"Vintage vibe", "Biker community", "Fresh brews"], "Vintage vibe", "Biker community", "Fresh brews"],
}, },
@@ -199,7 +199,7 @@ export default function LandingPage() {
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="Your Next Stop" title="Your Next Stop"
description="Southern Peripheral Rd, Sector 75, Gurgaon. Right off the highway." description="Southern Peripheral Rd, Sector 75, Gurgaon. Right off the highway. View location: https://maps.app.goo.gl/NDNvYKdSdtP81GWQ6"
inputs={[ inputs={[
{ {
name: "name", type: "text", placeholder: "Name"}, name: "name", type: "text", placeholder: "Name"},