From 2d839364b364a3be3b50b78b7e834d8e7df58d81 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 02:49:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) 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 +} -- 2.49.1