4 Commits

Author SHA1 Message Date
1219807be9 Update src/app/page.tsx 2026-04-27 19:32:28 +00:00
f511910da3 Merge version_1 into main
Merge version_1 into main
2026-04-27 19:31:50 +00:00
12136cad3c Merge version_1 into main
Merge version_1 into main
2026-04-27 19:31:25 +00:00
9f724e66c1 Merge version_1 into main
Merge version_1 into main
2026-04-27 19:30:53 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{ background={{
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Engineered for the Bold." title="Engineered for the Bold."
description="ZETEK blends precision engineering with modern aesthetics. Precision, perfected." description="Precision-engineered luxury timepieces that define your legacy."
buttons={[ buttons={[
{ {
text: "Shop Collections", href: "#products"}, text: "Shop Collections", href: "#products"},
@@ -162,7 +162,7 @@ export default function LandingPage() {
{ {
id: "3", name: "Marcus Thorne", date: "Aug 2023", title: "Architect", quote: "Stunning craftsmanship. Gets compliments every single day.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-basket_23-2150329682.jpg?_wi=2", imageAlt: "confident man wearing luxury watch portrait"}, id: "3", name: "Marcus Thorne", date: "Aug 2023", title: "Architect", quote: "Stunning craftsmanship. Gets compliments every single day.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9460.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-basket_23-2150329682.jpg?_wi=2", imageAlt: "confident man wearing luxury watch portrait"},
{ {
id: "4", name: "Sarah Lee", date: "Aug 2023", title: "CEO", quote: "Truly a premium experience from unboxing to wear.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-business-man-white-shirt-grey-background_613910-11233.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-vintage-pocket-watch-black-surface_181624-21863.jpg?_wi=2", imageAlt: "confident man wearing luxury watch portrait"}, id: "4", name: "Sarah Lee", date: "Aug 2023", title: "CEO", quote: "Truly a premium experience from unboxing to wear.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/close-up-business-man-white-shirt-grey-background_613910-11233.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-vintage-pocket-watch-black-surface_181624-21863.jpg?_wi=2", imageAlt: "confident man wearing luxury watch portrait"},
{ {
id: "5", name: "John Doe", date: "Jul 2023", title: "Artist", quote: "Timeless quality that feels expensive.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grunge-old-vintage-clock_1232-1717.jpg?_wi=2", imageAlt: "confident man wearing luxury watch portrait"}, id: "5", name: "John Doe", date: "Jul 2023", title: "Artist", quote: "Timeless quality that feels expensive.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/grunge-old-vintage-clock_1232-1717.jpg?_wi=2", imageAlt: "confident man wearing luxury watch portrait"},
]} ]}
@@ -242,4 +242,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }