diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7076e4a..d35305a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -55,42 +55,42 @@ export default function AboutPage() { id: "1", name: "James Mitchell", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James Mitchell", }, { id: "2", name: "David Chen", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg", + "http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg?_wi=2", imageAlt: "David Chen", }, { id: "3", name: "Michael Rodriguez", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg?_wi=2", imageAlt: "Michael Rodriguez", }, { id: "4", name: "Alexander Thompson", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", + "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=2", imageAlt: "Alexander Thompson", }, { id: "5", name: "Christopher Lee", imageSrc: - "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", + "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "Christopher Lee", }, { id: "6", name: "Jonathan Smith", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Jonathan Smith", }, ]; diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ad7241..79e32e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,7 +39,7 @@ export default function HomePage() { name: "Chrono Titanium Pro", price: "$249.99", imageSrc: - "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", + "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=1", imageAlt: "Chrono Titanium Pro watch", }, { @@ -47,7 +47,7 @@ export default function HomePage() { name: "Heritage Classic", price: "$189.99", imageSrc: - "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", + "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=1", imageAlt: "Heritage Classic watch", }, { @@ -55,7 +55,7 @@ export default function HomePage() { 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", + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11190.jpg?_wi=1", imageAlt: "Italian Leather Belt", }, { @@ -63,7 +63,7 @@ export default function HomePage() { name: "Precision Beard Trimmer", price: "$99.99", imageSrc: - "http://img.b2bpic.net/free-photo/handsome-young-man-holding-electric-razor_171337-17322.jpg", + "http://img.b2bpic.net/free-photo/handsome-young-man-holding-electric-razor_171337-17322.jpg?_wi=1", imageAlt: "Precision Beard Trimmer", }, { @@ -71,7 +71,7 @@ export default function HomePage() { 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", + "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9446.jpg?_wi=1", imageAlt: "Stainless Steel Wallet", }, { @@ -79,7 +79,7 @@ export default function HomePage() { 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", + "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=1", imageAlt: "Urban Explorer watch", }, ]; @@ -90,7 +90,7 @@ export default function HomePage() { name: "Quantum Edge", price: "$299.99", imageSrc: - "http://img.b2bpic.net/free-photo/futuristic-hologram-smartwatch-wearable-technology_53876-108508.jpg", + "http://img.b2bpic.net/free-photo/futuristic-hologram-smartwatch-wearable-technology_53876-108508.jpg?_wi=1", imageAlt: "Quantum Edge smart watch", }, { @@ -98,7 +98,7 @@ export default function HomePage() { name: "Carbon Fiber Card Holder", price: "$49.99", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-camera-battery-black-background_23-2148363418.jpg", + "http://img.b2bpic.net/free-photo/top-view-camera-battery-black-background_23-2148363418.jpg?_wi=1", imageAlt: "Carbon Fiber Card Holder", }, { @@ -106,7 +106,7 @@ export default function HomePage() { name: "Pro Max Grooming Kit", price: "$129.99", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg", + "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg?_wi=1", imageAlt: "Pro Max Grooming Kit", }, { @@ -114,7 +114,7 @@ export default function HomePage() { name: "Minimalist Mono", price: "$179.99", imageSrc: - "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg", + "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg?_wi=1", imageAlt: "Minimalist Mono watch", }, { @@ -122,7 +122,7 @@ export default function HomePage() { name: "Premium Leather Strap", price: "$39.99", imageSrc: - "http://img.b2bpic.net/free-photo/worker-equipment-manual-tool-surface_1303-374.jpg", + "http://img.b2bpic.net/free-photo/worker-equipment-manual-tool-surface_1303-374.jpg?_wi=1", imageAlt: "Premium Leather Strap", }, { @@ -130,7 +130,7 @@ export default function HomePage() { name: "Titanium Key Chain", price: "$34.99", imageSrc: - "http://img.b2bpic.net/free-photo/metallic-key-still-life_23-2151011258.jpg", + "http://img.b2bpic.net/free-photo/metallic-key-still-life_23-2151011258.jpg?_wi=1", imageAlt: "Titanium Key Chain", }, ]; @@ -179,42 +179,42 @@ export default function HomePage() { id: "1", name: "James Mitchell", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Mitchell", }, { id: "2", name: "David Chen", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg", + "http://img.b2bpic.net/free-photo/smiling-young-asian-businessman-with-crossed-arms_1262-1620.jpg?_wi=1", imageAlt: "David Chen", }, { id: "3", name: "Michael Rodriguez", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg", + "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg?_wi=1", imageAlt: "Michael Rodriguez", }, { id: "4", name: "Alexander Thompson", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg", + "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg?_wi=1", imageAlt: "Alexander Thompson", }, { id: "5", name: "Christopher Lee", imageSrc: - "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", + "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "Christopher Lee", }, { id: "6", name: "Jonathan Smith", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Jonathan Smith", }, ]; @@ -309,7 +309,7 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", + "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=2", imageAlt: "Premium men's watch collection", }, { diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index f2e07ce..75e7901 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -23,7 +23,7 @@ export default function ShopPage() { name: "Chrono Titanium Pro", price: "$249.99", imageSrc: - "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg", + "http://img.b2bpic.net/free-photo/modern-black-watch-wrist-man-sitting-car_181624-58251.jpg?_wi=2", imageAlt: "Chrono Titanium Pro watch", }, { @@ -31,7 +31,7 @@ export default function ShopPage() { name: "Heritage Classic", price: "$189.99", imageSrc: - "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg", + "http://img.b2bpic.net/free-photo/businessman-looking-his-watch-closeup_53876-176905.jpg?_wi=3", imageAlt: "Heritage Classic watch", }, { @@ -39,7 +39,7 @@ export default function ShopPage() { 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", + "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", }, { @@ -47,7 +47,7 @@ export default function ShopPage() { name: "Precision Beard Trimmer", price: "$99.99", imageSrc: - "http://img.b2bpic.net/free-photo/handsome-young-man-holding-electric-razor_171337-17322.jpg", + "http://img.b2bpic.net/free-photo/handsome-young-man-holding-electric-razor_171337-17322.jpg?_wi=2", imageAlt: "Precision Beard Trimmer", }, { @@ -55,7 +55,7 @@ export default function ShopPage() { 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", + "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", }, { @@ -63,7 +63,7 @@ export default function ShopPage() { 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", + "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", }, { @@ -71,7 +71,7 @@ export default function ShopPage() { name: "Quantum Edge", price: "$299.99", imageSrc: - "http://img.b2bpic.net/free-photo/futuristic-hologram-smartwatch-wearable-technology_53876-108508.jpg", + "http://img.b2bpic.net/free-photo/futuristic-hologram-smartwatch-wearable-technology_53876-108508.jpg?_wi=2", imageAlt: "Quantum Edge smart watch", }, { @@ -79,7 +79,7 @@ export default function ShopPage() { name: "Carbon Fiber Card Holder", price: "$49.99", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-camera-battery-black-background_23-2148363418.jpg", + "http://img.b2bpic.net/free-photo/top-view-camera-battery-black-background_23-2148363418.jpg?_wi=2", imageAlt: "Carbon Fiber Card Holder", }, { @@ -87,7 +87,7 @@ export default function ShopPage() { name: "Pro Max Grooming Kit", price: "$129.99", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg", + "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313027.jpg?_wi=2", imageAlt: "Pro Max Grooming Kit", }, { @@ -95,7 +95,7 @@ export default function ShopPage() { name: "Minimalist Mono", price: "$179.99", imageSrc: - "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg", + "http://img.b2bpic.net/free-photo/grayscale-closeup-shot-person-wearing-wristwatch_181624-3953.jpg?_wi=2", imageAlt: "Minimalist Mono watch", }, { @@ -103,7 +103,7 @@ export default function ShopPage() { name: "Premium Leather Strap", price: "$39.99", imageSrc: - "http://img.b2bpic.net/free-photo/worker-equipment-manual-tool-surface_1303-374.jpg", + "http://img.b2bpic.net/free-photo/worker-equipment-manual-tool-surface_1303-374.jpg?_wi=2", imageAlt: "Premium Leather Strap", }, { @@ -111,7 +111,7 @@ export default function ShopPage() { name: "Titanium Key Chain", price: "$34.99", imageSrc: - "http://img.b2bpic.net/free-photo/metallic-key-still-life_23-2151011258.jpg", + "http://img.b2bpic.net/free-photo/metallic-key-still-life_23-2151011258.jpg?_wi=2", imageAlt: "Titanium Key Chain", }, ];