Merge version_2 into main #8

Merged
bender merged 1 commits from version_2 into main 2026-03-11 04:26:48 +00:00

View File

@@ -61,23 +61,23 @@ export default function LandingPage() {
<div id="hero-carousel" data-section="hero-carousel">
<HeroBillboardCarousel
slides={[
title="Our Services"
description="Comprehensive plumbing solutions for your home"
mediaItems={[
{
id: "1", title: "Drain Cleaning", description: "Professional drain cleaning to clear blockages and restore flow. We use modern equipment for thorough results.", imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-carpenter-using-circular-saw-wood_169016-17649.jpg", imageAlt: "Drain cleaning service", buttons: [{ text: "Learn More", href: "#services" }]
imageSrc: "http://img.b2bpic.net/free-photo/circular-saw-carpenter-using-circular-saw-wood_169016-17649.jpg", imageAlt: "Drain cleaning service"
},
{
id: "2", title: "Leak Detection & Repair", description: "Expert leak detection using advanced technology. Fast repairs to prevent water damage and save on bills.", imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", imageAlt: "Leak detection service", buttons: [{ text: "Learn More", href: "#services" }]
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", imageAlt: "Leak detection service"
},
{
id: "3", title: "Water Heater Service", description: "Water heater installation, repair, and maintenance. Traditional and tankless options available.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg", imageAlt: "Water heater service", buttons: [{ text: "Learn More", href: "#services" }]
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-sitting-near-heater-home_23-2149335095.jpg", imageAlt: "Water heater service"
},
{
id: "4", title: "Faucet & Toilet Repair", description: "Quick fixes for leaky faucets and running toilets. We get your bathroom back in working order fast.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap_1203-3196.jpg", imageAlt: "Faucet and toilet repair", buttons: [{ text: "Learn More", href: "#services" }]
imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap_1203-3196.jpg", imageAlt: "Faucet and toilet repair"
}
]}
carouselMode="buttons"
autoPlayInterval={5000}
animationType="slide-up"
background={{ variant: "plain" }}
/>
</div>