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() {