3 Commits

Author SHA1 Message Date
510451c9c1 Merge version_4 into main
Merge version_4 into main
2026-04-22 10:05:53 +00:00
c03f604536 Update src/app/page.tsx 2026-04-22 10:05:50 +00:00
e705a84804 Merge version_3 into main
Merge version_3 into main
2026-04-22 10:02:54 +00:00

View File

@@ -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>