diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 00f9aea..76887e1 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -24,7 +24,7 @@ export default function PortfolioPage() { name: "Wedding Day Memories", price: "Professional", variant: "Bride & Groom • Full Day Coverage", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-with-wedding-bridal-bouquet_1150-4569.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-with-wedding-bridal-bouquet_1150-4569.jpg?_wi=3", imageAlt: "Wedding couple portrait", }, { @@ -32,7 +32,7 @@ export default function PortfolioPage() { name: "Reception Celebration", price: "Professional", variant: "Celebration • Event Highlights", - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-honeymoon-greece-by-sea_1303-15023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-couple-honeymoon-greece-by-sea_1303-15023.jpg?_wi=2", imageAlt: "Wedding reception moments", }, { @@ -40,7 +40,7 @@ export default function PortfolioPage() { name: "Family Portraits", price: "Premium", variant: "Family • Studio Session", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family_1328-3809.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family_1328-3809.jpg?_wi=2", imageAlt: "Happy family portrait", }, { @@ -48,7 +48,7 @@ export default function PortfolioPage() { name: "Passport Photos", price: "Professional", variant: "ID Photo • Instant Service", - imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looks-up-isolated-orange-wall_141793-68156.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-handsome-man-looks-up-isolated-orange-wall_141793-68156.jpg?_wi=2", imageAlt: "Passport photo session", }, { @@ -56,7 +56,7 @@ export default function PortfolioPage() { name: "Corporate Events", price: "Professional", variant: "Event Coverage • Full Day", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-camera_23-2149049086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-camera_23-2149049086.jpg?_wi=2", imageAlt: "Corporate event photography", }, { @@ -64,7 +64,7 @@ export default function PortfolioPage() { name: "Birthday Celebration", price: "Premium", variant: "Party • Happy Moments", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-woman_23-2148503651.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-woman_23-2148503651.jpg?_wi=2", imageAlt: "Birthday event coverage", }, ]; @@ -75,7 +75,7 @@ export default function PortfolioPage() { value: "25+", title: "Years Experience", description: "Professional photography expertise", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-indoors-still-life_23-2150630618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-photo-camera-indoors-still-life_23-2150630618.jpg?_wi=3", imageAlt: "Professional camera equipment", }, { @@ -83,7 +83,7 @@ export default function PortfolioPage() { value: "1000+", title: "Happy Clients", description: "Satisfied customers across Gujarat", - imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/studio-with-props-photography_23-2148885662.jpg?_wi=6", imageAlt: "Professional studio setup", }, { @@ -91,7 +91,7 @@ export default function PortfolioPage() { value: "2000+", title: "Events Covered", description: "Successful photography projects", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-with-wedding-bridal-bouquet_1150-4569.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-with-wedding-bridal-bouquet_1150-4569.jpg?_wi=4", imageAlt: "Wedding photography", }, ]; @@ -221,7 +221,7 @@ export default function PortfolioPage() {