From dad7a526163cf6f77f0b05ce2586d95386e6ec15 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 06:21:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"], }, { -- 2.49.1