From a42767d2c2488aff535cfcafc5d81a74264ff9bb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:19:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86acc92..107a2a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,6 +130,7 @@ export default function LandingPage() { containerClassName="py-20" titleClassName="text-4xl font-bold text-foreground" descriptionClassName="text-lg text-foreground/75" + cardTitleClassName="text-xl font-semibold text-foreground" cardDescriptionClassName="text-base text-foreground/70" /> @@ -164,6 +165,17 @@ export default function LandingPage() { descriptionClassName="text-lg text-foreground/75" cardNameClassName="text-lg font-semibold text-foreground" cardPriceClassName="text-primary-cta font-bold" + imageClassName="" + textBoxTitleClassName="" + textBoxDescriptionClassName="" + gridClassName="" + carouselClassName="" + controlsClassName="" + textBoxClassName="" + textBoxTagClassName="" + textBoxButtonContainerClassName="" + textBoxButtonClassName="" + textBoxButtonTextClassName="" /> -- 2.49.1