Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-24 10:17:46 +00:00

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>