Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 510451c9c1 | |||
| c03f604536 | |||
| e705a84804 |
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
carouselItems={[
|
carouselItems={[
|
||||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-tropical-fruits-with-notepad_23-2147795420.jpg" },
|
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-tropical-fruits-with-notepad_23-2147795420.jpg" },
|
||||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plates-with-salad_23-2148515368.jpg" },
|
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plates-with-salad_23-2148515368.jpg" },
|
||||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/hipster-girl-eats-salmon-sandwich-greek-pita_346278-120.jpg" },
|
{ id: "3", imageSrc: "http://img.b2bpic.net/hipster-girl-eats-salmon-sandwich-greek-pita_346278-120.jpg" },
|
||||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruity-muesli-with-sliced-fruits-dark-table-health-cereal-breakfast_140725-72986.jpg" },
|
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fruity-muesli-with-sliced-fruits-dark-table-health-cereal-breakfast_140725-72986.jpg" },
|
||||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-delicious-cookies_23-2148837098.jpg" },
|
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-delicious-cookies_23-2148837098.jpg" },
|
||||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-art-woman-hand-coffee-shop-cafe_1150-10238.jpg" },
|
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cup-coffee-latte-art-woman-hand-coffee-shop-cafe_1150-10238.jpg" },
|
||||||
@@ -65,10 +65,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Seamless Fulfillment"
|
title="Seamless Fulfillment"
|
||||||
description="Choose the most convenient way to enjoy your NutriFuel order in Nairobi. Whether you're at the office or home, we've got you covered."
|
description="Enjoy your favorite NutriFuel meals exactly when you need them. Save time with our optimized local logistics in Nairobi."
|
||||||
features={[
|
features={[
|
||||||
{ tag: "Pickup", title: "Store Pickup", subtitle: "Ready in 15 mins", description: "Select your preferred Nairobi branch and grab your order on the go.", buttons: [{ text: "Select Branch" }] },
|
{ tag: "Pickup", title: "Store Pickup", subtitle: "Ready in 15 mins", description: "Get healthy meals prepared instantly; skip the wait and grab your order on the go.", buttons: [{ text: "Select Branch" }] },
|
||||||
{ tag: "Delivery", title: "Swift Delivery", subtitle: "To your doorstep", description: "Reliable courier partners bringing your fresh nutrition across Nairobi.", buttons: [{ text: "Set Location" }] }
|
{ tag: "Delivery", title: "Swift Delivery", subtitle: "To your doorstep", description: "Get healthy meals delivered to your desk in under 30 minutes with our reliable courier partners.", buttons: [{ text: "Set Location" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user