Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-05-06 06:00:33 +00:00

View File

@@ -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" }
]}
/>
</div>