From 4c6cab382ad4989527ad3e237ed2245d46b9f13d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:09:07 +0000 Subject: [PATCH 1/3] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 9c8c2cd..cec866b 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -76,42 +76,42 @@ export default function GalleryPage() { id: "1", name: "Shop Interior", price: "Welcoming Space", - imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notepad-shop_107420-95958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notepad-shop_107420-95958.jpg?_wi=2", imageAlt: "Bright, organized shop interior with customer service", }, { id: "2", name: "Bird Collection", price: "Variety Available", - imageSrc: "http://img.b2bpic.net/free-photo/bird-market-bunch-budgies_181624-25730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bird-market-bunch-budgies_181624-25730.jpg?_wi=3", imageAlt: "Colorful collection of birds in the shop", }, { id: "3", name: "Shop Location", price: "Easy Access", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-girl-walking-down-street-funny-sunglasses_231208-2827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-girl-walking-down-street-funny-sunglasses_231208-2827.jpg?_wi=2", imageAlt: "Welcoming storefront entrance", }, { id: "4", name: "Premium Parrots", price: "Hand-Raised", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-two-colorful-parrots-perching-wood_181624-49742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-two-colorful-parrots-perching-wood_181624-49742.jpg?_wi=3", imageAlt: "Beautiful hand-raised parrots", }, { id: "5", name: "Lovebirds Display", price: "Affectionate", - imageSrc: "http://img.b2bpic.net/free-photo/two-birds-branch_181624-8901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-birds-branch_181624-8901.jpg?_wi=3", imageAlt: "Adorable lovebirds in display", }, { id: "6", name: "Pigeons Selection", price: "Quality Stock", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-pigeons-perched-outdoors-daylig_181624-60077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-pigeons-perched-outdoors-daylig_181624-60077.jpg?_wi=3", imageAlt: "Healthy pigeons available for sale", }, ]} From 3ced30c98a8b65217af143108448ecb8749149cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:09:08 +0000 Subject: [PATCH 2/3] Update src/app/our-birds/page.tsx --- src/app/our-birds/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/our-birds/page.tsx b/src/app/our-birds/page.tsx index 02f4004..c625d1c 100644 --- a/src/app/our-birds/page.tsx +++ b/src/app/our-birds/page.tsx @@ -76,21 +76,21 @@ export default function OurBirdsPage() { id: 1, title: "Premium Parrots", description: "Vibrant, intelligent parrots hand-raised for excellent temperament. Various species available including African Greys, Macaws, and Amazons.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-two-colorful-parrots-perching-wood_181624-49742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-two-colorful-parrots-perching-wood_181624-49742.jpg?_wi=2", imageAlt: "Colorful parrots", }, { id: 2, title: "Beautiful Lovebirds", description: "Affectionate and social lovebirds perfect for smaller spaces. Available in multiple color mutations. Great companions for bird enthusiasts.", - imageSrc: "http://img.b2bpic.net/free-photo/two-birds-branch_181624-8901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-birds-branch_181624-8901.jpg?_wi=2", imageAlt: "Lovebird pair", }, { id: 3, title: "Quality Pigeons", description: "Racing, homing, and fancy pigeons for breeding and showing. Trained and certified birds available. Expert guidance provided.", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-pigeons-perched-outdoors-daylig_181624-60077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-pigeons-perched-outdoors-daylig_181624-60077.jpg?_wi=2", imageAlt: "Pigeons", }, ]} From e9fd6893a20f781e76c7001506282be1199f550e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:09:08 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be582d7..7d0ae79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function HomePage() { tag="24-Hour Local Bird Shop" title="Karachi's Trusted Bird Shop" description="Healthy birds, fair prices, and friendly service. Open 24 hours in Qayyumabad. Your trusted source for parrots, lovebirds, pigeons, and bird care supplies." - imageSrc="http://img.b2bpic.net/free-photo/bird-market-bunch-budgies_181624-25730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bird-market-bunch-budgies_181624-25730.jpg?_wi=1" imageAlt="Sultan Birds Shop storefront" mediaAnimation="slide-up" testimonials={[ @@ -140,21 +140,21 @@ export default function HomePage() { id: 1, title: "Premium Parrots", description: "Healthy, active parrots of various species. Hand-raised for socialization and friendly temperament.", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-two-colorful-parrots-perching-wood_181624-49742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-two-colorful-parrots-perching-wood_181624-49742.jpg?_wi=1", imageAlt: "Colorful parrot", }, { id: 2, title: "Lovebirds", description: "Beautiful and affectionate lovebirds perfect for homes and small spaces. Available in various colors.", - imageSrc: "http://img.b2bpic.net/free-photo/two-birds-branch_181624-8901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-birds-branch_181624-8901.jpg?_wi=1", imageAlt: "Pair of lovebirds", }, { id: 3, title: "Pigeons", description: "Racing and fancy pigeons. Trained and untrained varieties available for different purposes.", - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-pigeons-perched-outdoors-daylig_181624-60077.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-pigeons-perched-outdoors-daylig_181624-60077.jpg?_wi=1", imageAlt: "White and grey pigeons", }, { @@ -217,21 +217,21 @@ export default function HomePage() { id: "1", name: "Shop Interior", price: "Open 24/7", - imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notepad-shop_107420-95958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-writing-notepad-shop_107420-95958.jpg?_wi=1", imageAlt: "Shop interior", }, { id: "2", name: "Bird Collection", price: "Fresh Daily", - imageSrc: "http://img.b2bpic.net/free-photo/bird-market-bunch-budgies_181624-25730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bird-market-bunch-budgies_181624-25730.jpg?_wi=2", imageAlt: "Our bird collection", }, { id: "3", name: "Shop Location", price: "Qayyumabad", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-girl-walking-down-street-funny-sunglasses_231208-2827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-girl-walking-down-street-funny-sunglasses_231208-2827.jpg?_wi=1", imageAlt: "Shop exterior", }, ]}