Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 03:51:21 +00:00

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="smallMedium"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="shadow"
secondaryButtonStyle="glass"
@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroCentered
title="Expert Painting Services for Your Home"
description="Professional interior and exterior painting that transforms your space. Over 15 years of quality craftsmanship and attention to detail."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client 2" },
@@ -103,16 +103,16 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", handle: "Independence, MO", testimonial: "Marcos completely transformed our home with a fresh coat of paint. Professional, clean, and on time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"
id: "1", name: "Sarah Johnson", handle: "Independence, MO", testimonial: "Marcos completely transformed our home with a fresh coat of paint. Professional, clean, and on time. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", handle: "Independence, MO", testimonial: "Best exterior painting job we've had done. Attention to detail is incredible. Will definitely use again.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"
id: "2", name: "Michael Chen", handle: "Independence, MO", testimonial: "Best exterior painting job we've had done. Attention to detail is incredible. Will definitely use again.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", handle: "Independence, MO", testimonial: "Professional crew, fair pricing, and beautiful results. Can't ask for more. Thank you Marcos!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez"
id: "3", name: "Emily Rodriguez", handle: "Independence, MO", testimonial: "Professional crew, fair pricing, and beautiful results. Can't ask for more. Thank you Marcos!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", handle: "Independence, MO", testimonial: "Our deck looks brand new thanks to Marcos Painting. Expert refinishing work. Highly satisfied with the service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim"
id: "4", name: "David Kim", handle: "Independence, MO", testimonial: "Our deck looks brand new thanks to Marcos Painting. Expert refinishing work. Highly satisfied with the service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"
}
]}
/>