From 89a1a4e98cb18709a3c189ab98d217ddc38a1995 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:48:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c101e5..467cc00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,8 +122,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} animationType="slide-up" - titleClassName="text-4xl md:text-5xl font-extrabold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl" + cardTitleClassName="text-4xl md:text-5xl font-extrabold mb-4" + cardDescriptionClassName="text-lg text-gray-600 max-w-2xl" /> @@ -160,8 +160,8 @@ export default function LandingPage() { buttons: [{ text: "Book Now", href: "#contact" }] } ]} - titleClassName="text-4xl md:text-5xl font-extrabold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl" /> @@ -202,8 +202,8 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cv6fgn", imageAlt: "lawyer woman professional portrait" } ]} - titleClassName="text-4xl md:text-5xl font-extrabold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl" /> @@ -237,8 +237,8 @@ export default function LandingPage() { id: "faq-6", title: "What is your cancellation policy?", content: "We understand life happens. We offer free cancellations up to 48 hours before your appointment. For cancellations within 48 hours, a 50% session fee applies. We're happy to reschedule you at a time that works better for your schedule." } ]} - titleClassName="text-4xl md:text-5xl font-extrabold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl" /> -- 2.49.1