From 4e31abc34e7a399fea099101a8e256faa3774565 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 15:01:09 +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 18f185b..b2af784 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Zap, Briefcase, Shield, Package, Hanger } from 'lucide-react'; +import { Zap, Briefcase, Shield, Package } from 'lucide-react'; export default function LandingPage() { return ( @@ -81,11 +81,11 @@ export default function LandingPage() { title: "Save Space in Your Suitcase", description: "Maximize luggage space by 40%. Keep your belongings compact, organized, and wrinkle-free during travel." }, { - icon: Package, + icon: Shield, title: "Hang Anywhere Instantly", description: "Premium hooks work with any hook, door, or rail. Transform any space into an organized wardrobe in seconds." }, { - icon: Shield, + icon: Package, title: "Travel-Ready Durability", description: "Premium materials withstand multiple journeys. Built to last through countless adventures worldwide." } ]} -- 2.49.1