Switch to version 1: remove src/pages/HomePage/sections/CtaServices.tsx

This commit is contained in:
2026-06-16 08:16:04 +00:00
parent c5cfeb099c
commit 8b6ecb0ade

View File

@@ -1,24 +0,0 @@
import React from 'react';
import ContactCta from '@/components/sections/contact/ContactCta';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function CtaServicesSection(): React.JSX.Element {
return (
<div id="cta-services" data-webild-section="cta-services">
<SectionErrorBoundary name="cta-services">
<ContactCta
tag="Need Expert Dental Care?"
text="Book your consultation today and experience world-class dental care."
primaryButton={{
text: "Book Appointment",
href: "#appointment",
}}
secondaryButton={{
text: "WhatsApp Consultation",
href: "#whatsapp",
}}
/>
</SectionErrorBoundary>
</div>
);
}