Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 23:08:27 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
tag="Same-Day Service Available"
tagIcon={Zap}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg?_wi=1"
imageAlt="Professional service team ready to help"
mediaAnimation="none"
useInvertedBackground={false}
@@ -80,7 +80,7 @@ export default function LandingPage() {
tag="20+ Years of Excellence"
tagIcon={Award}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg?_wi=2"
imageAlt="Trusted local service professionals"
useInvertedBackground={true}
buttons={[{ text: "Learn More", href: "#services" }]}
@@ -112,10 +112,10 @@ export default function LandingPage() {
<ProductCardThree
products={[
{
id: "1", name: "Plumbing & Water Service", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg", imageAlt: "Professional plumbing service"
id: "1", name: "Plumbing & Water Service", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg?_wi=1", imageAlt: "Professional plumbing service"
},
{
id: "2", name: "Electrical & Wiring", price: "Starting at $159", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-repairs-switchboard-with-screwdriver-switchboard-repair_169016-71484.jpg", imageAlt: "Licensed electrical work"
id: "2", name: "Electrical & Wiring", price: "Starting at $159", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-repairs-switchboard-with-screwdriver-switchboard-repair_169016-71484.jpg?_wi=1", imageAlt: "Licensed electrical work"
},
{
id: "3", name: "HVAC & Climate Control", price: "Starting at $189", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-calibrating-pressure-device_482257-92757.jpg", imageAlt: "Professional HVAC service"
@@ -124,10 +124,10 @@ export default function LandingPage() {
id: "4", name: "Home Cleaning & Maintenance", price: "Starting at $129", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-cleaning-office_23-2149345515.jpg", imageAlt: "Professional cleaning service"
},
{
id: "5", name: "Emergency Repairs", price: "24/7 Available", imageSrc: "http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg", imageAlt: "Emergency service response"
id: "5", name: "Emergency Repairs", price: "24/7 Available", imageSrc: "http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg?_wi=3", imageAlt: "Emergency service response"
},
{
id: "6", name: "Preventive Maintenance", price: "Custom Plans", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-repairs-switchboard-with-screwdriver-switchboard-repair_169016-71484.jpg", imageAlt: "Maintenance packages"
id: "6", name: "Preventive Maintenance", price: "Custom Plans", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-repairs-switchboard-with-screwdriver-switchboard-repair_169016-71484.jpg?_wi=2", imageAlt: "Maintenance packages"
}
]}
title="Our Core Services"
@@ -184,19 +184,19 @@ export default function LandingPage() {
<PricingCardNine
plans={[
{
id: "basic", title: "Standard Service Call", price: "$149", period: "+ parts & materials", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg", imageAlt: "Standard service call", features: [
id: "basic", title: "Standard Service Call", price: "$149", period: "+ parts & materials", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746386.jpg?_wi=2", imageAlt: "Standard service call", features: [
"Professional diagnosis and consultation", "Same-day service available", "No trip charge if we fix it", "Full warranty on repairs"
],
button: { text: "Get a Quote", href: "#contact" }
},
{
id: "pro", title: "Priority Service", price: "$89", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-repairs-switchboard-with-screwdriver-switchboard-repair_169016-71484.jpg", imageAlt: "Priority service plan", features: [
id: "pro", title: "Priority Service", price: "$89", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-repairs-switchboard-with-screwdriver-switchboard-repair_169016-71484.jpg?_wi=3", imageAlt: "Priority service plan", features: [
"Monthly maintenance checks", "Priority emergency response", "Discounted rates on repairs", "24/7 direct phone line"
],
button: { text: "Start Today", href: "#contact" }
},
{
id: "enterprise", title: "Commercial Package", price: "Custom", period: "tailored to your needs", imageSrc: "http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg", imageAlt: "Commercial service package", features: [
id: "enterprise", title: "Commercial Package", price: "Custom", period: "tailored to your needs", imageSrc: "http://img.b2bpic.net/free-photo/smiling-executives-having-meeting-around-table_1098-1893.jpg?_wi=4", imageAlt: "Commercial service package", features: [
"Dedicated account manager", "Scheduled preventive maintenance", "Emergency service priority", "Volume discounts available"
],
button: { text: "Contact Us", href: "#contact" }