Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-03 05:32:43 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumLarge"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -45,7 +45,7 @@ export default function LandingPage() {
tag="Local Service Experts"
tagIcon={CheckCircle}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Get Free Quote", href: "contact" },
{ text: "Call Now: (555) 123-4567", href: "contact" }
@@ -56,16 +56,16 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865317.jpg", imageAlt: "Professional service team at work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=1", imageAlt: "Professional plumbing service"
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", imageAlt: "Professional plumbing service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5876.jpg?_wi=1", imageAlt: "Professional electrical service"
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5876.jpg", imageAlt: "Professional electrical service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=1", imageAlt: "Professional HVAC service"
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Professional HVAC service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg?_wi=1", imageAlt: "Professional cleaning service"
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg", imageAlt: "Professional cleaning service"
}
]}
ariaLabel="Hero section for professional local services"
@@ -117,19 +117,19 @@ export default function LandingPage() {
<FeatureCardTwentySeven
features={[
{
id: "1", title: "Plumbing", description: "Emergency repairs, installations, and maintenance. Water heater service, leak detection, and pipe replacement with 24/7 availability.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg?_wi=2", imageAlt: "Professional plumbing service"
id: "1", title: "Plumbing", description: "Emergency repairs, installations, and maintenance. Water heater service, leak detection, and pipe replacement with 24/7 availability.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-repair-experienced-attentive-middleaged-man-examining-bottom-kitchen-sink_259150-58266.jpg", imageAlt: "Professional plumbing service"
},
{
id: "2", title: "Electrical", description: "Licensed electrician services including wiring, circuit repairs, panel upgrades, and lighting installations. Code-compliant work guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5876.jpg?_wi=2", imageAlt: "Professional electrical service"
id: "2", title: "Electrical", description: "Licensed electrician services including wiring, circuit repairs, panel upgrades, and lighting installations. Code-compliant work guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5876.jpg", imageAlt: "Professional electrical service"
},
{
id: "3", title: "HVAC", description: "Heating, cooling, and air quality solutions. System maintenance, repairs, and new installations with seasonal maintenance plans.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=2", imageAlt: "Professional HVAC service"
id: "3", title: "HVAC", description: "Heating, cooling, and air quality solutions. System maintenance, repairs, and new installations with seasonal maintenance plans.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Professional HVAC service"
},
{
id: "4", title: "Cleaning & Maintenance", description: "Professional cleaning services for homes and businesses. Regular maintenance schedules available with eco-friendly products.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg?_wi=2", imageAlt: "Professional cleaning service"
id: "4", title: "Cleaning & Maintenance", description: "Professional cleaning services for homes and businesses. Regular maintenance schedules available with eco-friendly products.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roommates-together-home_23-2149358498.jpg", imageAlt: "Professional cleaning service"
}
]}
gridVariant="uniform-4-items"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
title="Our Core Services"
description="Comprehensive solutions for all your home and business needs"
@@ -137,7 +137,7 @@ export default function LandingPage() {
tagIcon={Wrench}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground={true}
ariaLabel="Services section"
/>
</div>
@@ -166,7 +166,7 @@ export default function LandingPage() {
title: "Warranty Guarantee", description: "All work backed by our satisfaction guarantee. 12-month warranty on parts and labor", icon: CheckCircle
}
]}
imageSrc="http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg"
imageAlt="Professional service team"
mediaAnimation="slide-up"
imagePosition="right"
@@ -199,7 +199,7 @@ export default function LandingPage() {
tagIcon={ListChecks}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
useInvertedBackground={false}
ariaLabel="Service process section"
/>
</div>
@@ -218,8 +218,8 @@ export default function LandingPage() {
name: "message", placeholder: "Describe your service needs in detail...", rows: 5,
required: true
}}
useInvertedBackground="invertDefault"
imageSrc="http://img.b2bpic.net/free-photo/serious-grey-haired-business-professional-suit-talking-cell-phone-while-using-computer-workplace-office-medium-shot-digital-communication-multitasking-concept_74855-11986.jpg?_wi=1"
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/serious-grey-haired-business-professional-suit-talking-cell-phone-while-using-computer-workplace-office-medium-shot-digital-communication-multitasking-concept_74855-11986.jpg"
imageAlt="Customer service team"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -249,7 +249,7 @@ export default function LandingPage() {
title: "Family Owned", description: "Built on family values of integrity, hard work, and standing behind our service with pride", icon: Users
}
]}
imageSrc="http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/business-woman-with-two-businessmen-sides_1262-824.jpg"
imageAlt="ProServe team members"
mediaAnimation="slide-up"
imagePosition="left"
@@ -272,7 +272,7 @@ export default function LandingPage() {
required: true
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/serious-grey-haired-business-professional-suit-talking-cell-phone-while-using-computer-workplace-office-medium-shot-digital-communication-multitasking-concept_74855-11986.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/serious-grey-haired-business-professional-suit-talking-cell-phone-while-using-computer-workplace-office-medium-shot-digital-communication-multitasking-concept_74855-11986.jpg"
imageAlt="Contact us"
mediaAnimation="slide-up"
mediaPosition="left"