From c03f604536cb60dad79d51d9537da97791762f50 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 10:05:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd0dbc5..c971140 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { carouselItems={[ { 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: "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: "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" }, @@ -65,10 +65,10 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} 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={[ - { 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: "Delivery", title: "Swift Delivery", subtitle: "To your doorstep", description: "Reliable courier partners bringing your fresh nutrition across Nairobi.", buttons: [{ text: "Set Location" }] } + { 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: "Get healthy meals delivered to your desk in under 30 minutes with our reliable courier partners.", buttons: [{ text: "Set Location" }] } ]} /> -- 2.49.1