Merge version_3 into main #3
@@ -59,6 +59,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Classic Shawarma", price: "₦2,500", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-ketchup-sauce_23-2148651077.jpg" },
|
||||
{ id: "p2", name: "Loaded Fries", price: "₦1,800", imageSrc: "http://img.b2bpic.net/free-photo/pastry-mix-with-glass-tea_114579-16034.jpg" },
|
||||
@@ -88,6 +89,7 @@ export default function LandingPage() {
|
||||
description={[
|
||||
"📍 Shop 7, Kwasu School Junction, Malete, Ilorin.", "Open daily from 10 AM. Peak hours are around 6 PM."
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,6 +114,8 @@ export default function LandingPage() {
|
||||
description="Answers to common queries."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -122,6 +126,8 @@ export default function LandingPage() {
|
||||
title="Hungry? Let’s Fix That."
|
||||
description="Reach out to us directly on WhatsApp to place your order or call us."
|
||||
buttonText="Chat on WhatsApp"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user