Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-13 21:56:49 +00:00

View File

@@ -133,8 +133,8 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
containerClassName="max-w-6xl mx-auto px-4"
titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]"
descriptionClassName="text-lg text-[var(--foreground)] opacity-75"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]"
textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-75"
cardClassName="bg-[var(--card)] rounded-xl p-6 border border-[var(--accent)] border-opacity-20 hover:shadow-lg transition-shadow"
cardNameClassName="text-xl font-semibold text-[var(--foreground)] mt-4"
cardPriceClassName="text-2xl font-bold text-[var(--primary-cta)] mt-2"
@@ -195,8 +195,8 @@ export default function LandingPage() {
]}
showCard={true}
containerClassName="max-w-6xl mx-auto px-4"
titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]"
descriptionClassName="text-lg text-[var(--foreground)] opacity-75"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]"
textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-75"
logoCardClassName="bg-[var(--card)] p-6 rounded-xl border border-[var(--accent)] border-opacity-20"
/>
</div>
@@ -232,8 +232,8 @@ export default function LandingPage() {
}
]}
containerClassName="max-w-6xl mx-auto px-4"
titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]"
descriptionClassName="text-lg text-[var(--foreground)] opacity-75"
textBoxTitleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]"
textBoxDescriptionClassName="text-lg text-[var(--foreground)] opacity-75"
cardClassName="bg-[var(--card)] p-6 rounded-xl border border-[var(--accent)] border-opacity-20"
/>
</div>