From 909cba27c8c41a2ee0a5a7904a3bbc71c4e30d71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 13:51:55 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 4e32f5f..22fdfe9 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -49,12 +49,12 @@ export default function ShopPage() { title="Explore Our Collections" description="Immerse yourself in our full range of luxury timepieces. Use the advanced filters to find your perfect watch." products={[ - { id: "sh-1", brand: "ISSO Time", name: "Grand Tourer Chrono", price: "DZD 1,450,000", rating: 5, reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-man-checking-his-smartwatch_23-2148228521.jpg", imageAlt: "Grand Tourer Chrono watch" }, - { id: "sh-2", brand: "ISSO Time", name: "Aviator Heritage", price: "DZD 1,180,000", rating: 4.8, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241147.jpg", imageAlt: "Aviator Heritage watch" }, - { id: "sh-3", brand: "ISSO Time", name: "Celestial Skeleton", price: "DZD 1,620,000", rating: 5, reviewCount: "14", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241139.jpg", imageAlt: "Celestial Skeleton watch" }, - { id: "sh-4", brand: "ISSO Time", name: "Lunar Navigator", price: "DZD 1,750,000", rating: 4.9, reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-vector/modern-infographic-element-collection_52683-1782.jpg", imageAlt: "Lunar Navigator watch" }, - { id: "sh-5", brand: "ISSO Time", name: "Cosmic Tourbillon", price: "DZD 2,500,000", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241149.jpg", imageAlt: "Cosmic Tourbillon watch" }, - { id: "sh-6", brand: "ISSO Time", name: "Urban Architect", price: "DZD 1,050,000", rating: 4.7, reviewCount: "26", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-grayscale-shot-dome-church-karabagh_181624-41963.jpg", imageAlt: "Urban Architect watch" }, + { id: "sh-1", brand: "ISSO Time", name: "Grand Tourer Chrono", price: "DZD 1,450,000", rating: 5, reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-man-checking-his-smartwatch_23-2148228521.jpg?_wi=2", imageAlt: "Grand Tourer Chrono watch" }, + { id: "sh-2", brand: "ISSO Time", name: "Aviator Heritage", price: "DZD 1,180,000", rating: 4.8, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241147.jpg?_wi=2", imageAlt: "Aviator Heritage watch" }, + { id: "sh-3", brand: "ISSO Time", name: "Celestial Skeleton", price: "DZD 1,620,000", rating: 5, reviewCount: "14", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241139.jpg?_wi=2", imageAlt: "Celestial Skeleton watch" }, + { id: "sh-4", brand: "ISSO Time", name: "Lunar Navigator", price: "DZD 1,750,000", rating: 4.9, reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-vector/modern-infographic-element-collection_52683-1782.jpg?_wi=2", imageAlt: "Lunar Navigator watch" }, + { id: "sh-5", brand: "ISSO Time", name: "Cosmic Tourbillon", price: "DZD 2,500,000", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/close-up-clock-with-time-change_23-2149241149.jpg?_wi=2", imageAlt: "Cosmic Tourbillon watch" }, + { id: "sh-6", brand: "ISSO Time", name: "Urban Architect", price: "DZD 1,050,000", rating: 4.7, reviewCount: "26", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-grayscale-shot-dome-church-karabagh_181624-41963.jpg?_wi=2", imageAlt: "Urban Architect watch" }, { id: "sh-7", brand: "ISSO Time", name: "World Traveler GMT", price: "DZD 1,300,000", rating: 4.9, reviewCount: "16", imageSrc: "http://img.b2bpic.net/free-photo/travel-background-with-hands-holding-compass-opening-suitcase_23-2147607851.jpg", imageAlt: "World Traveler GMT watch" }, { id: "sh-8", brand: "ISSO Time", name: "Dynasty Perpetual", price: "DZD 2,100,000", rating: 5, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", imageAlt: "Dynasty Perpetual watch" }, { id: "sh-9", brand: "ISSO Time", name: "Eclipse Dress Watch", price: "DZD 990,000", rating: 4.8, reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/groom-getting-ready-before-wedding-ceremony_8353-10509.jpg", imageAlt: "Eclipse Dress Watch" },