diff --git a/src/app/page.tsx b/src/app/page.tsx index 99134b4..6097eb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,29 +32,17 @@ export default function LandingPage() { @@ -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() {