diff --git a/src/app/page.tsx b/src/app/page.tsx index 2544c9d..f32ec5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,9 +82,9 @@ export default function LuxuryDentistPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", name: "Smile Design", price: "Custom Plan", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif" }, - { id: "2", name: "Implant Care", price: "From $1,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif" }, - { id: "3", name: "Orthodontics", price: "From $900", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif" } + { id: "1", name: "Smile Design", price: "Transform your facial aesthetics with a smile tailored to your unique features and confidence.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif" }, + { id: "2", name: "Implant Care", price: "Restore functional longevity and comfort with permanent, natural-looking tooth replacement solutions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif" }, + { id: "3", name: "Orthodontics", price: "Align your smile comfortably with discreet treatments designed for optimal bite and lifelong health.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service3.avif" } ]} />