diff --git a/src/app/page.tsx b/src/app/page.tsx
index 40f2505..c2fb78a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,10 +32,10 @@ export default function LandingPage() {
@@ -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: { 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: "Rapid Delivery", description: "Fresh meals arriving at your door in record time.", bentoComponent: "reveal-icon", icon: Zap },
+ { title: "Transparency", description: "Full ingredient lists and sourcing details for everything.", bentoComponent: "reveal-icon", icon: Shield },
+ { title: "Custom Menus", description: "Meals tailored to your specific dietary requirements.", bentoComponent: "reveal-icon", icon: ChefHat },
]}
title="Why Choose Us"
description="Experience convenience without compromising on health."