Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 14:27:43 +00:00
2 changed files with 1400 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -80,10 +80,10 @@ export default function LandingPage() {
useInvertedBackground={true}
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", name: "Resep İlaçları", price: "Profesyonel Hizmet", imageSrc: "http://img.b2bpic.net/free-vector/medical-service-set-icons_24877-51675.jpg", imageAlt: "Prescription medicines service" },
{ id: "2", name: "Reçetesiz İlaçlar", price: "Geniş Ürün Yelpazesi", imageSrc: "http://img.b2bpic.net/free-photo/cardiology-pills-bottle-standing-drugstore-shelves-ready-clients-come-buy-drugs-vitamins-pharmacy-carried-range-products-from-prescription-pills-home-healthcare-items_482257-60605.jpg?_wi=1", imageAlt: "OTC products available" },
{ id: "3", name: "Sağlık Danışmanlığı", price: "Uzman Tavsiyesi", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-receiving-prescription-medicine-from-female-doctor-consultations-clinic-focus-is-doctor_637285-1154.jpg", imageAlt: "Health consultation service" },
{ id: "4", name: "Tamamlayıcı Ürünler", price: "Vitamin & Mineral", imageSrc: "http://img.b2bpic.net/free-photo/cardiology-pills-bottle-standing-drugstore-shelves-ready-clients-come-buy-drugs-vitamins-pharmacy-carried-range-products-from-prescription-pills-home-healthcare-items_482257-60605.jpg?_wi=2", imageAlt: "Supplements and health products" },
{ id: "1", name: "Resep İlaçları", price: "Expert Guidance", imageSrc: "http://img.b2bpic.net/free-vector/medical-service-set-icons_24877-51675.jpg", imageAlt: "Prescription medicines service" },
{ id: "2", name: "Reçetesiz İlaçlar", price: "Wide Selection", imageSrc: "http://img.b2bpic.net/free-photo/cardiology-pills-bottle-standing-drugstore-shelves-ready-clients-come-buy-drugs-vitamins-pharmacy-carried-range-products-from-prescription-pills-home-healthcare-items_482257-60605.jpg?_wi=1", imageAlt: "OTC products available" },
{ id: "3", name: "Sağlık Danışmanlığı", price: "Professional Advice", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-receiving-prescription-medicine-from-female-doctor-consultations-clinic-focus-is-doctor_637285-1154.jpg", imageAlt: "Health consultation service" },
{ id: "4", name: "Tamamlayıcı Ürünler", price: "Premium Products", imageSrc: "http://img.b2bpic.net/free-photo/cardiology-pills-bottle-standing-drugstore-shelves-ready-clients-come-buy-drugs-vitamins-pharmacy-carried-range-products-from-prescription-pills-home-healthcare-items_482257-60605.jpg?_wi=2", imageAlt: "Supplements and health products" },
]}
/>
</div>
@@ -154,4 +154,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}