From 491b1b1c2b07ef117df1b0d5bb3ca5acdbf59df0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:39:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4808085..f6de7d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Sparkles, Star, Package, Users, ShoppingBag } from "lucide-react"; +import { Sparkles, Star, Package, Users, ShoppingBag, Shield } from "lucide-react"; export default function LandingPage() { const navItems = [ @@ -68,6 +68,7 @@ export default function LandingPage() { title="Crafted for Elegance" description="At LuxeCore, we believe luxury is not just about price—it's about the meticulous craftsmanship, premium materials, and timeless design that transcend trends. Since our inception, we have been dedicated to creating fashion that speaks to sophistication and individuality." tag="Our Story" + tagIcon={Shield} textboxLayout="default" useInvertedBackground={false} imageSrc="https://images.unsplash.com/photo-1556821552-07f83cf87537?w=600&h=700&fit=crop&_wi=1" -- 2.49.1