Update src/app/page.tsx

This commit is contained in:
2026-05-11 10:50:27 +00:00
parent 5e7eb30a37
commit 6ce45e6960

View File

@@ -42,7 +42,7 @@ export default function LuxuryDentistPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
title="California's Premier Luxury Dental Practice"
title="Karachi's Premier Luxury Dental Practice"
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 $500", rating: 5,
id: "1", brand: "Cosmetic", name: "Smile Design & Whitening", price: "From Rs. 120,000", 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 $1,200", rating: 5,
id: "2", brand: "Restorative", name: "Dental Implants & Crowns", price: "From Rs. 88,000", 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 $800", rating: 5,
id: "3", brand: "Advanced", name: "Orthodontics & Aligners", price: "From Rs. 44,000", 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"
}
]}
@@ -97,7 +97,7 @@ export default function LuxuryDentistPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Trusted Excellence in Dental Care Across California" }
{ type: "text", content: "Trusted Excellence in Dental Care Across Karachi" }
]}
useInvertedBackground={false}
buttons={[
@@ -129,7 +129,7 @@ export default function LuxuryDentistPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="What Our Patients Say"
description="Discover why hundreds of California's discerning patients trust us for their dental care and smile transformations"
description="Discover why hundreds of Karachi's discerning patients trust us for their dental care and smile transformations"
tag="Patient Reviews"
textboxLayout="default"
useInvertedBackground={false}