diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5225886..0acd2d9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Award, Star, Users } from "lucide-react";
+import { Award, Star, Users, CheckCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,17 +43,10 @@ export default function LandingPage() {
@@ -88,28 +66,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "General Dentistry",
- description: "Routine cleanings and comprehensive exams for lasting oral health.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg",
- buttonIcon: "CheckCircle",
+ title: "General Dentistry", description: "Routine cleanings and comprehensive exams for lasting oral health.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg", buttonIcon: CheckCircle,
},
{
- title: "Orthodontics",
- description: "Advanced straightening solutions including braces and clear aligners.",
- imageSrc: "http://img.b2bpic.net/free-photo/little-baby-girl-dentist-chair-children-dental_627829-9365.jpg",
- buttonIcon: "CheckCircle",
+ title: "Orthodontics", description: "Advanced straightening solutions including braces and clear aligners.", imageSrc: "http://img.b2bpic.net/free-photo/little-baby-girl-dentist-chair-children-dental_627829-9365.jpg", buttonIcon: CheckCircle,
},
{
- title: "Dental Implants",
- description: "High-quality tooth replacement solutions for a natural smile.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sits-chair-dentist-office-while-doctor-shows-her-something_8353-1654.jpg",
- buttonIcon: "CheckCircle",
+ title: "Dental Implants", description: "High-quality tooth replacement solutions for a natural smile.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sits-chair-dentist-office-while-doctor-shows-her-something_8353-1654.jpg", buttonIcon: CheckCircle,
},
{
- title: "Emergency Care",
- description: "Prompt attention for urgent dental pain and dental emergencies.",
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66999.jpg",
- buttonIcon: "CheckCircle",
+ title: "Emergency Care", description: "Prompt attention for urgent dental pain and dental emergencies.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66999.jpg", buttonIcon: CheckCircle,
},
]}
title="Comprehensive Dental Services"
@@ -123,24 +89,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- title: "Patients Served",
- value: "5000+",
- icon: Users,
- },
- {
- id: "m2",
- title: "Clinical Rating",
- value: "5.0",
- icon: Star,
- },
- {
- id: "m3",
- title: "Years Experience",
- value: "15+",
- icon: Award,
- },
+ { id: "m1", title: "Patients Served", value: "5000+", icon: Users },
+ { id: "m2", title: "Clinical Rating", value: "5.0", icon: Star },
+ { id: "m3", title: "Years Experience", value: "15+", icon: Award },
]}
title="Clinical Excellence"
description="Our statistics speak for our commitment to quality care."
@@ -151,31 +102,11 @@ export default function LandingPage() {
@@ -243,30 +148,10 @@ export default function LandingPage() {
logoText="Curewell Dental"
columns={[
{
- title: "Services",
- items: [
- {
- label: "Dentistry",
- href: "#features",
- },
- {
- label: "Orthodontics",
- href: "#features",
- },
- ],
+ title: "Services", items: [{ label: "Dentistry", href: "#features" }, { label: "Orthodontics", href: "#features" }],
},
{
- title: "Clinic",
- items: [
- {
- label: "About Us",
- href: "#about",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- ],
+ title: "Clinic", items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }],
},
]}
/>