Merge version_1 into main #4

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

View File

@@ -177,6 +177,10 @@ export default function LandingPage() {
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8"
textBoxTitleClassName="text-4xl lg:text-5xl font-bold"
textBoxDescriptionClassName="text-lg opacity-85"
textBoxTagClassName="text-xs font-semibold uppercase tracking-wider text-orange-600 px-3 py-1 bg-orange-50 rounded-full"
textBoxButtonContainerClassName="flex flex-col gap-3"
textBoxButtonClassName="w-full px-6 py-3 rounded-xl font-semibold transition-all duration-300"
textBoxButtonTextClassName="font-semibold"
/>
</div>
@@ -229,6 +233,10 @@ export default function LandingPage() {
ratingClassName="flex gap-1 mb-3 text-orange-600"
textBoxTitleClassName="text-4xl lg:text-5xl font-bold"
textBoxDescriptionClassName="text-lg opacity-85"
textBoxTagClassName="text-xs font-semibold uppercase tracking-wider text-orange-600 px-3 py-1 bg-orange-50 rounded-full"
textBoxButtonContainerClassName="flex flex-col gap-3"
textBoxButtonClassName="w-full px-6 py-3 rounded-xl font-semibold transition-all duration-300"
textBoxButtonTextClassName="font-semibold"
/>
</div>
@@ -259,6 +267,10 @@ export default function LandingPage() {
logoTextClassName="text-sm font-semibold text-center opacity-70"
textBoxTitleClassName="text-3xl lg:text-4xl font-bold text-center mb-4"
textBoxDescriptionClassName="text-center text-base opacity-80 mb-12"
textBoxTagClassName="text-xs font-semibold uppercase tracking-wider text-orange-600 px-3 py-1 bg-orange-50 rounded-full"
textBoxButtonContainerClassName="flex flex-col gap-3"
textBoxButtonClassName="w-full px-6 py-3 rounded-xl font-semibold transition-all duration-300"
textBoxButtonTextClassName="font-semibold"
/>
</div>