Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1165ba621f | |||
| a7182cfe1b |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user