Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5a92faca6 | |||
| f57e11039c | |||
| ab077c5f94 |
@@ -7,13 +7,10 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||||
import { Award, TrendingDown, Zap } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -47,7 +44,7 @@ export default function LandingPage() {
|
|||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="Compassionate Dental Care in Harrow"
|
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={[
|
kpis={[
|
||||||
{ value: "20+", label: "Years of Experience" },
|
{ value: "20+", label: "Years of Experience" },
|
||||||
{ value: "5k+", label: "Happy Patients" },
|
{ value: "5k+", label: "Happy Patients" },
|
||||||
@@ -66,7 +63,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Exceptional Dental Excellence"
|
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={[
|
bulletPoints={[
|
||||||
{ title: "Expert Staff", description: "Highly qualified dentists dedicated to your oral health." },
|
{ title: "Expert Staff", description: "Highly qualified dentists dedicated to your oral health." },
|
||||||
{ title: "Advanced Tech", description: "Utilizing the latest digital dentistry equipment." },
|
{ title: "Advanced Tech", description: "Utilizing the latest digital dentistry equipment." },
|
||||||
@@ -131,9 +128,9 @@ export default function LandingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
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: "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"
|
sideTitle="Frequently Asked Questions"
|
||||||
sideDescription="Answers to the common questions we receive about our dental care."
|
sideDescription="Answers to the common questions we receive about our dental care."
|
||||||
@@ -147,7 +144,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Ready to visit us?"
|
tag="Ready to visit us?"
|
||||||
title="Schedule Your Visit"
|
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>
|
</div>
|
||||||
|
|
||||||
@@ -156,7 +153,7 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{ title: "Surgery", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
|
{ title: "Surgery", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#features" }] },
|
||||||
{ title: "Info", items: [{ label: "Pricing", href: "#pricing" }, { label: "FAQ", href: "#faq" }] },
|
{ 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"
|
bottomLeftText="© 2024 Harrow Dental Surgery"
|
||||||
bottomRightText="All rights reserved."
|
bottomRightText="All rights reserved."
|
||||||
|
|||||||
Reference in New Issue
Block a user