From 3bc7215c47eff7298aa34bdf975d5b157b25c9f7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:29:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 91a9a88..e58e658 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,20 +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", 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", 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", 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