diff --git a/src/app/page.tsx b/src/app/page.tsx index e590905..21c1e1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,16 +75,16 @@ export default function PhotographyPortfolio() { products={[ { id: "1", brand: "Portrait Series", name: "Executive Headshots", price: "Professional", rating: 5, - reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg?_wi=1", imageAlt: "Wedding photography showcase"}, + reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-bride-wedding-dress-groom_624325-231.jpg", imageAlt: "Wedding photography showcase"}, { id: "2", brand: "Landscape Series", name: "Nature & Scenery", price: "Professional", rating: 5, - reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/yosemite-national-park-yosemite-valley-usa_181624-41299.jpg?_wi=1", imageAlt: "Landscape photography showcase"}, + reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/yosemite-national-park-yosemite-valley-usa_181624-41299.jpg", imageAlt: "Landscape photography showcase"}, { id: "3", brand: "Product Series", name: "Commercial Work", price: "Professional", rating: 5, - reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970254.jpg?_wi=1", imageAlt: "Product photography showcase"}, + reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/creative-product-photographer-studio_23-2148970254.jpg", imageAlt: "Product photography showcase"}, { id: "4", brand: "Event Series", name: "Celebrations & Events", price: "Professional", rating: 5, - reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-with-hanging-ribbons-garland-decorated-room_1268-30628.jpg?_wi=1", imageAlt: "Event photography showcase"}, + reviewCount: "52", imageSrc: "http://img.b2bpic.net/free-photo/birthday-party-with-hanging-ribbons-garland-decorated-room_1268-30628.jpg", imageAlt: "Event photography showcase"}, { id: "5", brand: "Corporate Series", name: "Corporate Portraits", price: "Professional", rating: 5, reviewCount: "28", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Corporate photography showcase"}, @@ -118,11 +118,11 @@ export default function PhotographyPortfolio() {