From 5cb68b51e5dd0ea56ed79238d13d51e8be7fbd14 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 14:37:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3943344..43871fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,10 +79,10 @@ export default function LandingPage() { features={[ { id: "1", title: "Prescription Fulfillment", author: "Expert Team", description: "Fast and accurate prescription dispensing with expert pharmacist consultation and guidance for optimal medication use.", tags: ["Prescriptions", "Accuracy"], - imageSrc: "http://img.b2bpic.net/free-photo/bottles-medications_53876-31259.jpg", imageAlt: "Medicine bottles"}, + imageSrc: "http://img.b2bpic.net/free-photo/bottles-medications_53876-31259.jpg?_wi=1", imageAlt: "Medicine bottles"}, { id: "2", title: "Health Supplements", author: "Wellness Focus", description: "Premium quality vitamins, minerals, and nutritional supplements to support your overall health and immunity.", tags: ["Supplements", "Wellness"], - imageSrc: "http://img.b2bpic.net/free-photo/medicine-pills-concept-with-copy-space_1194-638381.jpg", imageAlt: "Medicine pills"}, + imageSrc: "http://img.b2bpic.net/free-photo/medicine-pills-concept-with-copy-space_1194-638381.jpg?_wi=1", imageAlt: "Medicine pills"}, ]} animationType="slide-up" textboxLayout="default" @@ -123,9 +123,9 @@ export default function LandingPage() { tag="Best Sellers" products={[ { - id: "1", name: "Multivitamin Complex", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/bottles-medications_53876-31259.jpg", imageAlt: "Multivitamin supplement bottles"}, + id: "1", name: "Multivitamin Complex", price: "₹299", imageSrc: "http://img.b2bpic.net/free-photo/bottles-medications_53876-31259.jpg?_wi=2", imageAlt: "Multivitamin supplement bottles"}, { - id: "2", name: "Pain Relief Tablets", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/medicine-pills-concept-with-copy-space_1194-638381.jpg", imageAlt: "Pain relief medication"}, + id: "2", name: "Pain Relief Tablets", price: "₹149", imageSrc: "http://img.b2bpic.net/free-photo/medicine-pills-concept-with-copy-space_1194-638381.jpg?_wi=2", imageAlt: "Pain relief medication"}, { id: "3", name: "Vitamin D3 Capsules", price: "₹199", imageSrc: "http://img.b2bpic.net/free-photo/medical-prescription-bottle-desk_482257-109194.jpg", imageAlt: "Vitamin D3 supplement"}, ]} @@ -171,13 +171,13 @@ export default function LandingPage() { tag="Customer Reviews" testimonials={[ { - id: "1", name: "Priya Sharma", handle: "@customer_priya", testimonial: "Aban Chemist has been my trusted pharmacy for 5 years. Fast delivery, authentic products, and knowledgeable pharmacists. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma"}, + id: "1", name: "Priya Sharma", handle: "@customer_priya", testimonial: "Aban Chemist has been my trusted pharmacy for 5 years. Fast delivery, authentic products, and knowledgeable pharmacists. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Priya Sharma"}, { - id: "2", name: "Rajesh Kumar", handle: "@raj_wellness", testimonial: "Great service and competitive prices. The pharmacists provide excellent guidance on medications. This is my go-to pharmacy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Kumar"}, + id: "2", name: "Rajesh Kumar", handle: "@raj_wellness", testimonial: "Great service and competitive prices. The pharmacists provide excellent guidance on medications. This is my go-to pharmacy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Rajesh Kumar"}, { - id: "3", name: "Meera Patel", handle: "@meera_health", testimonial: "Professional and caring team. They make sure you understand your medications and provide health tips. Very satisfied with their service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Meera Patel"}, + id: "3", name: "Meera Patel", handle: "@meera_health", testimonial: "Professional and caring team. They make sure you understand your medications and provide health tips. Very satisfied with their service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Meera Patel"}, { - id: "4", name: "Amit Desai", handle: "@amit_fitness", testimonial: "Excellent range of supplements and medicines. The staff is courteous and always willing to help. Five stars for Aban Chemist!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Desai"}, + id: "4", name: "Amit Desai", handle: "@amit_fitness", testimonial: "Excellent range of supplements and medicines. The staff is courteous and always willing to help. Five stars for Aban Chemist!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Amit Desai"}, { id: "5", name: "Sneha Gupta", handle: "@sneha_wellness", testimonial: "Best pharmacy in town! Quality products, timely delivery, and fair pricing. I trust them completely with my family's healthcare.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg", imageAlt: "Sneha Gupta"}, { -- 2.49.1