Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -27,7 +27,7 @@ export default function LuxuryDentistPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Luxury Dental Care"
|
||||
brandName="Empire Dental care"
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -42,7 +42,7 @@ export default function LuxuryDentistPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
title="California's Premier Luxury Dental Practice"
|
||||
title="Empire Dental Care"
|
||||
description="Experience world-class cosmetic and restorative dentistry with cutting-edge technology. Our award-winning dentists are committed to creating stunning smiles with personalized care and exceptional attention to detail."
|
||||
tag="Excellence Since 2005"
|
||||
tagIcon={Sparkles}
|
||||
@@ -76,15 +76,15 @@ export default function LuxuryDentistPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Cosmetic", name: "Smile Design & Whitening", price: "From ₹41,600", rating: 5,
|
||||
id: "1", brand: "Cosmetic", name: "Smile Design & Whitening", price: "From ₹4,160", rating: 5,
|
||||
reviewCount: "234", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif", imageAlt: "Cosmetic smile design consultation"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Restorative", name: "Dental Implants & Crowns", price: "From ₹99,840", rating: 5,
|
||||
id: "2", brand: "Restorative", name: "Dental Implants & Crowns", price: "From ₹9984", rating: 5,
|
||||
reviewCount: "312", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif", imageAlt: "Advanced dental implant technology"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Advanced", name: "Orthodontics & Aligners", price: "From ₹66,560", rating: 5,
|
||||
id: "3", brand: "Advanced", name: "Orthodontics & Aligners", price: "From ₹6,560", rating: 5,
|
||||
reviewCount: "289", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif", imageAlt: "Clear aligner orthodontic treatment"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user