Update src/app/page.tsx

This commit is contained in:
2026-03-12 21:42:36 +00:00
parent c139339544
commit 0081dfeb5e

View File

@@ -102,23 +102,23 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient_107420-65393.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient_107420-65393.jpg?_wi=1",
imageAlt: "Modern dental office interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66923.jpg?_wi=1",
imageAlt: "Professional dental cleaning",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-chair-office_1303-21028.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-chair-office_1303-21028.jpg?_wi=1",
imageAlt: "Teeth whitening service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206230.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206230.jpg?_wi=1",
imageAlt: "Dental implants procedure",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-girl-with-glasses-braces_169016-51974.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-girl-with-glasses-braces_169016-51974.jpg?_wi=1",
imageAlt: "Orthodontics treatment",
},
]}
@@ -136,7 +136,7 @@ export default function HomePage() {
{
title: "Professional Cleaning",
description: "Expert dental hygiene and professional cleaning for optimal oral health and fresh breath.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66923.jpg?_wi=2",
imageAlt: "Professional dental cleaning",
buttonIcon: ArrowRight,
buttonHref: "/booking",
@@ -144,7 +144,7 @@ export default function HomePage() {
{
title: "Teeth Whitening",
description: "Advanced whitening treatments to brighten your smile and boost your confidence.",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-chair-office_1303-21028.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-sitting-chair-office_1303-21028.jpg?_wi=2",
imageAlt: "Teeth whitening service",
buttonIcon: ArrowRight,
buttonHref: "/booking",
@@ -152,7 +152,7 @@ export default function HomePage() {
{
title: "Dental Implants",
description: "Modern implant solutions for replacing missing teeth with natural-looking, permanent results.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206230.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-doing-check-up-patient_23-2149206230.jpg?_wi=2",
imageAlt: "Dental implants procedure",
buttonIcon: ArrowRight,
buttonHref: "/booking",
@@ -160,7 +160,7 @@ export default function HomePage() {
{
title: "Orthodontics",
description: "Professional braces and alignment treatments to perfect your smile for all ages.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-girl-with-glasses-braces_169016-51974.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-teenage-girl-with-glasses-braces_169016-51974.jpg?_wi=2",
imageAlt: "Orthodontics treatment",
buttonIcon: ArrowRight,
buttonHref: "/booking",
@@ -168,7 +168,7 @@ export default function HomePage() {
{
title: "Root Canal Treatment",
description: "Expert endodontic treatment to save your tooth and eliminate pain and infection.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66923.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66923.jpg?_wi=3",
imageAlt: "Root canal treatment",
buttonIcon: ArrowRight,
buttonHref: "/booking",
@@ -176,7 +176,7 @@ export default function HomePage() {
{
title: "Emergency Dental Care",
description: "Prompt, professional emergency dental services available when you need us most.",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient_107420-65393.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient_107420-65393.jpg?_wi=2",
imageAlt: "Emergency dental care",
buttonIcon: ArrowRight,
buttonHref: "/booking",
@@ -304,7 +304,7 @@ export default function HomePage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/computer-screen-showing-financial-information-office-workspace_53876-16526.jpg"
imageSrc="http://img.b2bpic.net/free-photo/computer-screen-showing-financial-information-office-workspace_53876-16526.jpg?_wi=1"
imageAlt="AJ Dental Clinic contact information"
mediaAnimation="slide-up"
mediaPosition="right"