Update src/app/page.tsx

This commit is contained in:
2026-06-10 16:15:29 +00:00
parent e84eadcc8f
commit 4bb9a595d5

View File

@@ -77,15 +77,15 @@ export default function LuxuryDentistPage() {
products={[
{
id: "1", brand: "Cosmetic Enhancements", name: "Whitening & Veneers", price: "From $500", rating: 5,
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-letter-t_53876-63683.jpg", imageAlt: "Close-up of a patient's bright, whitened teeth after treatment"
reviewCount: "234", imageSrc: "https://img.b2bpic.net/premium-photo/person-smiling-brightly-showing-clean-white-teeth-healthy-pink-lips-while-pointing-finger-close-mouth-with-clear-skin-background_937679-107395.jpg?id=424771178", imageAlt: "Close-up of a patient's bright, whitened teeth after treatment"
},
{
id: "2", brand: "Restorative Solutions", name: "Implants & Crowns", price: "From $1,200", rating: 5,
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/grass-letter-n-alphabet-3d-design-isolated-transparent-background_169016-57417.jpg", imageAlt: "Detailed view of a dental implant model"
reviewCount: "312", imageSrc: "https://img.b2bpic.net/free-photo/nurse-practicing-layout-jaw-with-teeth_140725-7725.jpg?id=7607673", imageAlt: "Detailed view of a dental implant model"
},
{
id: "3", brand: "General & Preventative", name: "Check-ups & Cleanings", price: "From $800", rating: 5,
reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/grass-letter-alphabet-d-design-isolated-transparent-background_169016-57100.jpg", imageAlt: "Dentist performing a routine dental check-up on a patient"
reviewCount: "289", imageSrc: "https://img.b2bpic.net/free-photo/dentist-examining-female-patient-teeth_107420-65309.jpg?id=8403932", imageAlt: "Dentist performing a routine dental check-up on a patient"
}
]}
buttons={[
@@ -121,10 +121,10 @@ export default function LuxuryDentistPage() {
useInvertedBackground={true}
features={[
{
title: "Advanced Digital Dentistry", description: "Utilizing 3D imaging, laser dentistry, and intraoral cameras for precise diagnoses and minimally invasive treatments.", imageSrc: "http://img.b2bpic.net/free-photo/letter-u-made-green-grass-with-flowers-isolated-white_169016-56981.jpg"
title: "Advanced Digital Dentistry", description: "Utilizing 3D imaging, laser dentistry, and intraoral cameras for precise diagnoses and minimally invasive treatments.", imageSrc: "https://img.b2bpic.net/free-photo/dentist-examining-female-patient-with-tools_107420-65426.jpg?id=8404422"
},
{
title: "Gentle & Personalized Care", description: "Our compassionate team creates a relaxing environment, ensuring your comfort and addressing your concerns with personalized attention.", imageSrc: "http://img.b2bpic.net/free-photo/dripping-paint-letter-l_23-2148185102.jpg"
title: "Gentle & Personalized Care", description: "Our compassionate team creates a relaxing environment, ensuring your comfort and addressing your concerns with personalized attention.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-young-man-sitting-dentist-chair-while-doctor-examining-his-teeth_158595-7733.jpg?id=18850197"
}
]}
/>
@@ -169,7 +169,7 @@ export default function LuxuryDentistPage() {
description="Reach out today to schedule your consultation. We look forward to welcoming you to the Divine Dental family."
background={{ variant: "plain" }}
useInvertedBackground={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dyz7xt"
imageSrc="https://img.b2bpic.net/premium-photo/close-up-beautiful-smile-with-perfect-white-teeth-healthy-lips_494250-260573.jpg?id=416816818"
imageAlt="Close-up of a friendly dental hygienist interacting with a patient"
mediaPosition="right"
mediaAnimation="slide-up"