diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d4c588..1e1c9ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,16 +123,16 @@ export default function HomePage() { features={[ { id: 1, - title: "85+ Authentic Products", description: "Carefully curated collection from trusted Pakistani and international beauty brands", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg", imageAlt: "Authentic Beauty Products Collection"}, + title: "85+ Authentic Products", description: "Carefully curated collection from trusted Pakistani and international beauty brands", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg?_wi=1", imageAlt: "Authentic Beauty Products Collection"}, { id: 2, - title: "WhatsApp Consultation", description: "Free beauty advice and instant ordering through convenient WhatsApp service", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg", imageAlt: "WhatsApp Beauty Consultation"}, + title: "WhatsApp Consultation", description: "Free beauty advice and instant ordering through convenient WhatsApp service", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg?_wi=2", imageAlt: "WhatsApp Beauty Consultation"}, { id: 3, - title: "Wholesale Available", description: "Competitive wholesale rates for salon owners and beauty entrepreneurs", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg", imageAlt: "Wholesale Beauty Products"}, + title: "Wholesale Available", description: "Competitive wholesale rates for salon owners and beauty entrepreneurs", imageSrc: "http://img.b2bpic.net/free-photo/makeup-tools_23-2148109562.jpg?_wi=3", imageAlt: "Wholesale Beauty Products"}, { id: 4, - title: "Same-Day Pickup", description: "Quick pickup at Hussain Agahi Road location in Inner City Multan", imageSrc: "http://img.b2bpic.net/free-photo/street-market-night_23-2151604308.jpg", imageAlt: "Multan Store Location"}, + title: "Same-Day Pickup", description: "Quick pickup at Hussain Agahi Road location in Inner City Multan", imageSrc: "http://img.b2bpic.net/free-photo/street-market-night_23-2151604308.jpg?_wi=1", imageAlt: "Multan Store Location"}, ]} title="Why Choose Zamzam Cosmetics" description="Your trusted partner for authentic beauty products with unmatched service and competitive pricing" @@ -150,29 +150,29 @@ export default function HomePage() {