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

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

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 CtaPricingSection(): React.JSX.Element {
return (
<div id="cta-pricing" data-webild-section="cta-pricing">
<SectionErrorBoundary name="cta-pricing">
<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>
);
}