diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0bda081..6251b67 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,14 @@ export default function LandingPage() {
@@ -61,17 +49,11 @@ export default function LandingPage() {
logoText="Ohio Cosmetic Dentists"
description="Providing exceptional, compassionate cosmetic dental care in Columbus, OH. Join our family of happy, confident patients today."
buttons={[
- {
- text: "Book an Appointment",
- href: "#contact",
- },
- {
- text: "View Services",
- href: "#services",
- },
+ { text: "Book an Appointment", href: "#contact" },
+ { text: "View Services", href: "#services" }
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/female-doctor-standing-holding-box_107420-73955.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/female-doctor-standing-holding-box_107420-73955.jpg"
imageAlt="Modern dental clinic hero shot"
/>
@@ -80,25 +62,12 @@ export default function LandingPage() {
@@ -110,20 +79,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Advanced Implants",
- description: "High-quality jaw bone restoration and implant procedures for a complete smile.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg",
+ title: "Advanced Implants", description: "High-quality jaw bone restoration and implant procedures for a complete smile.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg", imageAlt: "Advanced Implants"
},
{
- title: "Cosmetic Restoration",
- description: "Professional crown replacements and aesthetic refinements tailored to you.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-caucasian-woman-walking-outdoors_171337-10293.jpg",
+ title: "Cosmetic Restoration", description: "Professional crown replacements and aesthetic refinements tailored to you.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-caucasian-woman-walking-outdoors_171337-10293.jpg", imageAlt: "Cosmetic Restoration"
},
{
- title: "Comprehensive Care",
- description: "Expert dental treatments to alleviate fear and ensure long-term oral health.",
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-equipment_23-2148105073.jpg",
- },
+ title: "Comprehensive Care", description: "Expert dental treatments to alleviate fear and ensure long-term oral health.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-equipment_23-2148105073.jpg", imageAlt: "Comprehensive Care"
+ }
]}
title="Our Specialized Services"
description="We offer a comprehensive range of advanced dental treatments using modern technology to restore your smile."
@@ -134,29 +97,18 @@ export default function LandingPage() {
@@ -292,14 +195,8 @@ export default function LandingPage() {