diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8dd5996..07aa238 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
@@ -60,60 +50,37 @@ export default function LandingPage() {
@@ -125,19 +92,13 @@ export default function LandingPage() {
metrics={[
{
icon: CheckCircle,
- label: "Years Experience",
- value: "25+",
- },
+ label: "Years Experience", value: "25+"},
{
icon: Award,
- label: "Happy Patients",
- value: "2k+",
- },
+ label: "Happy Patients", value: "2k+"},
{
icon: Star,
- label: "Google Rating",
- value: "4.9",
- },
+ label: "Google Rating", value: "4.9"},
]}
metricsAnimation="slide-up"
/>
@@ -151,20 +112,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Cosmetic Dentistry",
- description: "Achieve the smile you've always dreamed of with our advanced whitening and porcelain veneers.",
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7893.jpg",
- },
+ title: "Cosmetic Dentistry", description: "Achieve the smile you've always dreamed of with our advanced whitening and porcelain veneers.", imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-casual-hipster-summer-clothes_158538-7893.jpg"},
{
- title: "Digital Diagnostics",
- description: "Utilizing the latest digital imaging technology for safer and more accurate dental diagnostics.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443488.jpg",
- },
+ title: "Digital Diagnostics", description: "Utilizing the latest digital imaging technology for safer and more accurate dental diagnostics.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443488.jpg"},
{
- title: "Restorative Care",
- description: "High-quality implants and crowns designed to look, feel, and function like natural teeth.",
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-66993.jpg",
- },
+ title: "Restorative Care", description: "High-quality implants and crowns designed to look, feel, and function like natural teeth.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-work-young-woman-dentist-treating-kid-tooth-dentistry-concept_169016-66993.jpg"},
]}
title="Comprehensive Dental Services"
description="From routine check-ups to advanced cosmetic procedures, we offer a full spectrum of dental treatments tailored to your unique needs."
@@ -178,26 +130,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "98%",
- title: "Treatment Success",
- description: "Outstanding results across all restorative and cosmetic procedures.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-protective-glove_23-2149164346.jpg",
- },
+ id: "m1", value: "98%", title: "Treatment Success", description: "Outstanding results across all restorative and cosmetic procedures.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-protective-glove_23-2149164346.jpg"},
{
- id: "m2",
- value: "24/7",
- title: "Support Available",
- description: "Always here to answer your dental emergencies and questions.",
- imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-nurse-holding-digital-tablet-with-tooth-radiography-screen-explaining-sick-man-stomatology-treatment-prevent-toothache-patient-sitting-dental-chair-modern-dentistry-office_482257-28133.jpg",
- },
+ id: "m2", value: "24/7", title: "Support Available", description: "Always here to answer your dental emergencies and questions.", imageSrc: "http://img.b2bpic.net/free-photo/orthodontist-nurse-holding-digital-tablet-with-tooth-radiography-screen-explaining-sick-man-stomatology-treatment-prevent-toothache-patient-sitting-dental-chair-modern-dentistry-office_482257-28133.jpg"},
{
- id: "m3",
- value: "100%",
- title: "Sterility Standards",
- description: "Highest level of cleanliness and safety for every visit.",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tooth-made-sugar-blue-background_169016-24457.jpg",
- },
+ id: "m3", value: "100%", title: "Sterility Standards", description: "Highest level of cleanliness and safety for every visit.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tooth-made-sugar-blue-background_169016-24457.jpg"},
]}
title="Why Choose Us"
description="Our practice blends modern technology with a warm, caring touch to provide the best outcomes for our patients."
@@ -212,23 +149,11 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
- id: "mem1",
- name: "Dr. Sarah Miller",
- role: "Lead Dentist",
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-standing-clinic_107420-65269.jpg",
- },
+ id: "mem1", name: "Dr. Sarah Miller", role: "Lead Dentist", imageSrc: "http://img.b2bpic.net/free-photo/dentist-standing-clinic_107420-65269.jpg"},
{
- id: "mem2",
- name: "Dr. James Chen",
- role: "Orthodontist",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-doctor-wearing-medical-robe-looking-isolated_141793-68706.jpg",
- },
+ id: "mem2", name: "Dr. James Chen", role: "Orthodontist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-doctor-wearing-medical-robe-looking-isolated_141793-68706.jpg"},
{
- id: "mem3",
- name: "Anna Smith, RDH",
- role: "Hygienist",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_23-2148396154.jpg",
- },
+ id: "mem3", name: "Anna Smith, RDH", role: "Hygienist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_23-2148396154.jpg"},
]}
title="Meet Our Experts"
description="Our dedicated dental professionals are committed to making your experience comfortable and efficient."
@@ -243,45 +168,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah Johnson",
- role: "Teacher",
- company: "Local School",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg",
- },
+ id: "1", name: "Sarah Johnson", role: "Teacher", company: "Local School", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-office-smiling_23-2148338134.jpg"},
{
- id: "2",
- name: "Michael Chen",
- role: "Engineer",
- company: "Tech Firm",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-with-curly-hair-green-t-shirt-pointing-aside-with-thumb-looking-joyous-front-view_176474-112415.jpg",
- },
+ id: "2", name: "Michael Chen", role: "Engineer", company: "Tech Firm", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/blonde-lady-with-curly-hair-green-t-shirt-pointing-aside-with-thumb-looking-joyous-front-view_176474-112415.jpg"},
{
- id: "3",
- name: "Emily Rodriguez",
- role: "Designer",
- company: "Creative Agency",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg",
- },
+ id: "3", name: "Emily Rodriguez", role: "Designer", company: "Creative Agency", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg"},
{
- id: "4",
- name: "David Kim",
- role: "Entrepreneur",
- company: "Startup",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28566.jpg",
- },
+ id: "4", name: "David Kim", role: "Entrepreneur", company: "Startup", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28566.jpg"},
{
- id: "5",
- name: "Linda White",
- role: "Writer",
- company: "Author",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cheerful-young-european-woman-dressed-formal-white-blouse-wears-round-spectacles-leans-forward-has-upbeat-mood-isolated-blue-studio-background-happy-emotions-concept_273609-60497.jpg",
- },
+ id: "5", name: "Linda White", role: "Writer", company: "Author", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-cheerful-young-european-woman-dressed-formal-white-blouse-wears-round-spectacles-leans-forward-has-upbeat-mood-isolated-blue-studio-background-happy-emotions-concept_273609-60497.jpg"},
]}
title="Patient Stories"
description="Hear what our patients have to say about their experience at 7 Oaks Dental Centre."
@@ -294,25 +194,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "f1",
- title: "Do you accept insurance?",
- content: "Yes, we work with most major insurance providers.",
- },
+ id: "f1", title: "Do you accept insurance?", content: "Yes, we work with most major insurance providers. Our team is happy to assist you with all claim paperwork to ensure a stress-free experience."},
{
- id: "f2",
- title: "What are your payment options?",
- content: "We offer flexible financing and payment plans.",
- },
+ id: "f2", title: "What are your payment options?", content: "We offer flexible financing and payment plans, and we handle all the necessary paperwork for your claims so you can focus on your smile."},
{
- id: "f3",
- title: "How often should I visit?",
- content: "We recommend a routine check-up every 6 months.",
- },
+ id: "f3", title: "How often should I visit?", content: "We recommend a routine check-up every 6 months."},
{
- id: "f4",
- title: "Is parking available?",
- content: "We have convenient on-site parking for patients.",
- },
+ id: "f4", title: "Is parking available?", content: "We have convenient on-site parking for patients."},
]}
title="Frequently Asked Questions"
description="Everything you need to know about your next visit to our practice."
@@ -324,8 +212,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file