Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 74cd9b9cde | |||
| 970e74b96f |
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Order Now", href: "menu" },
|
{ text: "Order Online", href: "order" },
|
||||||
{ text: "Visit Us Today", href: "contact" }
|
{ text: "Visit Us Today", href: "contact" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
ctaTitle="Ready to order?"
|
ctaTitle="Ready to order?"
|
||||||
ctaDescription="Visit us in-store or order online now for quick pickup and delivery."
|
ctaDescription="Visit us in-store or order online now for quick pickup and delivery."
|
||||||
ctaButton={{ text: "Order Now", href: "order" }}
|
ctaButton={{ text: "Call Us or Order", href: "order" }}
|
||||||
ctaIcon={Coffee}
|
ctaIcon={Coffee}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user