Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f93c72f283 | |||
| 16a1dfd96e | |||
| fd016787ae | |||
| 7966fb4c87 |
@@ -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"},
|
||||||
]}
|
]}
|
||||||
@@ -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"},
|
||||||
|
|||||||
Reference in New Issue
Block a user