Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-14 09:19:53 +00:00

View File

@@ -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"
/>
</div>
@@ -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=""
/>
</div>