diff --git a/src/app/page.tsx b/src/app/page.tsx index ed0f0ce..33fd6e8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,8 +130,8 @@ export default function LandingPage() { containerClassName="py-20" titleClassName="text-4xl font-bold text-foreground" descriptionClassName="text-lg text-foreground/75" - textBoxTitleClassName="text-xl font-semibold text-foreground" - textBoxDescriptionClassName="text-base text-foreground/70" + cardTitleClassName="text-xl font-semibold text-foreground" + cardDescriptionClassName="text-base text-foreground/70" /> @@ -163,8 +163,8 @@ export default function LandingPage() { containerClassName="py-20" titleClassName="text-4xl font-bold text-foreground" descriptionClassName="text-lg text-foreground/75" - textBoxTitleClassName="text-lg font-semibold text-foreground" - textBoxDescriptionClassName="text-primary-cta font-bold" + cardNameClassName="text-lg font-semibold text-foreground" + cardPriceClassName="text-primary-cta font-bold" /> @@ -226,8 +226,8 @@ export default function LandingPage() { useInvertedBackground={false} ariaLabel="Metrics section showcasing restaurant achievements" containerClassName="py-20" - titleClassName="text-4xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/75" + textBoxTitleClassName="text-4xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/75" valueClassName="text-3xl font-bold text-primary-cta" metricDescriptionClassName="text-base text-foreground/70" />