Merge version_1 into main #1
223
src/app/page.tsx
223
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Watches",
|
||||
id: "watches",
|
||||
},
|
||||
name: "Watches", id: "watches"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/extreme-close-up-clock-showing-8-oclock_23-2147943417.jpg"
|
||||
logoAlt="TimePiece Hub Logo"
|
||||
@@ -62,9 +50,7 @@ export default function LandingPage() {
|
||||
bottomLeftText="Luxury Timepieces"
|
||||
bottomRightText="support@timepiecehub.com"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#watches",
|
||||
}}
|
||||
text: "Shop Now", href: "#watches"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -74,13 +60,9 @@ export default function LandingPage() {
|
||||
description="Discover exceptional watches, hand-picked for quality and style. Browse our curated collection and click directly to Amazon to make your purchase."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#watches",
|
||||
},
|
||||
text: "Explore Collection", href: "#watches"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241145.jpg"
|
||||
imageAlt="Collection of luxury watches"
|
||||
@@ -111,19 +93,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Search,
|
||||
title: "Smart Search & Filters",
|
||||
description: "Easily narrow down your options by brand, price, rating, or style to find exactly what you're looking for.",
|
||||
},
|
||||
title: "Smart Search & Filters", description: "Easily narrow down your options by brand, price, rating, or style to find exactly what you're looking for."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Curated Collections",
|
||||
description: "Explore expertly curated selections of watches, from everyday wear to luxury statements, chosen for their quality and appeal.",
|
||||
},
|
||||
title: "Curated Collections", description: "Explore expertly curated selections of watches, from everyday wear to luxury statements, chosen for their quality and appeal."},
|
||||
{
|
||||
icon: ShoppingBag,
|
||||
title: "Direct Amazon Links",
|
||||
description: "Found a watch you love? Click once and be instantly redirected to the product page on Amazon to complete your purchase.",
|
||||
},
|
||||
title: "Direct Amazon Links", description: "Found a watch you love? Click once and be instantly redirected to the product page on Amazon to complete your purchase."},
|
||||
]}
|
||||
title="Seamless Watch Discovery"
|
||||
description="We've built a platform designed to make finding your next favorite watch effortless and enjoyable, with powerful tools at your fingertips."
|
||||
@@ -140,58 +116,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Elegant Chronograph",
|
||||
price: "$299.99",
|
||||
variant: "Seiko",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-time-hand-watch_53876-20483.jpg",
|
||||
imageAlt: "Elegant Chronograph Watch",
|
||||
onProductClick: "window.open('https://www.amazon.com/dp/B07R44M8L7', '_blank');",
|
||||
id: "prod-1", name: "Elegant Chronograph", price: "$299.99", variant: "Seiko", imageSrc: "http://img.b2bpic.net/free-photo/businessman-checking-time-hand-watch_53876-20483.jpg", imageAlt: "Elegant Chronograph Watch", onProductClick: () => { window.open('https://www.amazon.com/dp/B07R44M8L7', '_blank'); },
|
||||
},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "Minimalist Smartwatch",
|
||||
price: "$189.00",
|
||||
variant: "Fitbit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-look-camera_197531-33893.jpg",
|
||||
imageAlt: "Minimalist Smartwatch",
|
||||
onProductClick: "window.open('https://www.amazon.com/dp/B08V1SR5QJ', '_blank');",
|
||||
id: "prod-2", name: "Minimalist Smartwatch", price: "$189.00", variant: "Fitbit", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-look-camera_197531-33893.jpg", imageAlt: "Minimalist Smartwatch", onProductClick: () => { window.open('https://www.amazon.com/dp/B08V1SR5QJ', '_blank'); },
|
||||
},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "Classic Diver",
|
||||
price: "$450.50",
|
||||
variant: "Citizen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-watch_23-2148768991.jpg",
|
||||
imageAlt: "Classic Diver Watch",
|
||||
onProductClick: "window.open('https://www.amazon.com/dp/B000EQS1RO', '_blank');",
|
||||
id: "prod-3", name: "Classic Diver", price: "$450.50", variant: "Citizen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-watch_23-2148768991.jpg", imageAlt: "Classic Diver Watch", onProductClick: () => { window.open('https://www.amazon.com/dp/B000EQS1RO', '_blank'); },
|
||||
},
|
||||
{
|
||||
id: "prod-4",
|
||||
name: "Luxury Automatic",
|
||||
price: "$780.00",
|
||||
variant: "Tissot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/groom-s-left-hand-his-pocket_181624-38182.jpg",
|
||||
imageAlt: "Luxury Automatic Watch",
|
||||
onProductClick: "window.open('https://www.amazon.com/dp/B07DNQ4M4X', '_blank');",
|
||||
id: "prod-4", name: "Luxury Automatic", price: "$780.00", variant: "Tissot", imageSrc: "http://img.b2bpic.net/free-photo/groom-s-left-hand-his-pocket_181624-38182.jpg", imageAlt: "Luxury Automatic Watch", onProductClick: () => { window.open('https://www.amazon.com/dp/B07DNQ4M4X', '_blank'); },
|
||||
},
|
||||
{
|
||||
id: "prod-5",
|
||||
name: "Vintage Field Watch",
|
||||
price: "$125.75",
|
||||
variant: "Timex",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg",
|
||||
imageAlt: "Vintage Field Watch",
|
||||
onProductClick: "window.open('https://www.amazon.com/dp/B000AYYJ0Y', '_blank');",
|
||||
id: "prod-5", name: "Vintage Field Watch", price: "$125.75", variant: "Timex", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Vintage Field Watch", onProductClick: () => { window.open('https://www.amazon.com/dp/B000AYYJ0Y', '_blank'); },
|
||||
},
|
||||
{
|
||||
id: "prod-6",
|
||||
name: "Fashion Quartz",
|
||||
price: "$85.00",
|
||||
variant: "Casio",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-day-analog-circle-course_1172-552.jpg",
|
||||
imageAlt: "Fashion Quartz Watch",
|
||||
onProductClick: "window.open('https://www.amazon.com/dp/B000GB1R7M', '_blank');",
|
||||
id: "prod-6", name: "Fashion Quartz", price: "$85.00", variant: "Casio", imageSrc: "http://img.b2bpic.net/free-photo/vintage-day-analog-circle-course_1172-552.jpg", imageAlt: "Fashion Quartz Watch", onProductClick: () => { window.open('https://www.amazon.com/dp/B000GB1R7M', '_blank'); },
|
||||
},
|
||||
]}
|
||||
title="Our Latest Watch Collection"
|
||||
@@ -208,45 +148,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marcus L.",
|
||||
handle: "@watchlover_marcus",
|
||||
testimonial: "This site is a game-changer for watch shopping! The curation is fantastic, and linking directly to Amazon saves so much time. Found my new favorite diver here!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
imageAlt: "Marcus L. avatar",
|
||||
},
|
||||
id: "1", name: "Marcus L.", handle: "@watchlover_marcus", testimonial: "This site is a game-changer for watch shopping! The curation is fantastic, and linking directly to Amazon saves so much time. Found my new favorite diver here!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", imageAlt: "Marcus L. avatar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sophia K.",
|
||||
handle: "@timeless_sophia",
|
||||
testimonial: "I'm always looking for unique watches, and TimePiece Hub consistently delivers. The filtering options are incredibly helpful, and the designs are stunning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367125.jpg",
|
||||
imageAlt: "Sophia K. avatar",
|
||||
},
|
||||
id: "2", name: "Sophia K.", handle: "@timeless_sophia", testimonial: "I'm always looking for unique watches, and TimePiece Hub consistently delivers. The filtering options are incredibly helpful, and the designs are stunning.", imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367125.jpg", imageAlt: "Sophia K. avatar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "David R.",
|
||||
handle: "@horology_fan",
|
||||
testimonial: "Finally, a dedicated place to browse watches without endless scrolling through unrelated products. The direct Amazon links are genius. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-with-cellphone_23-2147891901.jpg",
|
||||
imageAlt: "David R. avatar",
|
||||
},
|
||||
id: "3", name: "David R.", handle: "@horology_fan", testimonial: "Finally, a dedicated place to browse watches without endless scrolling through unrelated products. The direct Amazon links are genius. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-with-cellphone_23-2147891901.jpg", imageAlt: "David R. avatar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena M.",
|
||||
handle: "@wristcandy_elena",
|
||||
testimonial: "The selection here is top-notch, catering to all tastes. The images are high quality, and the product descriptions are informative. A must-visit site for watch collectors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-posing-studio_176474-72921.jpg",
|
||||
imageAlt: "Elena M. avatar",
|
||||
},
|
||||
id: "4", name: "Elena M.", handle: "@wristcandy_elena", testimonial: "The selection here is top-notch, catering to all tastes. The images are high quality, and the product descriptions are informative. A must-visit site for watch collectors.", imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-posing-studio_176474-72921.jpg", imageAlt: "Elena M. avatar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Liam P.",
|
||||
handle: "@precision_liam",
|
||||
testimonial: "Finding a new watch used to be a chore, but TimePiece Hub makes it a pleasure. The smooth transitions and animations make browsing feel premium.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-yellow-suit-isolated_1303-14281.jpg",
|
||||
imageAlt: "Liam P. avatar",
|
||||
},
|
||||
id: "5", name: "Liam P.", handle: "@precision_liam", testimonial: "Finding a new watch used to be a chore, but TimePiece Hub makes it a pleasure. The smooth transitions and animations make browsing feel premium.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-yellow-suit-isolated_1303-14281.jpg", imageAlt: "Liam P. avatar"},
|
||||
]}
|
||||
title="What Our Users Say"
|
||||
description="Hear from satisfied watch enthusiasts who found their perfect timepiece through TimePiece Hub and loved the seamless shopping experience."
|
||||
@@ -260,25 +170,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How does TimePiece Hub select watches?",
|
||||
content: "We carefully curate our collection based on brand reputation, customer reviews, design aesthetics, features, and overall value to ensure high-quality recommendations.",
|
||||
},
|
||||
id: "faq-1", title: "How does TimePiece Hub select watches?", content: "We carefully curate our collection based on brand reputation, customer reviews, design aesthetics, features, and overall value to ensure high-quality recommendations."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Are watches sold directly on this website?",
|
||||
content: "No, TimePiece Hub is a showcase platform. All purchases are completed securely on Amazon's official product pages. We simply provide a direct link for your convenience.",
|
||||
},
|
||||
id: "faq-2", title: "Are watches sold directly on this website?", content: "No, TimePiece Hub is a showcase platform. All purchases are completed securely on Amazon's official product pages. We simply provide a direct link for your convenience."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "How often is the collection updated?",
|
||||
content: "Our team constantly monitors Amazon for new releases and popular timepieces, updating our collection regularly to bring you the freshest and most sought-after watches.",
|
||||
},
|
||||
id: "faq-3", title: "How often is the collection updated?", content: "Our team constantly monitors Amazon for new releases and popular timepieces, updating our collection regularly to bring you the freshest and most sought-after watches."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What about warranty and returns?",
|
||||
content: "Since purchases are made on Amazon, all warranty, return, and customer service policies are handled directly by Amazon and the respective watch brand.",
|
||||
},
|
||||
id: "faq-4", title: "What about warranty and returns?", content: "Since purchases are made on Amazon, all warranty, return, and customer service policies are handled directly by Amazon and the respective watch brand."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about how TimePiece Hub works, our selection process, and purchasing watches through our platform."
|
||||
@@ -295,22 +193,14 @@ export default function LandingPage() {
|
||||
description="Have a question, suggestion, or need assistance? We're here to help you with your watch discovery journey. Reach out to our dedicated support team."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/grunge-old-vintage-clock_1232-1719.jpg"
|
||||
@@ -325,62 +215,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Watches",
|
||||
href: "#watches",
|
||||
},
|
||||
label: "Watches", href: "#watches"},
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/timepiecehub",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/timepiecehub"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/timepiecehub",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/timepiecehub"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/timepiecehub",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/timepiecehub"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user