From 0bcbf896a6d30511e22eea51a1c773019802d6a3 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 19 Jan 2026 13:08:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5da0b6c..488cd7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,8 +185,8 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground="noInvert" - titleClassName="text-3xl md:text-4xl font-bold leading-tight mb-3" - descriptionClassName="text-base leading-relaxed mb-8" + textBoxTitleClassName="text-3xl md:text-4xl font-bold leading-tight mb-3" + textBoxDescriptionClassName="text-base leading-relaxed mb-8" badgeClassName="text-xs font-semibold uppercase tracking-wide" priceClassName="text-3xl md:text-4xl font-bold mb-2" subtitleClassName="text-sm text-gray-600 mb-4" @@ -225,9 +225,9 @@ export default function LandingPage() { id: "6", name: "David Thompson", handle: "@dthompson", testimonial: "Enterprise-grade features at a reasonable price point. We evaluated several solutions, and Webild offered the best value for our large-scale operations.", imageSrc: "https://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageAlt: "David Thompson" } ]} - titleClassName="text-3xl md:text-4xl font-bold leading-tight mb-3" - descriptionClassName="text-base leading-relaxed mb-8" - tagClassName="text-sm font-semibold uppercase tracking-wide mb-4" + textBoxTitleClassName="text-3xl md:text-4xl font-bold leading-tight mb-3" + textBoxDescriptionClassName="text-base leading-relaxed mb-8" + textBoxTagClassName="text-sm font-semibold uppercase tracking-wide mb-4" testimonialClassName="text-base leading-relaxed" nameClassName="font-semibold text-sm" handleClassName="text-xs text-gray-500" -- 2.49.1