diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index f9f2a4d..64e1efd 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -52,28 +52,28 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "sp1", brand: "Gaming Gear", name: "Ergonomic RGB Gaming Mouse", price: "PKR 6,500", rating: 5, + id: "sp1", brand: "Gaming Gear", name: "Ergonomic RGB Gaming Mouse", price: "PKR 5,999", rating: 5, reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746589.jpg", imageAlt: "Ergonomic RGB Gaming Mouse"}, { - id: "sp2", brand: "Mechanical", name: "Backlit Mechanical Keyboard", price: "PKR 13,000", rating: 4, + id: "sp2", brand: "Mechanical", name: "Backlit Mechanical Keyboard", price: "PKR 12,499", rating: 4, reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-gaming-setup-with-rgb-keyboard_23-2149829134.jpg", imageAlt: "Backlit Mechanical Keyboard"}, { - id: "sp3", brand: "Audio Pro", name: "Wireless Desktop Speakers", price: "PKR 9,000", rating: 5, + id: "sp3", brand: "Audio Pro", name: "Wireless Desktop Speakers", price: "PKR 8,750", rating: 5, reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/composition-smart-speaker-table_23-2149036841.jpg", imageAlt: "Wireless Desktop Speakers"}, { - id: "sp4", brand: "Precision", name: "Extended Gaming Mouse Pad", price: "PKR 1,500", rating: 4, + id: "sp4", brand: "Precision", name: "Extended Gaming Mouse Pad", price: "PKR 1,200", rating: 4, reviewCount: "400+", imageSrc: "http://img.b2bpic.net/free-photo/gray-stars-fabric-texture_1194-5683.jpg", imageAlt: "Extended Gaming Mouse Pad"}, { - id: "sp5", brand: "Storage Solutions", name: "Portable 1TB External SSD", price: "PKR 26,000", rating: 5, + id: "sp5", brand: "Storage Solutions", name: "Portable 1TB External SSD", price: "PKR 25,000", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/server-hub-worker-troubleshooting-server-connectivity-issues-using-mockup-device-close-up-admin_482257-136402.jpg", imageAlt: "Portable 1TB External SSD"}, { - id: "sp6", brand: "Photography", name: "4K Action Camera", price: "PKR 19,500", rating: 4, + id: "sp6", brand: "Photography", name: "4K Action Camera", price: "PKR 18,999", rating: 4, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-indoors-still-life_23-2150630628.jpg", imageAlt: "4K Action Camera"}, { - id: "sp7", brand: "Audio Gear", name: "Wireless Noise-Cancelling Earbuds", price: "PKR 10,000", rating: 4, + id: "sp7", brand: "Audio Gear", name: "Wireless Noise-Cancelling Earbuds", price: "PKR 9,500", rating: 4, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/frowning-young-pretty-girl-wearing-sunglasses-taking-headphones-off_141793-117595.jpg", imageAlt: "Wireless Noise-Cancelling Earbuds"}, { - id: "sp8", brand: "Video Solutions", name: "HD Streaming Webcam", price: "PKR 7,500", rating: 5, + id: "sp8", brand: "Video Solutions", name: "HD Streaming Webcam", price: "PKR 7,200", rating: 5, reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/our-client-was-completely-honest-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17251.jpg", imageAlt: "HD Streaming Webcam"}, ]} title="Shop All Electronics" @@ -88,7 +88,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "sc1", label: "Mice", title: "Precision Control", items: [ + id: "sc1", label: "Mouse", title: "Mouse: Precision Control", items: [ "Gaming mice", "Ergonomic mice", "Wireless options"], }, {