From d0f3add729d81eaccf76797e7078fcb1b505914b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 14:49:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dd0403..76837e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { { id: "selection", icon: ShoppingBag, title: "Large Product Selection", value: "Hundreds of curated products" }, { id: "experience", icon: Award, title: "Premium Shopping Experience", value: "Spacious store & elegant presentation" }, { id: "gifts", icon: Gift, title: "Perfect for Gifts", value: "Find the ideal gift for any occasion" }, - { id: "delivery", icon: Truck, title: "Delivery Available", value: "Convenient shopping beyond the store" } + { id: "delivery", icon: Truck, title: "Convenient shopping beyond the store" } ]} animationType="slide-up" textboxLayout="default" @@ -223,7 +223,6 @@ export default function LandingPage() {