diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bc3c63..827a4ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,6 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import TextNumberCount from '@/components/text/TextNumberCount'; import { Award, Clock, ShieldCheck, Zap } from "lucide-react"; export default function LandingPage() { @@ -108,6 +107,7 @@ export default function LandingPage() { { id: "m3", value: "500", description: "Master Watchmakers" }, ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -134,6 +134,8 @@ export default function LandingPage() { title="Expert Insights" description="We are here to answer your questions." imageSrc="http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241166.jpg" + textboxLayout="split" + useInvertedBackground={false} /> @@ -143,6 +145,8 @@ export default function LandingPage() { title="Inquire About a Piece" description="Reach out to our concierge for custom orders and visits." buttons={[{ text: "Contact Concierge", href: "#" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />