diff --git a/src/app/page.tsx b/src/app/page.tsx index c800adc..b846830 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Package, Sparkles, Zap, ShoppingBag, Coat, Dress, Star, Heart, Award, Mail } from "lucide-react"; +import { Package, Sparkles, Zap, ShoppingBag, Shirt, Dress, Star, Heart, Award, Mail } from "lucide-react"; const handleEmailSubmit = (email: string) => { console.log("Email submitted:", email); @@ -117,7 +117,7 @@ export default function LandingPage() { ], }, { - title: "Outerwear", description: "Statement jackets and layering pieces", bentoComponent: "marquee", centerIcon: Coat, + title: "Outerwear", description: "Statement jackets and layering pieces", bentoComponent: "marquee", centerIcon: Shirt, variant: "text", texts: ["Denim Jackets", "Wool Coats", "Leather Jackets", "Blazers", "Cardigans"], }, {