Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 19:07:24 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="floatingGradient"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -53,19 +53,19 @@ export default function LandingPage() {
{ text: "Learn More", href: "about" }
]}
buttonAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "plain" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=1", imageAlt: "Dishwasher Repair"
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg", imageAlt: "Dishwasher Repair"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg?_wi=1", imageAlt: "Refrigerator Repair"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", imageAlt: "Refrigerator Repair"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg?_wi=1", imageAlt: "Washer/Dryer Repair"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg", imageAlt: "Washer/Dryer Repair"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/casual-breakfast-adult-cheerful-beautiful_1303-815.jpg?_wi=1", imageAlt: "Microwave Repair"
imageSrc: "http://img.b2bpic.net/free-photo/casual-breakfast-adult-cheerful-beautiful_1303-815.jpg", imageAlt: "Microwave Repair"
}
]}
rightCarouselItems={[
@@ -73,13 +73,13 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721527.jpg", imageAlt: "Professional Technician"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg?_wi=2", imageAlt: "Refrigerator Service"
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", imageAlt: "Refrigerator Service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=2", imageAlt: "Dishwasher Service"
imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg", imageAlt: "Dishwasher Service"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg?_wi=2", imageAlt: "Laundry Appliance Service"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg", imageAlt: "Laundry Appliance Service"
}
]}
carouselPosition="right"
@@ -103,20 +103,16 @@ export default function LandingPage() {
<FeatureCardEight
features={[
{
id: 1,
title: "Quick Diagnostics", description: "Expert analysis and transparent pricing upfront. No hidden fees, guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg?_wi=3", imageAlt: "Dishwasher diagnostic"
id: "1", title: "Quick Diagnostics", description: "Expert analysis and transparent pricing upfront. No hidden fees, guaranteed.", imageSrc: "http://img.b2bpic.net/free-photo/solution-top-view-man-plumber-overalls-fixing-breakdown-sink_259150-58267.jpg", imageAlt: "Dishwasher diagnostic"
},
{
id: 2,
title: "Same-Day Service", description: "Available for emergency repairs. Most common issues resolved same day.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg?_wi=3", imageAlt: "Refrigerator service"
id: "2", title: "Same-Day Service", description: "Available for emergency repairs. Most common issues resolved same day.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", imageAlt: "Refrigerator service"
},
{
id: 3,
title: "Genuine Parts", description: "Using only authentic manufacturer parts with warranty protection on all repairs.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg?_wi=3", imageAlt: "Washer and dryer service"
id: "3", title: "Genuine Parts", description: "Using only authentic manufacturer parts with warranty protection on all repairs.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-repairman-with-stethoscope-standing-pointing-washing-machine-white-wall_140725-142245.jpg", imageAlt: "Washer and dryer service"
},
{
id: 4,
title: "Certified Technicians", description: "Licensed, insured, and trained on all major appliance brands and models.", imageSrc: "http://img.b2bpic.net/free-photo/casual-breakfast-adult-cheerful-beautiful_1303-815.jpg?_wi=2", imageAlt: "Microwave repair"
id: "4", title: "Certified Technicians", description: "Licensed, insured, and trained on all major appliance brands and models.", imageSrc: "http://img.b2bpic.net/free-photo/casual-breakfast-adult-cheerful-beautiful_1303-815.jpg", imageAlt: "Microwave repair"
}
]}
title="Complete Appliance Solutions"