Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-02-27 20:44:56 +00:00

View File

@@ -142,9 +142,7 @@ export default function LandingPage() {
animationType="slide-up"
className="py-16 lg:py-24"
containerClassName="max-w-6xl mx-auto px-6"
titleClassName="text-3xl lg:text-4xl font-bold tracking-tight mb-4"
textBoxDescriptionClassName="text-lg text-foreground/80 leading-relaxed mb-12"
tagClassName="inline-block px-3 py-1 rounded-full bg-accent/10 text-accent text-sm font-medium mb-6"
cardNameClassName="text-lg font-semibold text-foreground mt-6"
cardPriceClassName="text-accent font-medium text-sm mt-2"
/>
@@ -197,7 +195,7 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=1", imageAlt: "Sarah Johnson, homeowner"
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "Sarah Johnson, homeowner"
},
{
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/businessman-near-glass-building-looking-camera_23-2148308621.jpg", imageAlt: "Michael Chen, satisfied customer"
@@ -206,7 +204,7 @@ export default function LandingPage() {
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez, happy homeowner"
},
{
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg?_wi=2", imageAlt: "David Kim, verified customer"
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blonde-girl-tulle-skirt-having-fun-stairs-she-is-smiling-down_197531-617.jpg", imageAlt: "David Kim, verified customer"
}
]}
className="py-16 lg:py-24 bg-accent/5"
@@ -249,7 +247,6 @@ export default function LandingPage() {
containerClassName="max-w-6xl mx-auto px-6"
titleClassName="text-xl font-semibold text-foreground mt-4 mb-2"
textBoxDescriptionClassName="text-lg text-foreground/80 leading-relaxed mb-12"
tagClassName="inline-block px-3 py-1 rounded-full bg-accent/10 text-accent text-sm font-medium mb-6"
descriptionClassName="text-foreground/70 text-sm leading-relaxed"
/>
</div>