diff --git a/src/app/page.tsx b/src/app/page.tsx
index 92c2285..2bedc14 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -62,99 +47,46 @@ export default function LandingPage() {
logoText="Luxury Dentistry Designed Around Your Perfect Smile"
description="Elara Rose blends advanced cosmetic dentistry with a refined luxury experience to create confident, radiant smiles."
buttons={[
- {
- text: "Book Consultation",
- href: "#contact",
- },
- {
- text: "View Smile Transformations",
- href: "#gallery",
- },
+ { text: "Book Consultation", href: "#contact" },
+ { text: "View Smile Transformations", href: "#gallery" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg?_wi=1",
- imageAlt: "luxury clinic interior",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67127.jpg?_wi=1",
- imageAlt: "elegant smiling woman",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/happy-male-dentist-holding-big-teeth-model-clinic_23-2147879129.jpg?_wi=1",
- imageAlt: "modern dental treatment room",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-woman-daydreams-with-closed-eyes-smiles-toothily-keeps-palms-near-face-recalls-lovely-moment-feels-glad-poses-indoor-people-pleasant-feelings-emotions-concept_273609-58258.jpg",
- imageAlt: "perfect white smile",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292845.jpg",
- imageAlt: "patient experience clinic",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/medical-instruments_1157-18593.jpg",
- imageAlt: "advanced dental equipment",
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/winter-season-lodging-entrance_482257-103218.jpg", imageAlt: "luxury clinic interior" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-mask-dentistry-concept-dental-treatment_169016-67127.jpg", imageAlt: "elegant smiling woman" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/happy-male-dentist-holding-big-teeth-model-clinic_23-2147879129.jpg", imageAlt: "modern dental treatment room" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-woman-daydreams-with-closed-eyes-smiles-toothily-keeps-palms-near-face-recalls-lovely-moment-feels-glad-poses-indoor-people-pleasant-feelings-emotions-concept_273609-58258.jpg", imageAlt: "perfect white smile" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149292845.jpg", imageAlt: "patient experience clinic" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/medical-instruments_1157-18593.jpg", imageAlt: "advanced dental equipment" },
]}
/>
@@ -331,19 +179,11 @@ export default function LandingPage() {
@@ -354,24 +194,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "c1",
- icon: MapPin,
- title: "Location",
- value: "Beverly Hills, CA",
- },
- {
- id: "c2",
- icon: Phone,
- title: "Phone",
- value: "(555) 0123",
- },
- {
- id: "c3",
- icon: Clock,
- title: "Mon-Fri",
- value: "9AM - 6PM",
- },
+ { id: "c1", icon: MapPin, title: "Location", value: "Beverly Hills, CA" },
+ { id: "c2", icon: Phone, title: "Phone", value: "(555) 0123" },
+ { id: "c3", icon: Clock, title: "Mon-Fri", value: "9AM - 6PM" },
]}
title="Visit Us"
description="Centrally located in Beverly Hills."
@@ -382,54 +207,24 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file