Merge version_1 into main #5

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

View File

@@ -180,7 +180,6 @@ export default function LandingPage() {
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>
@@ -231,12 +230,6 @@ export default function LandingPage() {
nameClassName="font-bold text-lg"
handleClassName="text-sm opacity-70"
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>
@@ -265,12 +258,6 @@ export default function LandingPage() {
logoCardClassName="flex items-center justify-center px-6 py-4 bg-white border border-orange-100 rounded-xl flex-shrink-0"
logoImageClassName="h-8 w-auto opacity-80 hover:opacity-100 transition-opacity"
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>