Merge version_4 into main #8

Merged
bender merged 1 commits from version_4 into main 2026-04-15 13:31:27 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
title="Timeless Precision, Crafted for You"
description="Discover our curated selection of luxury timepieces, where heritage engineering meets contemporary design."
tag="Luxury Watchmaker"
buttons={[{ text: "Explore Collection", href: "#menu" }]}
buttons={[{ text: "View Our Collections", href: "#menu" }]}
imageSrc="http://img.b2bpic.net/free-photo/luxury-watch-with-black-face-metal-strap_1203-1082.jpg?_wi=1"
imageAlt="Luxury watch showcase"
testimonials={[
@@ -161,4 +161,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}