6 Commits

Author SHA1 Message Date
6d1f8f8cd0 Update src/app/page.tsx 2026-03-21 19:43:26 +00:00
a00c2e8bd8 Update src/app/page.tsx 2026-03-21 19:42:34 +00:00
2d3666ef22 Update src/app/page.tsx 2026-03-21 19:37:50 +00:00
afac9a1f14 Update src/app/page.tsx 2026-03-21 19:37:15 +00:00
6934f2e1ce Update src/app/page.tsx 2026-03-21 19:36:48 +00:00
9320ebdcf0 Merge version_2 into main
Merge version_2 into main
2026-03-21 19:31:13 +00:00

View File

@@ -28,7 +28,6 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Busy Bs Handyman"
navItems={[
{ name: "Home", id: "home" },
{ name: "Services", id: "services" },
@@ -36,9 +35,7 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{
text: "Get a Free Quote", href: "#contact"
}}
button={{ text: "Get a Free Quote", href: "#contact" }}
/>
</div>
@@ -187,22 +184,22 @@ export default function LandingPage() {
]}
testimonials={[
{
id: "testimonial-1", name: "Jennifer Martinez", role: "Homeowner", testimonial: "Busy B Handyman fixed our bathroom plumbing issue quickly and professionally. The attention to detail was incredible, and they cleaned up after themselves. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-green-shirt-smilin-with-happy-face-showing-thumbs-up-making-call-me-gesture_141793-54515.jpg", imageAlt: "Jennifer Martinez"
id: "testimonial-1", name: "Jennifer Martinez", role: "Homeowner", testimonial: "Busy B Handyman fixed our bathroom plumbing issue quickly and professionally. The attention to detail was incredible, and they cleaned up after themselves. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiAZWDji79X7atOCtPSK4CpOon/uploaded-1774122108221-fzz1340l.jpg", imageAlt: "Jennifer Martinez"
},
{
id: "testimonial-2", name: "Robert Chen", role: "Property Owner", testimonial: "We've used their services for multiple properties in Nampa. Their reliability and quality work have saved us countless headaches. They're our go-to handyman team.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", imageAlt: "Robert Chen"
id: "testimonial-2", name: "Rose Chen", role: "Property Owner", testimonial: "We've used their services for multiple properties in Nampa. Their reliability and quality work have saved us countless headaches. They're our go-to handyman team.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg", imageAlt: "Rose Chen"
},
{
id: "testimonial-3", name: "Sarah Thompson", role: "Homeowner", testimonial: "The kitchen renovation turned out even better than we imagined. The team was professional, courteous, and finished on schedule. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hand-reaching-out_23-2148308600.jpg", imageAlt: "Sarah Thompson"
id: "testimonial-3", name: "Jack Thompson", role: "Homeowner", testimonial: "The kitchen renovation turned out even better than we imagined. The team was professional, courteous, and finished on schedule. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-hand-reaching-out_23-2148308600.jpg", imageAlt: "Jack Thompson"
},
{
id: "testimonial-4", name: "Michael Johnson", role: "Property Manager", testimonial: "Quick response time, fair pricing, and exceptional workmanship. Busy B Handyman has become our trusted contractor for all our rental property maintenance needs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-female-with-glad-expression-phone-outdoor-terrace-cafe_273609-2836.jpg", imageAlt: "Michael Johnson"
id: "testimonial-4", name: "Michelle Johnson", role: "Property Manager", testimonial: "Quick response time, fair pricing, and exceptional workmanship. Busy B Handyman has become our trusted contractor for all our rental property maintenance needs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-brunette-female-with-glad-expression-phone-outdoor-terrace-cafe_273609-2836.jpg", imageAlt: "Michelle Johnson"
},
{
id: "testimonial-5", name: "Patricia Gonzalez", role: "Homeowner", testimonial: "From deck building to interior repairs, they handle it all with precision. Their professionalism and friendly demeanor made the whole experience stress-free.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-photogenic-blonde-woman-wearing-headphones_23-2148397120.jpg", imageAlt: "Patricia Gonzalez"
},
{
id: "testimonial-6", name: "David Wilson", role: "Homeowner", testimonial: "Best handyman service in Nampa! They diagnosed our electrical issue immediately and fixed it properly. I trust them with my home completely.", imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-showing-ok-gesture_23-2147767529.jpg", imageAlt: "David Wilson"
id: "testimonial-6", name: "Andrea Wilson", role: "Homeowner", testimonial: "Best handyman service in Nampa! They diagnosed our electrical issue immediately and fixed it properly. I trust them with my home completely.", imageSrc: "http://img.b2bpic.net/free-photo/woman-bed-showing-ok-gesture_23-2147767529.jpg", imageAlt: "Andrea Wilson"
}
]}
ariaLabel="Testimonials section featuring five-star client reviews"