From 1241731356b688464e5f781a652b7655ffb2cbe2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:00:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d74184..c4237d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,8 +138,8 @@ export default function LandingPage() { carouselMode="buttons" buttons={[{ text: "Check Availability", href: "contact" }]} buttonAnimation="blur-reveal" - titleClassName="text-4xl font-bold mb-2" - descriptionClassName="text-lg leading-relaxed mb-8" + textBoxTitleClassName="text-4xl font-bold mb-2" + textBoxDescriptionClassName="text-lg leading-relaxed mb-8" cardClassName="bg-card rounded-xl shadow-md hover:shadow-lg transition-shadow" cardBrandClassName="text-xs font-semibold text-accent uppercase tracking-wide" cardNameClassName="text-xl font-bold text-foreground mt-2" @@ -176,8 +176,8 @@ export default function LandingPage() { ]} buttons={[{ text: "Learn More", href: "contact" }]} buttonAnimation="blur-reveal" - titleClassName="text-4xl font-bold mb-2" - descriptionClassName="text-lg leading-relaxed mb-8" + textBoxTitleClassName="text-4xl font-bold mb-2" + textBoxDescriptionClassName="text-lg leading-relaxed mb-8" cardClassName="bg-card rounded-xl p-6 text-center hover:shadow-md transition-shadow" stepNumberClassName="text-4xl font-bold text-accent mb-4" cardTitleClassName="text-xl font-bold text-foreground mb-2" @@ -217,8 +217,8 @@ export default function LandingPage() { id: "6", name: "James Wright", handle: "Long-term Guest, Canada", testimonial: "I stayed for two weeks and felt completely at home. The staff treated me like family. Coming back soon!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "James Wright" }, ]} - titleClassName="text-4xl font-bold mb-2" - descriptionClassName="text-lg leading-relaxed mb-8" + textBoxTitleClassName="text-4xl font-bold mb-2" + textBoxDescriptionClassName="text-lg leading-relaxed mb-8" cardClassName="bg-card rounded-xl p-6 shadow-md hover:shadow-lg transition-shadow" testimonialClassName="text-base leading-relaxed text-foreground italic mb-4" /> -- 2.49.1