From a085d8a4391f73cfd259dc840abc111cb9828812 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:11:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b9f389..4d24cd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,9 +124,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl mb-8" - tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-purple-100 text-purple-700 text-sm font-medium mb-4" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mb-8" + textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-purple-100 text-purple-700 text-sm font-medium mb-4" cardClassName="rounded-xl overflow-hidden bg-white border border-gray-200 hover:shadow-lg transition-shadow" cardTitleClassName="text-xl font-bold mt-4 px-4" cardDescriptionClassName="text-gray-600 text-sm mt-2 px-4 pb-4" @@ -163,9 +163,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl mb-8" - tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-purple-100 text-purple-700 text-sm font-medium mb-4" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mb-8" + textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-purple-100 text-purple-700 text-sm font-medium mb-4" cardClassName="rounded-xl overflow-hidden bg-white border border-gray-200 hover:shadow-lg transition-all" cardNameClassName="text-lg font-bold mt-4 px-4" cardPriceClassName="text-2xl font-bold text-purple-600 mt-2 px-4" @@ -190,9 +190,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl mb-8" - tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-purple-100 text-purple-700 text-sm font-medium mb-4" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mb-8" + textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-purple-100 text-purple-700 text-sm font-medium mb-4" cardClassName="rounded-xl p-6 bg-white border border-gray-200 text-center" iconContainerClassName="flex justify-center mb-4" iconClassName="text-purple-600 text-4xl" @@ -231,9 +231,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl mb-8" - tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-purple-100 text-purple-700 text-sm font-medium mb-4" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mb-8" + textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-purple-100 text-purple-700 text-sm font-medium mb-4" quoteCardClassName="rounded-xl p-6 bg-white border border-gray-200" testimonialTitleClassName="font-semibold text-purple-600 mb-2" quoteClassName="text-gray-700 italic mb-4" @@ -258,9 +258,9 @@ export default function LandingPage() { speed={40} showCard={true} containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" - titleClassName="text-4xl sm:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl mb-8" - tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-purple-100 text-purple-700 text-sm font-medium mb-4" + textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mb-8" + textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-purple-100 text-purple-700 text-sm font-medium mb-4" logoCardClassName="rounded-lg p-4 bg-white border border-gray-200 flex items-center justify-center" logoImageClassName="w-24 h-24 object-contain" /> -- 2.49.1