diff --git a/src/app/page.tsx b/src/app/page.tsx index f8f130c..6719c7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,8 +103,8 @@ export default function LandingPage() { className="w-full" containerClassName="py-20 md:py-32" cardClassName="bg-[#1a1a1a] border border-[#2a2a2a]" - titleClassName="text-5xl md:text-6xl font-black tracking-tight" - descriptionClassName="text-base md:text-lg font-light text-gray-300" + textBoxTitleClassName="text-5xl md:text-6xl font-black tracking-tight" + textBoxDescriptionClassName="text-base md:text-lg font-light text-gray-300" /> @@ -162,8 +162,8 @@ export default function LandingPage() { className="w-full" containerClassName="py-20 md:py-32" cardClassName="bg-[#1a1a1a] border border-[#2a2a2a] backdrop-blur" - titleClassName="text-5xl md:text-6xl font-black tracking-tight" - descriptionClassName="text-lg font-light text-gray-300" + textBoxTitleClassName="text-5xl md:text-6xl font-black tracking-tight" + textBoxDescriptionClassName="text-lg font-light text-gray-300" /> @@ -201,8 +201,8 @@ export default function LandingPage() { ariaLabel="Testimonials section" className="w-full" containerClassName="py-20 md:py-32" - titleClassName="text-5xl md:text-6xl font-black tracking-tight" - descriptionClassName="text-lg font-light text-gray-300" + textBoxTitleClassName="text-5xl md:text-6xl font-black tracking-tight" + textBoxDescriptionClassName="text-lg font-light text-gray-300" />