diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cbf40f..f6239ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,8 +140,8 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" containerClassName="max-w-7xl mx-auto px-6 py-20" - titleClassName="text-4xl md:text-5xl font-light mb-4" - descriptionClassName="text-lg text-[var(--foreground)] opacity-80 max-w-2xl mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-80 max-w-2xl mb-12" gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8" cardClassName="group rounded-lg overflow-hidden bg-[var(--card)] hover:shadow-xl transition-all" imageClassName="w-full h-72 object-cover group-hover:scale-105 transition-transform" @@ -187,8 +187,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-7xl mx-auto px-6 py-20" - titleClassName="text-4xl md:text-5xl font-light mb-4" - descriptionClassName="text-lg text-[var(--foreground)] opacity-80 max-w-2xl mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-80 max-w-2xl mb-12" gridClassName="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6" cardClassName="p-6 rounded-lg bg-[var(--card)] hover:shadow-lg transition-all" ratingClassName="flex gap-1 mb-4 text-yellow-500" @@ -261,8 +261,8 @@ export default function LandingPage() { } ]} containerClassName="max-w-7xl mx-auto px-6 py-20" - titleClassName="text-4xl md:text-5xl font-light mb-4" - descriptionClassName="text-lg text-[var(--foreground)] opacity-80 max-w-2xl mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-light mb-4" + textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-80 max-w-2xl mb-12" gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8" cardClassName="p-8 rounded-lg bg-[var(--card)] hover:shadow-xl transition-all group" planTitleClassName="text-2xl font-light text-[var(--foreground)] mb-2"