Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 06d590356c | |||
| 440426a2da | |||
| 456cd911b2 |
1395
src/app/layout.tsx
1395
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -80,10 +80,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
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: "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: "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: "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: "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: "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: "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: "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>
|
</div>
|
||||||
@@ -154,4 +154,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user