Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fe8cb741e | |||
| 961bab39c5 | |||
| cdac93933c | |||
| 568de8625f | |||
| 5ffc5f48f4 |
@@ -150,12 +150,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Let's Eat"
|
||||
title="Order With Confidence"
|
||||
description="More Toppings. Better Quality. Always Fresh. We listened to your feedback — and we deliver better every time."
|
||||
tag="Contact Us"
|
||||
title="Visit or Order Today"
|
||||
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={[
|
||||
{
|
||||
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>
|
||||
@@ -165,20 +167,22 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Order Now", href: "#contact"},
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
{ label: "Facebook", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Twitter", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -188,4 +192,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user