From f4897296de1f5376a0cd8110e173ce1d47e56a80 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 03:01:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2db15d5..40f2505 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,9 +86,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={true} features={[ - { title: "Rapid Delivery", description: "Fresh meals arriving at your door in record time.", bentoComponent: "reveal-icon", icon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-herbs-meat_140725-6378.jpg", imageAlt: "fresh meal top view" }, - { title: "Transparency", description: "Full ingredient lists and sourcing details for everything.", bentoComponent: "reveal-icon", icon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/kneading_23-2148024738.jpg", imageAlt: "fresh meal top view" }, - { title: "Custom Menus", description: "Meals tailored to your specific dietary requirements.", bentoComponent: "reveal-icon", icon: ChefHat, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-food-crate_23-2148767124.jpg", imageAlt: "fresh meal top view" }, + { title: "Rapid Delivery", description: "Fresh meals arriving at your door in record time.", bentoComponent: { bentoComponent: "reveal-icon", icon: Zap } }, + { title: "Transparency", description: "Full ingredient lists and sourcing details for everything.", bentoComponent: { bentoComponent: "reveal-icon", icon: Shield } }, + { title: "Custom Menus", description: "Meals tailored to your specific dietary requirements.", bentoComponent: { bentoComponent: "reveal-icon", icon: ChefHat } }, ]} title="Why Choose Us" description="Experience convenience without compromising on health." -- 2.49.1