Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-19 00:55:33 +00:00

View File

@@ -31,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#services",
},
{
name: "Testimonials",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Contact", id: "#contact" },
]}
brandName="TheHandyman"
/>
@@ -54,39 +42,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Reliable Handyman Services Done Right"
description="Premium home repairs and remodeling you can trust. From small fixes to custom projects, we deliver high-quality craftsmanship."
tag="Trusted Professional"
buttons={[
{
text: "Request a Quote",
href: "#contact",
},
]}
buttons={[{ text: "Request a Quote", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104805.jpg?_wi=1",
imageAlt: "Handyman tools professional",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-wood-with-saw-workshop_23-2152021014.jpg",
imageAlt: "Handyman tools professional",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/restorer-antique-furniture-works-new-project_1163-3140.jpg",
imageAlt: "Restorer of antique furniture works at new project",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-working-workshop-with-measure-tape_23-2148836032.jpg",
imageAlt: "Female working in workshop with measure tape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-makes-pencil-marks-wood-plank_93675-134739.jpg",
imageAlt: "Carpenter makes pencil marks on a wood plank",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104805.jpg", imageAlt: "Handyman tools professional" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-wood-with-saw-workshop_23-2152021014.jpg", imageAlt: "Handyman tools professional" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -102,7 +65,7 @@ export default function LandingPage() {
title="Built on Trust and Craftsmanship"
description="Led by Bill and his experienced crew, TheHandyman delivers dependable, detail-focused work across every project."
subdescription="Every job is handled with professionalism, pride, and a commitment to doing it right the first time."
imageSrc="http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg"
mediaAnimation="slide-up"
icon={Wrench}
imageAlt="professional handyman portrait"
@@ -116,68 +79,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Home Repairs",
description: "Quick, reliable fixes for all your home maintenance needs.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/construction-hammer-indoors-still-life_23-2150563174.jpg",
imageAlt: "handyman tools professional",
},
items: [
{
icon: CheckCircle,
text: "Drywall",
},
{
icon: CheckCircle,
text: "Painting",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104805.jpg?_wi=2",
imageAlt: "handyman tools professional",
title: "Home Repairs", description: "Quick, reliable fixes for all your home maintenance needs.", media: { imageSrc: "http://img.b2bpic.net/free-photo/construction-hammer-indoors-still-life_23-2150563174.jpg", imageAlt: "handyman tools professional" },
items: [{ icon: CheckCircle, text: "Drywall" }, { icon: CheckCircle, text: "Painting" }],
reverse: false
},
{
title: "Bathroom Remodeling",
description: "Modern upgrades for your essential spaces.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-toolbox-with-different-tools_23-2148428300.jpg",
imageAlt: "handyman tools professional",
},
items: [
{
icon: CheckCircle,
text: "Tiling",
},
{
icon: CheckCircle,
text: "Fixtures",
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg?_wi=2",
imageAlt: "handyman tools professional",
title: "Bathroom Remodeling", description: "Modern upgrades for your essential spaces.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-wooden-toolbox-with-different-tools_23-2148428300.jpg", imageAlt: "handyman tools professional" },
items: [{ icon: CheckCircle, text: "Tiling" }, { icon: CheckCircle, text: "Fixtures" }],
reverse: true
},
{
title: "Custom Projects",
description: "Tailored solutions for your unique home vision.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-working-workshop_23-2147944847.jpg",
imageAlt: "handyman tools professional",
},
items: [
{
icon: CheckCircle,
text: "Carpentry",
},
{
icon: CheckCircle,
text: "Shelving",
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/wrench-screwdriver-hammer_1048-2478.jpg?_wi=1",
imageAlt: "handyman tools professional",
},
title: "Custom Projects", description: "Tailored solutions for your unique home vision.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-working-workshop_23-2147944847.jpg", imageAlt: "handyman tools professional" },
items: [{ icon: CheckCircle, text: "Carpentry" }, { icon: CheckCircle, text: "Shelving" }],
reverse: false
}
]}
title="Our Professional Services"
description="Expert home maintenance solutions tailored to your needs."
@@ -191,56 +106,20 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "hourly",
title: "Hourly Service",
price: "$85",
period: "/hr",
features: [
"Basic repairs",
"Small installations",
"Consultation",
],
button: {
text: "Select",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451051.jpg",
imageAlt: "Carpenter cutting mdf board inside workshop",
id: "hourly", title: "Hourly Service", price: "$85", period: "/hr", features: ["Basic repairs", "Small installations", "Consultation"],
button: { text: "Select", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451051.jpg", imageAlt: "Carpenter cutting mdf board inside workshop"
},
{
id: "project",
title: "Project Quote",
price: "Custom",
period: "Fixed",
features: [
"Full remodels",
"Custom carpentry",
"Priority support",
],
button: {
text: "Request Quote",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104805.jpg?_wi=3",
imageAlt: "Carpenter cutting mdf board inside workshop",
id: "project", title: "Project Quote", price: "Custom", period: "Fixed", features: ["Full remodels", "Custom carpentry", "Priority support"],
button: { text: "Request Quote", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104805.jpg", imageAlt: "Carpenter cutting mdf board inside workshop"
},
{
id: "emergency",
title: "Emergency",
price: "$150",
period: "/visit",
features: [
"Immediate response",
"Critical repair",
"Safety check",
],
button: {
text: "Contact",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg?_wi=3",
imageAlt: "Carpenter cutting mdf board inside workshop",
},
id: "emergency", title: "Emergency", price: "$150", period: "/visit", features: ["Immediate response", "Critical repair", "Safety check"],
button: { text: "Contact", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg", imageAlt: "Carpenter cutting mdf board inside workshop"
}
]}
title="Transparent Pricing"
description="Fair rates for professional-grade work."
@@ -254,46 +133,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Homeowner",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg",
},
{
id: "2",
name: "Michael R.",
role: "Homeowner",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
},
{
id: "3",
name: "Emily D.",
role: "Homeowner",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/half-profile-image-cheerful-attractive-middle-aged-woman-with-short-gray-hair-wrinkles-having-fun-laughing-joke-smiling-broadly-camera_343059-1891.jpg",
},
{
id: "4",
name: "David L.",
role: "Homeowner",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-just-moved-happy-starting-new-life-house-flat-packing-staff-cardboard-boxes-young-lady-hugging-her-man-from-back_197531-1638.jpg",
},
{
id: "5",
name: "Amanda K.",
role: "Homeowner",
company: "Local Resident",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-moving-new-home_23-2149162257.jpg",
},
{ id: "1", name: "Sarah J.", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg" },
{ id: "2", name: "Michael R.", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" },
{ id: "3", name: "Emily D.", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/half-profile-image-cheerful-attractive-middle-aged-woman-with-short-gray-hair-wrinkles-having-fun-laughing-joke-smiling-broadly-camera_343059-1891.jpg" },
{ id: "4", name: "David L.", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-just-moved-happy-starting-new-life-house-flat-packing-staff-cardboard-boxes-young-lady-hugging-her-man-from-back_197531-1638.jpg" },
{ id: "5", name: "Amanda K.", role: "Homeowner", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-moving-new-home_23-2149162257.jpg" }
]}
title="Trusted by Homeowners"
description="Don't take our word for it—hear from the families we serve."
@@ -304,21 +148,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Do you offer free estimates?",
content: "Yes, we provide transparent, no-obligation quotes for all projects.",
},
{
id: "f2",
title: "Are you licensed and insured?",
content: "Absolutely. We carry full professional insurance for your peace of mind.",
},
{
id: "f3",
title: "Can you do small repairs?",
content: "No job is too small. We love helping homeowners with day-to-day fixes.",
},
{ id: "f1", title: "Do you offer free estimates?", content: "Yes, we provide transparent, no-obligation quotes for all projects." },
{ id: "f2", title: "Are you licensed and insured?", content: "Absolutely. We carry full professional insurance for your peace of mind." },
{ id: "f3", title: "Can you do small repairs?", content: "No job is too small. We love helping homeowners with day-to-day fixes." }
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -331,30 +163,12 @@ export default function LandingPage() {
title="Get a Free Estimate"
description="Ready to get started? Send us a message and we'll reply within 24 hours."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
},
{
name: "service",
type: "text",
placeholder: "Service Required",
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
{ name: "service", type: "text", placeholder: "Service Required" }
]}
textarea={{
name: "message",
placeholder: "Project details...",
rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/wrench-screwdriver-hammer_1048-2478.jpg?_wi=2"
textarea={{ name: "message", placeholder: "Project details...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/wrench-screwdriver-hammer_1048-2478.jpg"
imageAlt="modern home interior renovation"
/>
</div>