Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 961bab39c5 | |||
| cdac93933c | |||
| 568de8625f | |||
| 5ffc5f48f4 |
@@ -150,12 +150,14 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
tag="Let's Eat"
|
tag="Contact Us"
|
||||||
title="Order With Confidence"
|
title="Visit or Order Today"
|
||||||
description="More Toppings. Better Quality. Always Fresh. We listened to your feedback — and we deliver better every time."
|
description="Located in Narok Town Center, opposite the main bus station. Open daily from 10:00 AM to 11:00 PM for pickup and delivery."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call to Order", href: "tel:+254700000000"},
|
text: "Call for Delivery: +254 700 000 000", href: "tel:+254700000000"},
|
||||||
|
{
|
||||||
|
text: "Order Online", href: "https://papajohns.delivery"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -165,20 +167,22 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{ label: "Home", href: "#hero" },
|
||||||
label: "Home", href: "#hero"},
|
{ label: "Menu", href: "#menu" },
|
||||||
{
|
{ label: "Contact", href: "#contact" },
|
||||||
label: "Menu", href: "#menu"},
|
|
||||||
{
|
|
||||||
label: "Order Now", href: "#contact"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{ label: "Facebook", href: "#" },
|
||||||
label: "Privacy Policy", href: "#"},
|
{ label: "Instagram", href: "#" },
|
||||||
{
|
{ label: "Twitter", href: "#" },
|
||||||
label: "Terms of Service", href: "#"},
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
items: [
|
||||||
|
{ label: "Privacy Policy", href: "#" },
|
||||||
|
{ label: "Terms of Service", href: "#" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -188,4 +192,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user