From 9f45e28a715de41cd9487c672fcdd52eef7dc274 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:33:53 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 75bc442..0a88458 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,7 +43,7 @@ export default function AboutPage() { { value: "18+", title: "Years of Excellence" }, { value: "5000+", title: "Satisfied Customers Worldwide" } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=2" imageAlt="Prestige Timepieces Store" useInvertedBackground={false} mediaAnimation="blur-reveal" -- 2.49.1 From 459a3a21e7fdd842f85758e3cdeee7d4bd99f9f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:33:54 +0000 Subject: [PATCH 2/3] Update src/app/collections/page.tsx --- src/app/collections/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/collections/page.tsx b/src/app/collections/page.tsx index eacbbd2..3437bd7 100644 --- a/src/app/collections/page.tsx +++ b/src/app/collections/page.tsx @@ -46,16 +46,16 @@ export default function CollectionsPage() { animationType="slide-up" features={[ { - id: "cartier", title: "Cartier Tank", description: "The iconic dress watch collection featuring Cartier's signature square case design and timeless elegance. Perfect for formal occasions.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", imageAlt: "Cartier Tank Collection" + id: "cartier", title: "Cartier Tank", description: "The iconic dress watch collection featuring Cartier's signature square case design and timeless elegance. Perfect for formal occasions.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg?_wi=2", imageAlt: "Cartier Tank Collection" }, { - id: "breitling", title: "Breitling Chronographs", description: "Professional chronographs engineered for performance and precision in any environment. Built for aviation and sport.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Breitling Chronograph Collection" + id: "breitling", title: "Breitling Chronographs", description: "Professional chronographs engineered for performance and precision in any environment. Built for aviation and sport.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=6", imageAlt: "Breitling Chronograph Collection" }, { - id: "tag", title: "TAG Heuer Sports", description: "Racing-inspired sports watches combining Swiss precision with modern innovation. Designed for the active lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "TAG Heuer Sports Collection" + id: "tag", title: "TAG Heuer Sports", description: "Racing-inspired sports watches combining Swiss precision with modern innovation. Designed for the active lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=7", imageAlt: "TAG Heuer Sports Collection" }, { - id: "iwc", title: "IWC Pilot Watches", description: "Professional aviation watches with technical excellence and understated sophistication. Trusted by pilots worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "IWC Pilot Watch Collection" + id: "iwc", title: "IWC Pilot Watches", description: "Professional aviation watches with technical excellence and understated sophistication. Trusted by pilots worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=8", imageAlt: "IWC Pilot Watch Collection" } ]} /> @@ -73,13 +73,13 @@ export default function CollectionsPage() { animationType="slide-up" products={[ { - id: "rolex-day", name: "Rolex Day-Date", price: "$18,950", variant: "Yellow Gold - Champagne Dial", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Rolex Day-Date" + id: "rolex-day", name: "Rolex Day-Date", price: "$18,950", variant: "Yellow Gold - Champagne Dial", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=6", imageAlt: "Rolex Day-Date" }, { - id: "omega-planet", name: "Omega Planet Ocean", price: "$5,950", variant: "Stainless Steel - Blue", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Omega Planet Ocean" + id: "omega-planet", name: "Omega Planet Ocean", price: "$5,950", variant: "Stainless Steel - Blue", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=9", imageAlt: "Omega Planet Ocean" }, { - id: "patek-nautilus", name: "Patek Philippe Nautilus", price: "$28,500", variant: "Steel - Blue Dial", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Patek Philippe Nautilus" + id: "patek-nautilus", name: "Patek Philippe Nautilus", price: "$28,500", variant: "Steel - Blue Dial", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=7", imageAlt: "Patek Philippe Nautilus" } ]} buttons={[ -- 2.49.1 From b81b5e9386ea0edff4c436179aec6c974b0a77d4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:33:55 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fe7feb..562ae81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function HomePage() { tagIcon={Watch} tagAnimation="slide-up" background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg" + imageSrc="http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=1" imageAlt="Premium Rolex Watch" mediaAnimation="blur-reveal" imagePosition="right" @@ -84,13 +84,13 @@ export default function HomePage() { animationType="slide-up" products={[ { - id: "rolex-sub", name: "Rolex Submariner", price: "$14,500", variant: "Stainless Steel - Blue Dial", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Rolex Submariner Watch" + id: "rolex-sub", name: "Rolex Submariner", price: "$14,500", variant: "Stainless Steel - Blue Dial", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=1", imageAlt: "Rolex Submariner Watch" }, { - id: "omega-sea", name: "Omega Seamaster", price: "$6,800", variant: "Titanium - Black Dial", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Omega Seamaster Watch" + id: "omega-sea", name: "Omega Seamaster", price: "$6,800", variant: "Titanium - Black Dial", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=2", imageAlt: "Omega Seamaster Watch" }, { - id: "patek-aqua", name: "Patek Philippe Aquanaut", price: "$32,000", variant: "White Gold - Silver Dial", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Patek Philippe Aquanaut" + id: "patek-aqua", name: "Patek Philippe Aquanaut", price: "$32,000", variant: "White Gold - Silver Dial", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=3", imageAlt: "Patek Philippe Aquanaut" } ]} buttons={[ @@ -110,7 +110,7 @@ export default function HomePage() { { value: "18+", title: "Years of Excellence" }, { value: "5000+", title: "Satisfied Customers Worldwide" } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-seller-s-hand-gloves-shows-exclusive-men-s-watch-from-new-collection-luxury-jewelry-store_613910-20420.jpg?_wi=1" imageAlt="Prestige Timepieces Store" useInvertedBackground={false} mediaAnimation="blur-reveal" @@ -130,16 +130,16 @@ export default function HomePage() { animationType="slide-up" features={[ { - id: "cartier", title: "Cartier Tank", description: "The iconic dress watch collection featuring Cartier's signature square case design and timeless elegance.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", imageAlt: "Cartier Tank Collection" + id: "cartier", title: "Cartier Tank", description: "The iconic dress watch collection featuring Cartier's signature square case design and timeless elegance.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg?_wi=1", imageAlt: "Cartier Tank Collection" }, { - id: "breitling", title: "Breitling Chronographs", description: "Professional chronographs engineered for performance and precision in any environment.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Breitling Chronograph Collection" + id: "breitling", title: "Breitling Chronographs", description: "Professional chronographs engineered for performance and precision in any environment.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=2", imageAlt: "Breitling Chronograph Collection" }, { - id: "tag", title: "TAG Heuer Sports", description: "Racing-inspired sports watches combining Swiss precision with modern innovation.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "TAG Heuer Sports Collection" + id: "tag", title: "TAG Heuer Sports", description: "Racing-inspired sports watches combining Swiss precision with modern innovation.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=3", imageAlt: "TAG Heuer Sports Collection" }, { - id: "iwc", title: "IWC Pilot Watches", description: "Professional aviation watches with technical excellence and understated sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "IWC Pilot Watch Collection" + id: "iwc", title: "IWC Pilot Watches", description: "Professional aviation watches with technical excellence and understated sophistication.", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=4", imageAlt: "IWC Pilot Watch Collection" } ]} /> @@ -154,17 +154,17 @@ export default function HomePage() { animationType="slide-up" plans={[ { - id: "entry", title: "Entry Luxury", price: "$3,000 - $10,000", period: "Starting Price", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Entry Luxury Watches", button: { text: "Explore", href: "/collections" }, features: [ + id: "entry", title: "Entry Luxury", price: "$3,000 - $10,000", period: "Starting Price", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=4", imageAlt: "Entry Luxury Watches", button: { text: "Explore", href: "/collections" }, features: [ "Authentic Swiss watches", "Certified authenticity", "International warranty", "Free maintenance consultation" ] }, { - id: "premium", title: "Premium Collection", price: "$10,000 - $30,000", period: "Investment Range", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Premium Watches", button: { text: "Browse", href: "/collections" }, features: [ + id: "premium", title: "Premium Collection", price: "$10,000 - $30,000", period: "Investment Range", imageSrc: "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=5", imageAlt: "Premium Watches", button: { text: "Browse", href: "/collections" }, features: [ "Rare timepieces", "Certified by experts", "Extended warranty included", "VIP customer service", "Trade-in options available" ] }, { - id: "exclusive", title: "Exclusive Luxury", price: "$30,000+", period: "Prestige Line", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Exclusive Luxury Watches", button: { text: "Contact", href: "#contact" }, features: [ + id: "exclusive", title: "Exclusive Luxury", price: "$30,000+", period: "Prestige Line", imageSrc: "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=5", imageAlt: "Exclusive Luxury Watches", button: { text: "Contact", href: "#contact" }, features: [ "Ultra-rare vintage pieces", "Museum-quality examples", "Personal concierge service", "Bespoke sourcing available", "Lifetime authentication" ] } -- 2.49.1