diff --git a/src/app/page.tsx b/src/app/page.tsx index b343fa2..eda4e5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,8 +109,8 @@ export default function LandingPage() { } ]} containerClassName="py-16" - titleClassName="text-4xl font-bold mb-4" - descriptionClassName="text-lg opacity-85 mb-12" + textBoxTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg opacity-85 mb-12" /> @@ -131,8 +131,8 @@ export default function LandingPage() { { id: "authentic", icon: Award, title: "Authentic Recipes", value: "Timeless" } ]} containerClassName="py-16" - titleClassName="text-4xl font-bold mb-4" - descriptionClassName="text-lg opacity-85 mb-12" + textBoxTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg opacity-85 mb-12" /> @@ -174,8 +174,8 @@ export default function LandingPage() { } ]} containerClassName="py-16" - titleClassName="text-4xl font-bold mb-4" - descriptionClassName="text-lg opacity-85 mb-12" + textBoxTitleClassName="text-4xl font-bold mb-4" + textBoxDescriptionClassName="text-lg opacity-85 mb-12" />