diff --git a/src/app/page.tsx b/src/app/page.tsx index 98613e2..f110afc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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."