Switch to version 1: remove src/pages/HomePage/sections/CtaTestimonials.tsx
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
import React from 'react';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function CtaTestimonialsSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="cta-testimonials" data-webild-section="cta-testimonials">
|
||||
<SectionErrorBoundary name="cta-testimonials">
|
||||
<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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user