Merge version_3 into main #2
@@ -7,13 +7,10 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Award, TrendingDown, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -47,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
background={{ variant: "plain" }}
|
||||
title="Compassionate Dental Care in Harrow"
|
||||
description="We offer premium dental services including preventative care, cosmetic dentistry, and emergency treatments to keep your smile healthy and radiant."
|
||||
description="We offer premium dental services including preventative care, cosmetic dentistry, and emergency treatments to keep your smile healthy and radiant. For urgent enquiries, please call 02088632500."
|
||||
kpis={[
|
||||
{ value: "20+", label: "Years of Experience" },
|
||||
{ value: "5k+", label: "Happy Patients" },
|
||||
@@ -66,7 +63,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Exceptional Dental Excellence"
|
||||
description="At Harrow Dental Surgery, we pride ourselves on providing high-quality, patient-centered care in a comfortable, modern environment."
|
||||
description="At Harrow Dental Surgery, we pride ourselves on providing high-quality, patient-centered care in a comfortable, modern environment. Reach us at 02088632500 for any questions."
|
||||
bulletPoints={[
|
||||
{ title: "Expert Staff", description: "Highly qualified dentists dedicated to your oral health." },
|
||||
{ title: "Advanced Tech", description: "Utilizing the latest digital dentistry equipment." },
|
||||
@@ -131,9 +128,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "q1", title: "How do I book an emergency appointment?", content: "Call us immediately and we will prioritize your treatment." },
|
||||
{ id: "q1", title: "How do I book an emergency appointment?", content: "Call us immediately at 02088632500 and we will prioritize your treatment." },
|
||||
{ id: "q2", title: "Do you offer payment plans?", content: "Yes, we offer flexible finance options for treatments." },
|
||||
{ id: "q3", title: "Are you taking new NHS patients?", content: "Please contact us to check current availability for new patients." },
|
||||
{ id: "q3", title: "Are you taking new NHS patients?", content: "Please contact us at 02088632500 to check current availability for new patients." },
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Answers to the common questions we receive about our dental care."
|
||||
@@ -147,7 +144,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="Ready to visit us?"
|
||||
title="Schedule Your Visit"
|
||||
description="We are conveniently located in Harrow. Book your appointment with our team today."
|
||||
description="We are conveniently located in Harrow. Book your appointment with our team today or call 02088632500."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -156,7 +153,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{ title: "Surgery", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
|
||||
{ title: "Info", items: [{ label: "Pricing", href: "#pricing" }, { label: "FAQ", href: "#faq" }] },
|
||||
{ title: "Contact", items: [{ label: "Find us", href: "#contact" }, { label: "Emergency", href: "#contact" }] },
|
||||
{ title: "Contact", items: [{ label: "Phone: 02088632500", href: "tel:02088632500" }, { label: "Find us", href: "#contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 Harrow Dental Surgery"
|
||||
bottomRightText="All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user