diff --git a/src/app/page.tsx b/src/app/page.tsx index a5d9402..1074298 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -106,21 +107,17 @@ export default function LandingPage() {
-
@@ -144,7 +141,7 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="Get in touch" title="Schedule Your Same-Day Appointment" - description="Send a request for a same-day appointment and our team will get back to you immediately." + description="Book your spot today and ensure your documents are authenticated without delay." mediaAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/close-up-executive-signing-agreement_1098-2041.jpg" /> @@ -160,4 +157,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}