diff --git a/src/app/page.tsx b/src/app/page.tsx
index 075c1ea..7901b09 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,15 +3,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
-import ContactText from '@/components/sections/contact/ContactText';
-import FaqSplitText from '@/components/sections/faq/FaqSplitText';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Shield } from "lucide-react";
+import { Shield, Phone, MapPin, CalendarDays } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,90 +31,25 @@ export default function LandingPage() {
@@ -123,34 +58,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Teeth Cleaning",
- description: "Professional removal of plaque and tartar for a healthier smile.",
- imageSrc: "http://img.b2bpic.net/free-photo/curly-woman-cares-about-teeth-holds-dental-floss-surrounded-by-toothpaste-brushes_273609-37071.jpg",
- },
- {
- title: "Teeth Whitening",
- description: "Get a brighter, whiter smile with our safe and effective treatments.",
- imageSrc: "http://img.b2bpic.net/free-photo/dental-health-hygiene-concept-dark-skinned-curly-woman-closes-eyes-shows-white-healthy-teeth-holds-two-tooth-brushes-enjoys-morning-routine-stands-indoor-against-purple-wall_273609-42646.jpg",
- },
- {
- title: "Braces",
- description: "Correct your bite and alignment with modern orthodontic solutions.",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-woman-cleans-teeth-with-electric-toothbrush-undergoes-morning-dental-hygiene-holds-glass-mouthwash-dressed-casually-isolated-blue-background-stomatology-concept_273609-60921.jpg",
- },
- {
- title: "Root Canal",
- description: "Painless treatment to save infected teeth and restore health.",
- imageSrc: "http://img.b2bpic.net/free-photo/calm-attractive-guy-cleaning-his-teeth-with-toothbrush_259150-57699.jpg",
- },
- {
- title: "Dental Implants",
- description: "Durable and natural-looking replacement for missing teeth.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053276.jpg",
- },
+ { title: "Teeth Cleaning", description: "Professional removal of plaque and tartar.", imageSrc: "http://img.b2bpic.net/free-photo/curly-woman-cares-about-teeth-holds-dental-floss-surrounded-by-toothpaste-brushes_273609-37071.jpg" },
+ { title: "Teeth Whitening", description: "Brighter, whiter smile with safe treatments.", imageSrc: "http://img.b2bpic.net/free-photo/dental-health-hygiene-concept-dark-skinned-curly-woman-closes-eyes-shows-white-healthy-teeth-holds-two-tooth-brushes-enjoys-morning-routine-stands-indoor-against-purple-wall_273609-42646.jpg" },
+ { title: "Braces", description: "Modern orthodontic alignment solutions.", imageSrc: "http://img.b2bpic.net/free-photo/photo-curly-haired-woman-cleans-teeth-with-electric-toothbrush-undergoes-morning-dental-hygiene-holds-glass-mouthwash-dressed-casually-isolated-blue-background-stomatology-concept_273609-60921.jpg" },
]}
title="Our Professional Services"
- description="We offer a comprehensive range of treatments to maintain your oral health and aesthetics."
+ description="We offer a comprehensive range of treatments to maintain your oral health."
+ buttons={[{ text: "Book Consultation", href: "#contact" }]}
/>
@@ -159,188 +73,53 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="About Us"
title="Expertise Meets Compassionate Care"
- description="Unicare Dental Clinic stands for professionalism, trust, and patient-centric care. Our team of certified dentists is dedicated to using the latest technology to ensure a pain-free, comfortable experience for every patient."
- subdescription="With years of experience in high-quality dental care, we make sure every patient feels safe and confident."
+ description="Unicare Dental Clinic stands for professionalism, trust, and patient-centric care. Our team of certified dentists is dedicated to using the latest technology to ensure a pain-free experience."
+ subdescription="Your smile is our passion."
icon={Shield}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CPDG8gHx8Mgrochwp9Sy50B0MQ/uploaded-1776278372735-3m2kihzw.jpg"
- mediaAnimation="slide-up"
- />
-
-
-
-
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file