Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e46792e277 | |||
| 2f7925dd1b | |||
| 9d191e70ca | |||
| 5d8e5d608d | |||
| 7fa4840059 |
@@ -114,17 +114,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Dental Implants", price: "Starting at ₹25,000", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19444.jpg", imageAlt: "Close-up of a dental implant model"},
|
||||
id: "p1", name: "Dental Implants", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19444.jpg", imageAlt: "Close-up of a dental implant model", price: "$1500"
|
||||
},
|
||||
{
|
||||
id: "p2", name: "Teeth Whitening", price: "Starting at ₹5,000", imageSrc: "http://img.b2bpic.net/free-photo/beauty-caries-adult-chair-assistant-canal_1303-2742.jpg", imageAlt: "Sparkling white teeth after a whitening session"},
|
||||
id: "p2", name: "Teeth Whitening", imageSrc: "http://img.b2bpic.net/free-photo/beauty-caries-adult-chair-assistant-canal_1303-2742.jpg", imageAlt: "Sparkling white teeth after a whitening session", price: "$300"
|
||||
},
|
||||
{
|
||||
id: "p3", name: "Porcelain Veneers", price: "Starting at ₹15,000", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-caucasian-woma-with-short-light-hair_273609-28794.jpg", imageAlt: "Thin porcelain veneers on a dental model"},
|
||||
id: "p3", name: "Porcelain Veneers", imageSrc: "http://img.b2bpic.net/free-photo/satisfied-caucasian-woma-with-short-light-hair_273609-28794.jpg", imageAlt: "Thin porcelain veneers on a dental model", price: "$800"
|
||||
},
|
||||
{
|
||||
id: "p4", name: "Invisible Aligners", price: "Starting at ₹35,000", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-charismatic-beauty-blogger-woman-sits-room-with-lipstick-hand-talking-about_1258-255281.jpg", imageAlt: "Clear invisible dental aligners"},
|
||||
id: "p4", name: "Invisible Aligners", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-charismatic-beauty-blogger-woman-sits-room-with-lipstick-hand-talking-about_1258-255281.jpg", imageAlt: "Clear invisible dental aligners", price: "$2500"
|
||||
},
|
||||
{
|
||||
id: "p5", name: "Root Canal Therapy", price: "Starting at ₹8,000", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-teeth-dental-office_651396-3413.jpg", imageAlt: "Dentist examining patient teeth dental office"},
|
||||
id: "p5", name: "Root Canal Therapy", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-patient-teeth-dental-office_651396-3413.jpg", imageAlt: "Dentist examining patient teeth dental office", price: "$700"
|
||||
},
|
||||
{
|
||||
id: "p6", name: "Crowns & Bridges", price: "Starting at ₹10,000", imageSrc: "http://img.b2bpic.net/free-photo/roll-made-nori-pickled-rice-philadelphia-cheese-cheese-with-walnuts-brynza_8353-6017.jpg", imageAlt: "Dental crowns and bridges for restorative work"}
|
||||
id: "p6", name: "Crowns & Bridges", imageSrc: "http://img.b2bpic.net/free-photo/roll-made-nori-pickled-rice-philadelphia-cheese-cheese-with-walnuts-brynza_8353-6017.jpg", imageAlt: "Dental crowns and bridges for restorative work", price: "$900"
|
||||
}
|
||||
]}
|
||||
title="Advanced Treatments & Radiant Transformations"
|
||||
description="Explore our specialized dental treatments designed to restore your smile's health and aesthetics. See the difference our expertise can make with lasting results."
|
||||
@@ -200,4 +206,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user