Merge version_6 into main #17

Merged
bender merged 1 commits from version_6 into main 2026-03-21 22:18:49 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
import ProductCardThree from "@/components/sections/product/ProductCardThree";
@@ -203,7 +203,7 @@ export default function LandingPage() {
)}
<div id="hero" data-section="hero">
<HeroBillboardCarousel
<HeroSplitDualMedia
title="Reliable Handyman Services You Can Trust"
description="Busy B Handyman delivers high-quality home repairs and improvements with attention to detail and pride in every job. Serving Nampa and surrounding areas with professional, dependable service."
tag="Local Expert Since 2015"
@@ -216,24 +216,15 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-using-hammer-nails_23-2148640275.jpg?_wi=2", imageAlt: "Professional handyman performing quality repair work"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiAZWDji79X7atOCtPSK4CpOon/uploaded-1774131471990-vw4qk18i.png", imageAlt: "Professional handyman performing quality repair work"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-security-helmet-inviting-come-closer-making-gesture-with-hand-being-positive-friendly-isolated-orange-wall_141793-14019.jpg?_wi=2", imageAlt: "Completed bathroom renovation before and after"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/part-male-construction-worker_329181-3734.jpg?_wi=2", imageAlt: "Skilled handyman with professional tools"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/modern-bathroom-with-big-mirror_1203-1497.jpg?_wi=2", imageAlt: "Modern bathroom fixture installation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/father-daughter-kitchen-fathers-day_23-2148100499.jpg?_wi=2", imageAlt: "Kitchen countertop and cabinet repair"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=2", imageAlt: "Professional deck building and repair"
}
]}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by 500+ Nampa Homeowners"
background={{ variant: "gradient-bars" }}
ariaLabel="Hero section showcasing handyman services"
/>