Merge version_1 into main #9

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

View File

@@ -116,11 +116,10 @@ export default function LandingPage() {
ariaLabel="Services section"
className="py-20"
containerClassName="max-w-6xl mx-auto"
titleClassName="text-4xl font-bold text-foreground mb-4"
cardTitleClassName="text-2xl font-bold text-foreground mb-2"
descriptionClassName="text-lg text-foreground opacity-80 mb-12"
cardClassName="bg-card border border-accent rounded-lg overflow-hidden hover:shadow-lg transition-shadow"
textBoxClassName="p-6"
cardTitleClassName="text-2xl font-bold text-foreground mb-2"
cardDescriptionClassName="text-foreground opacity-85 mb-4"
tagsContainerClassName="flex flex-wrap gap-2 mb-4"
tagClassName="bg-background-accent text-foreground px-3 py-1 rounded-full text-sm"
@@ -128,7 +127,6 @@ export default function LandingPage() {
cardContentClassName=""
textBoxTitleClassName=""
textBoxDescriptionClassName=""
textBoxClassName=""
textBoxTagClassName=""
textBoxButtonContainerClassName=""
textBoxButtonClassName=""
@@ -176,8 +174,6 @@ export default function LandingPage() {
ariaLabel="Testimonials section"
className="py-20 bg-background"
containerClassName="max-w-6xl mx-auto px-4"
titleClassName="text-4xl font-bold text-foreground mb-4 text-center"
descriptionClassName="text-lg text-foreground opacity-80 text-center mb-12"
cardClassName="bg-card border border-accent rounded-lg p-6 hover:shadow-lg transition-shadow"
imageClassName="w-16 h-16 rounded-full object-cover mb-4"
nameClassName="text-lg font-bold text-foreground mb-1"