Merge version_1 into main #3

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

View File

@@ -53,16 +53,16 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg", imageAlt: "Professional plumbing work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg", imageAlt: "Professional tools and components" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg", imageAlt: "HVAC installation service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg", imageAlt: "Quality craftsmanship detail" }
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg?_wi=1", imageAlt: "Professional plumbing work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg?_wi=1", imageAlt: "Professional tools and components" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg?_wi=2", imageAlt: "HVAC installation service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg?_wi=2", imageAlt: "Quality craftsmanship detail" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg", imageAlt: "Premium materials and tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg", imageAlt: "Expert technician at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg", imageAlt: "Professional workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg", imageAlt: "Precision workmanship" }
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg?_wi=3", imageAlt: "Premium materials and tools" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg?_wi=3", imageAlt: "Expert technician at work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg?_wi=4", imageAlt: "Professional workspace" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg?_wi=4", imageAlt: "Precision workmanship" }
]}
carouselPosition="right"
/>
@@ -93,9 +93,9 @@ export default function LandingPage() {
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
products={[
{ id: "plumbing-repair", name: "Plumbing Repair & Diagnostics", price: "Professional Assessment", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg", imageAlt: "Plumbing repair service" },
{ id: "furnace-installation", name: "Furnace Installation & Repair", price: "Expert Installation", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg", imageAlt: "Furnace installation service" },
{ id: "hvac-maintenance", name: "HVAC System Maintenance", price: "Preventative Service", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg", imageAlt: "HVAC maintenance" }
{ id: "plumbing-repair", name: "Plumbing Repair & Diagnostics", price: "Professional Assessment", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg?_wi=5", imageAlt: "Plumbing repair service" },
{ id: "furnace-installation", name: "Furnace Installation & Repair", price: "Expert Installation", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-workshop_53876-30143.jpg?_wi=5", imageAlt: "Furnace installation service" },
{ id: "hvac-maintenance", name: "HVAC System Maintenance", price: "Preventative Service", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-overalls-standing-door-with-toolbox_1098-17819.jpg?_wi=6", imageAlt: "HVAC maintenance" }
]}
/>
</div>