Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 96740bab5b | |||
| 30d6f4642b | |||
| 5e096e7a54 | |||
| 1219807be9 | |||
| f511910da3 | |||
| 12136cad3c | |||
| 9f724e66c1 |
@@ -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"},
|
||||||
@@ -83,7 +83,10 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Browse Full Collection", href: "#all" }
|
||||||
|
]}
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
@@ -162,7 +165,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"},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user