From becc68e8fc9e67318e46e82b90abdd2e11cdf07f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:03:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69e69c9..6f3bba9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,6 +125,18 @@ export default function LandingPage() { tagsContainerClassName="flex flex-wrap gap-2 mb-4" tagClassName="bg-background-accent text-foreground px-3 py-1 rounded-full text-sm" authorClassName="text-sm text-foreground opacity-70 mb-3" + cardContentClassName="" + textBoxTitleClassName="" + textBoxDescriptionClassName="" + textBoxClassName="" + textBoxTagClassName="" + textBoxButtonContainerClassName="" + textBoxButtonClassName="" + textBoxButtonTextClassName="" + titleImageWrapperClassName="" + titleImageClassName="" + mediaWrapperClassName="" + mediaClassName="" /> @@ -172,6 +184,19 @@ export default function LandingPage() { companyClassName="text-sm text-foreground opacity-70 mb-2" roleClassName="text-sm text-foreground opacity-70" ratingClassName="text-primary-cta flex gap-1 mt-3" + textBoxTitleClassName="" + textBoxDescriptionClassName="" + textBoxTitleImageWrapperClassName="" + textBoxTitleImageClassName="" + gridClassName="" + carouselClassName="" + controlsClassName="" + textBoxClassName="" + textBoxTagClassName="" + textBoxButtonContainerClassName="" + textBoxButtonClassName="" + textBoxButtonTextClassName="" + overlayClassName="" /> -- 2.49.1