Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 04:42:47 +00:00

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
{ text: "View Our Work", href: "#testimonials" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/couple-conversation-home-renovation-roller-brush-dipped-blue-paint-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14161.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/couple-conversation-home-renovation-roller-brush-dipped-blue-paint-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14161.jpg"
imageAlt="Professional painter working on interior wall"
mediaAnimation="slide-up"
/>
@@ -103,7 +103,7 @@ export default function LandingPage() {
description="Matt's House Painting"
subdescription="Est. 2009 | Fully Licensed & Insured"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/couple-conversation-home-renovation-roller-brush-dipped-blue-paint-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14161.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/couple-conversation-home-renovation-roller-brush-dipped-blue-paint-apartment-redecoration-home-construction-while-renovating-improving-repair-decorating_482257-14161.jpg"
imageAlt="Professional interior painting transformation"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -122,10 +122,10 @@ export default function LandingPage() {
id: "1", value: "500+", title: "Projects Completed", description: "Residential and commercial painting", imageSrc: "http://img.b2bpic.net/free-photo/closed-urban-window_23-2148107089.jpg", imageAlt: "Completed painting projects showcase"
},
{
id: "2", value: "98%", title: "Customer Satisfaction", description: "Repeat clients and referrals", imageSrc: "http://img.b2bpic.net/free-photo/painter-paints-wall-with-roller_1398-561.jpg?_wi=1", imageAlt: "Professional exterior painting service"
id: "2", value: "98%", title: "Customer Satisfaction", description: "Repeat clients and referrals", imageSrc: "http://img.b2bpic.net/free-photo/painter-paints-wall-with-roller_1398-561.jpg", imageAlt: "Professional exterior painting service"
},
{
id: "3", value: "24/7", title: "Customer Support", description: "Available for questions and scheduling", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407630.jpg?_wi=1", imageAlt: "Interior painting quality work"
id: "3", value: "24/7", title: "Customer Support", description: "Available for questions and scheduling", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407630.jpg", imageAlt: "Interior painting quality work"
}
]}
animationType="slide-up"
@@ -179,13 +179,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
id: "interior", title: "Interior Painting", price: "From $800", period: "room", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407630.jpg?_wi=2", imageAlt: "Interior painting service", button: { text: "Get Quote", href: "#contact" },
id: "interior", title: "Interior Painting", price: "From $800", period: "room", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-daily-activities-minimal-decorated-room_23-2150407630.jpg", imageAlt: "Interior painting service", button: { text: "Get Quote", href: "#contact" },
features: [
"Professional surface preparation", "Premium paint selection", "2-3 day project timeline", "Cleanup included", "Satisfaction guaranteed"
]
},
{
id: "exterior", title: "Exterior Painting", price: "From $2,500", period: "house", imageSrc: "http://img.b2bpic.net/free-photo/painter-paints-wall-with-roller_1398-561.jpg?_wi=2", imageAlt: "Exterior painting service", button: { text: "Get Quote", href: "#contact" },
id: "exterior", title: "Exterior Painting", price: "From $2,500", period: "house", imageSrc: "http://img.b2bpic.net/free-photo/painter-paints-wall-with-roller_1398-561.jpg", imageAlt: "Exterior painting service", button: { text: "Get Quote", href: "#contact" },
features: [
"Complete surface prep and priming", "High-quality exterior grade paint", "Weather-resistant finish", "Attention to detail", "Warranty included"
]
@@ -229,6 +229,7 @@ export default function LandingPage() {
]}
textPosition="left"
useInvertedBackground={false}
faqsAnimation="smooth"
animationType="smooth"
/>
</div>