Update src/app/shop/page.tsx

This commit is contained in:
2026-03-04 17:38:27 +00:00
parent 3171e91b64
commit 83b68c2f24

View File

@@ -20,40 +20,40 @@ export default function ShopPage() {
const allProducts = [
{
id: "watch-001", name: "Chrono Titanium Pro", price: "$249.99", imageSrc:
"http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", imageAlt: "Chrono Titanium Pro watch"},
"http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=2", imageAlt: "Chrono Titanium Pro watch"},
{
id: "watch-002", name: "Heritage Classic", price: "$189.99", imageSrc:
"http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", imageAlt: "Heritage Classic watch"},
"http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=3", imageAlt: "Heritage Classic watch"},
{
id: "accessory-001", name: "Italian Leather Belt", price: "$79.99", imageSrc:
"http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11190.jpg", imageAlt: "Italian Leather Belt"},
"http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11190.jpg?_wi=2", imageAlt: "Italian Leather Belt"},
{
id: "trimmer-001", name: "Precision Beard Trimmer", price: "$99.99", imageSrc:
"http://img.b2bpic.net/free-photo/handsome-young-man-holding-electric-razor_171337-17322.jpg", imageAlt: "Precision Beard Trimmer"},
"http://img.b2bpic.net/free-photo/handsome-young-man-holding-electric-razor_171337-17322.jpg?_wi=2", imageAlt: "Precision Beard Trimmer"},
{
id: "accessory-002", name: "Stainless Steel Wallet", price: "$59.99", imageSrc:
"http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9446.jpg", imageAlt: "Stainless Steel Wallet"},
"http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9446.jpg?_wi=2", imageAlt: "Stainless Steel Wallet"},
{
id: "watch-003", name: "Urban Explorer", price: "$159.99", imageSrc:
"http://img.b2bpic.net/free-photo/woman-checks-time-watch-waits-transport-which-delays-wears-sunglasses-jacket-poses-outdoor-going-have-meeting-strolls-city-downtown_273609-55294.jpg", imageAlt: "Urban Explorer watch"},
"http://img.b2bpic.net/free-photo/woman-checks-time-watch-waits-transport-which-delays-wears-sunglasses-jacket-poses-outdoor-going-have-meeting-strolls-city-downtown_273609-55294.jpg?_wi=2", imageAlt: "Urban Explorer watch"},
{
id: "new-watch-001", name: "Quantum Edge", price: "$299.99", imageSrc:
"http://img.b2bpic.net/free-photo/futuristic-hologram-smartwatch-wearable-technology_53876-108508.jpg", imageAlt: "Quantum Edge smart watch"},
"http://img.b2bpic.net/free-photo/futuristic-hologram-smartwatch-wearable-technology_53876-108508.jpg?_wi=2", imageAlt: "Quantum Edge smart watch"},
{
id: "new-accessory-001", name: "Carbon Fiber Card Holder", price: "$49.99", imageSrc:
"http://img.b2bpic.net/free-photo/top-view-camera-battery-black-background_23-2148363418.jpg", imageAlt: "Carbon Fiber Card Holder"},
"http://img.b2bpic.net/free-photo/top-view-camera-battery-black-background_23-2148363418.jpg?_wi=2", imageAlt: "Carbon Fiber Card Holder"},
{
id: "new-trimmer-001", name: "Pro Max Grooming Kit", price: "$129.99", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg", imageAlt: "Pro Max Grooming Kit"},
"http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg?_wi=2", imageAlt: "Pro Max Grooming Kit"},
{
id: "new-watch-002", name: "Minimalist Mono", price: "$179.99", imageSrc:
"http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg", imageAlt: "Minimalist Mono watch"},
"http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg?_wi=2", imageAlt: "Minimalist Mono watch"},
{
id: "new-accessory-002", name: "Premium Leather Strap", price: "$39.99", imageSrc:
"http://img.b2bpic.net/free-photo/worker-equipment-manual-tool-surface_1303-374.jpg", imageAlt: "Premium Leather Strap"},
"http://img.b2bpic.net/free-photo/worker-equipment-manual-tool-surface_1303-374.jpg?_wi=2", imageAlt: "Premium Leather Strap"},
{
id: "new-accessory-003", name: "Titanium Key Chain", price: "$34.99", imageSrc:
"http://img.b2bpic.net/free-photo/metallic-key-still-life_23-2151011258.jpg", imageAlt: "Titanium Key Chain"},
"http://img.b2bpic.net/free-photo/metallic-key-still-life_23-2151011258.jpg?_wi=2", imageAlt: "Titanium Key Chain"},
];
const footerColumns = [