Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f93c72f283 |
@@ -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: "Get Directions Now", href: "#location"},
|
text: "Drop By Today", href: "#location"},
|
||||||
featuresTitle: "Why Visit?", features: [
|
featuresTitle: "Why Visit?", features: [
|
||||||
"Vintage vibe", "Biker community", "Fresh brews"],
|
"Vintage vibe", "Biker community", "Fresh brews"],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user