diff --git a/src/app/page.tsx b/src/app/page.tsx index cffa087..578b694 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import { Award, Diamond, Shield, Zap, Package, Globe, Lock, PenTool } from "lucide-react"; export default function LandingPage() { return ( @@ -75,6 +74,7 @@ export default function LandingPage() { ]} title="Signature Collection" description="Curated items for the discerning individual." + useInvertedBackground={false} /> @@ -95,9 +95,10 @@ export default function LandingPage() { tag="Get in touch" title="Create Your Legacy" description="Schedule a consultation with our master designers to craft your unique bespoke piece." - background="sparkles-gradient" + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329646.jpg" mediaPosition="right" + useInvertedBackground={false} /> @@ -111,6 +112,7 @@ export default function LandingPage() { ]} faqsAnimation="slide-up" textboxLayout="default" + useInvertedBackground={false} />