Merge version_1 into main #1

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

View File

@@ -62,9 +62,11 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/master-painting-piece-wood-atelier-high-quality-photo_114579-12207.jpg", imageAlt: "Professional interior painting service"},
imageSrc: "http://img.b2bpic.net/free-photo/master-painting-piece-wood-atelier-high-quality-photo_114579-12207.jpg", imageAlt: "Professional interior painting service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-blue-accent-wall_23-2151995376.jpg", imageAlt: "Expert exterior house painting"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-living-room-with-blue-accent-wall_23-2151995376.jpg", imageAlt: "Expert exterior house painting"
},
]}
mediaAnimation="slide-up"
rating={5}
@@ -86,6 +88,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/side-view-men-working-with-masks_23-2148751983.jpg"
imageAlt="Professional painting team"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -148,13 +151,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Maria Rodriguez", role: "Homeowner", testimonial: "Camacho Painting transformed our entire home. The attention to detail was incredible, and the team was professional and courteous throughout the project. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-relaxed-tall-muscular-young-model-wearing-plain-heather-gray-longsleeve-t-shirt-slim-gray-jeans-leaning-wooden-stepladder-isolated-white_346278-1036.jpg", imageAlt: "Maria Rodriguez"},
id: "1", name: "Maria Rodriguez", role: "Homeowner", testimonial: "Camacho Painting transformed our entire home. The attention to detail was incredible, and the team was professional and courteous throughout the project. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-relaxed-tall-muscular-young-model-wearing-plain-heather-gray-longsleeve-t-shirt-slim-gray-jeans-leaning-wooden-stepladder-isolated-white_346278-1036.jpg", imageAlt: "Maria Rodriguez"
},
{
id: "2", name: "John Mitchell", role: "Business Owner", testimonial: "We hired Camacho Painting for our office renovation. They completed the work on time, within budget, and the quality is exceptional. Our clients have noticed the transformation!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1597.jpg", imageAlt: "John Mitchell"},
id: "2", name: "John Mitchell", role: "Business Owner", testimonial: "We hired Camacho Painting for our office renovation. They completed the work on time, within budget, and the quality is exceptional. Our clients have noticed the transformation!", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1597.jpg", imageAlt: "John Mitchell"
},
{
id: "3", name: "Sarah Thompson", role: "Homeowner", testimonial: "From the initial consultation to the final brushstroke, everything was perfect. The team was respectful of our space, cleaned up thoroughly, and the results exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-using-smartphone-outdoor-hipster-portrait_1296-728.jpg", imageAlt: "Sarah Thompson"},
id: "3", name: "Sarah Thompson", role: "Homeowner", testimonial: "From the initial consultation to the final brushstroke, everything was perfect. The team was respectful of our space, cleaned up thoroughly, and the results exceeded our expectations.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-using-smartphone-outdoor-hipster-portrait_1296-728.jpg", imageAlt: "Sarah Thompson"
},
{
id: "4", name: "David Chen", role: "Property Manager", testimonial: "We've used Camacho Painting for multiple properties. They're reliable, professional, and their work quality is consistently excellent. Best painters we've worked with!", imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg", imageAlt: "David Chen"},
id: "4", name: "David Chen", role: "Property Manager", testimonial: "We've used Camacho Painting for multiple properties. They're reliable, professional, and their work quality is consistently excellent. Best painters we've worked with!", imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-carpet-together-their-new-home_23-2149086839.jpg", imageAlt: "David Chen"
},
]}
animationType="slide-up"
/>
@@ -170,7 +177,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Sherwin-Williams", "Benjamin Moore", "Behr Paint", "Valspar", "Glidden", "Rust-Oleum"]}
"Sherwin-Williams", "Benjamin Moore", "Behr Paint", "Valspar", "Glidden", "Rust-Oleum"
]}
speed={40}
showCard={true}
buttonAnimation="slide-up"