Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-04-15 13:29:48 +00:00

View File

@@ -91,6 +91,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="inline-image"
useInvertedBackground={false}
products={[
{ id: "w1", brand: "Aeterna", name: "Midnight Chrono", price: "$1,250", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/luxury-watch-with-black-face-metal-strap_1203-1082.jpg" },
{ id: "w2", brand: "Vantage", name: "Heritage Classic", price: "$950", rating: 4, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/elegant-luxury-watch_1203-1076.jpg" },
@@ -119,6 +120,8 @@ export default function LandingPage() {
title="Client Experiences"
description="What our collectors have to say."
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Marcus R.", role: "Collector", testimonial: "The attention to detail and service is simply exceptional.", icon: Award },
{ id: "t2", name: "Sophia V.", role: "Enthusiast", testimonial: "My watch came back looking better than the day I bought it.", icon: Award }
@@ -131,6 +134,7 @@ export default function LandingPage() {
sideTitle="FAQs"
sideDescription="Answers to your horology questions."
faqsAnimation="slide-up"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "How often should I service my watch?", content: "Typically every 3-5 years to ensure optimal performance." },
{ id: "q2", title: "Do you offer warranties?", content: "All services come with a 12-month performance warranty." }
@@ -144,6 +148,7 @@ export default function LandingPage() {
description="Request a consultation or service inquiry."
inputs={[{ name: "name", type: "text", placeholder: "Name" }, { name: "email", type: "email", placeholder: "Email" }]}
imageSrc="http://img.b2bpic.net/free-photo/watchmaker-working-with-watch_1203-1079.jpg"
useInvertedBackground={true}
/>
</div>