From ff5b8e8b37dbf7f172a5f0c69de9a82582f12f9d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 21:33:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 43 +++++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df6dc7c..1ae0041 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,22 +51,23 @@ export default function LandingPage() { { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" }, ]} + mediaAnimation="opacity" mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg?_wi=1", imageAlt: "Luxury watch collection showcase"}, + "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg", imageAlt: "Luxury watch collection showcase"}, { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=1", imageAlt: "Premium gold watch"}, + "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "Premium gold watch"}, { imageSrc: - "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accessories-hands_158538-9455.jpg?_wi=1", imageAlt: "Classic leather timepiece"}, + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accessories-hands_158538-9455.jpg", imageAlt: "Classic leather timepiece"}, { imageSrc: - "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg?_wi=2", imageAlt: "Professional stainless steel watch"}, + "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg", imageAlt: "Professional stainless steel watch"}, { imageSrc: - "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg?_wi=3", imageAlt: "Elegant silver wristwatch"}, + "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg", imageAlt: "Elegant silver wristwatch"}, ]} /> @@ -76,22 +77,22 @@ export default function LandingPage() { products={[ { id: "1", name: "Classic Leather Watch", price: "$35", variant: "Brown Leather • Water Resistant", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accessories-hands_158538-9455.jpg?_wi=2", imageAlt: "Classic brown leather watch"}, + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accessories-hands_158538-9455.jpg", imageAlt: "Classic brown leather watch"}, { id: "2", name: "Minimal Black Watch", price: "$40", variant: "Black Face • Minimalist Design", imageSrc: - "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg?_wi=4", imageAlt: "Minimalist black wristwatch"}, + "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg", imageAlt: "Minimalist black wristwatch"}, { id: "3", name: "Stainless Steel Watch", price: "$50", variant: "Silver • Professional Grade", imageSrc: - "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg?_wi=5", imageAlt: "Professional stainless steel watch"}, + "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg", imageAlt: "Professional stainless steel watch"}, { id: "4", name: "Luxury Gold Watch", price: "$80", variant: "Gold Plated • Premium Finish", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=2", imageAlt: "Luxury gold watch"}, + "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "Luxury gold watch"}, { id: "5", name: "Sport Chronograph Watch", price: "$55", variant: "Black • Chronograph Function", imageSrc: - "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=1", imageAlt: "Sport chronograph watch"}, + "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Sport chronograph watch"}, { id: "6", name: "Elegant Silver Watch", price: "$60", variant: "Silver • Dress Watch", imageSrc: - "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg?_wi=6", imageAlt: "Elegant silver dress watch"}, + "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg", imageAlt: "Elegant silver dress watch"}, { id: "7", name: "Tactical Sport Watch", price: "$65", variant: "Black • Outdoor Ready", imageSrc: "http://img.b2bpic.net/free-photo/female-jogger-looking-smartwatch_23-2148762285.jpg", imageAlt: "Tactical sport watch"}, @@ -100,10 +101,10 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/muscular-athletic-man-looks-smartphone-screen-downloads-songs-playlist-training-holds-bottle-with-fresh-water-wears-casual-t-shirt-has-regular-workout-poses-outdoors-healthy-lifestyle_273609-57634.jpg", imageAlt: "Smart fitness watch"}, { id: "9", name: "Business Style Watch", price: "$45", variant: "Black Leather • Executive", imageSrc: - "http://img.b2bpic.net/free-photo/business-men-carry-laptops-parking-lot_1359-1372.jpg?_wi=1", imageAlt: "Business style watch"}, + "http://img.b2bpic.net/free-photo/business-men-carry-laptops-parking-lot_1359-1372.jpg", imageAlt: "Business style watch"}, { id: "10", name: "Premium Designer Watch", price: "$90", variant: "Gold • Limited Edition", imageSrc: - "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg?_wi=7", imageAlt: "Premium designer watch"}, + "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg", imageAlt: "Premium designer watch"}, ]} title="Our Watch Collection" description="Handpicked premium watches for every style and occasion" @@ -122,6 +123,7 @@ export default function LandingPage() { description="We offer premium timepieces with exceptional quality and value. Every watch is carefully selected and inspected to meet our high standards." tag="Our Commitment" tagIcon={Award} + videoSrc="" imageSrc="http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg" imageAlt="Quality assurance and warranty" mediaPosition="right" @@ -141,6 +143,7 @@ export default function LandingPage() { ]} buttons={[{ text: "View All Benefits", href: "#contact" }]} useInvertedBackground={false} + mediaAnimation="opacity" /> @@ -151,32 +154,32 @@ export default function LandingPage() { id: "1", name: "Ahmed Hassan, Business Owner", date: "Date: 15 January 2025", title: "Exceptional Quality and Service", quote: "I've purchased three watches from Prestige Watches now. The quality is outstanding and the customer service is responsive and professional. Highly recommend!", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Ahmed Hassan", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg?_wi=3", imageAlt: "Premium gold watch"}, + "http://img.b2bpic.net/free-photo/close-up-modern-man-accessories_1328-2271.jpg", imageAlt: "Premium gold watch"}, { id: "2", name: "Rashid Al-Maktoum, Executive", date: "Date: 12 January 2025", title: "Perfect Luxury Choice", quote: "These luxury watches are perfect for professional settings. The craftsmanship and attention to detail are remarkable. Worth every penny.", tag: "Premium Customer", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Rashid Al-Maktoum", imageSrc: - "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg?_wi=8", imageAlt: "Elegant silver dress watch"}, + "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg", imageAlt: "Elegant silver dress watch"}, { id: "3", name: "Mohammad Karim, Entrepreneur", date: "Date: 8 January 2025", title: "Best Watch Store Experience", quote: "Fast delivery, authentic products, and excellent communication throughout the process. This is my go-to store for watches.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-3198.jpg", avatarAlt: "Mohammad Karim", imageSrc: - "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=2", imageAlt: "Sport chronograph watch"}, + "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Sport chronograph watch"}, { id: "4", name: "Dmitri Volkov, Collector", date: "Date: 5 January 2025", title: "Authentic Premium Timepieces", quote: "As a watch collector, I appreciate the authenticity and quality. Prestige Watches delivers exactly what they promise.", tag: "Collector", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-happy-face-portrait-close-up_53876-143272.jpg", avatarAlt: "Dmitri Volkov", imageSrc: - "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accessories-hands_158538-9455.jpg?_wi=3", imageAlt: "Classic leather timepiece"}, + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accessories-hands_158538-9455.jpg", imageAlt: "Classic leather timepiece"}, { id: "5", name: "Sergei Petrov, CEO", date: "Date: 2 January 2025", title: "Professional Excellence", quote: "The entire purchasing experience was seamless. The watch arrived perfectly packaged and on time. Outstanding service!", tag: "Premium Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/confident-european-businessman-smiling-closeup-portrait-jobs-career-campaign_53876-128975.jpg", avatarAlt: "Sergei Petrov", imageSrc: - "http://img.b2bpic.net/free-photo/business-men-carry-laptops-parking-lot_1359-1372.jpg?_wi=2", imageAlt: "Business style watch"}, + "http://img.b2bpic.net/free-photo/business-men-carry-laptops-parking-lot_1359-1372.jpg", imageAlt: "Business style watch"}, { id: "6", name: "Ivan Sokolov, Professional", date: "Date: 28 December 2024", title: "Incredible Value for Money", quote: "Great quality watches at competitive prices. The variety in the collection means something for every taste and budget.", tag: "Verified Buyer", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-bearded-man-xa_1163-2031.jpg", avatarAlt: "Ivan Sokolov", imageSrc: - "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg?_wi=9", imageAlt: "Minimalist black wristwatch"}, + "http://img.b2bpic.net/free-photo/pensive-bearded-man-dark-suit-is-checking-what-time-is-now-dark-photo-studio_613910-12654.jpg", imageAlt: "Minimalist black wristwatch"}, ]} title="What Our Customers Say" description="Join thousands of satisfied customers who trust Prestige Watches for their timepiece needs" @@ -255,7 +258,7 @@ export default function LandingPage() {