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"