Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-20 21:57:09 +00:00

View File

@@ -15,398 +15,167 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="noise"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
headingFontWeight="normal"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="mediumSmall"
sizing="largeSmallSizeMediumTitles"
background="noise"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "About",
id: "#about",
},
{
name: "Services",
id: "#services",
},
{
name: "Reviews",
id: "#reviews",
},
{
name: "Contact",
id: "#contact",
},
]}
brandName="HandyCraft Home Services"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Services", id: "#services" },
{ name: "Reviews", id: "#reviews" },
{ name: "Contact", id: "#contact" },
]}
brandName="HandyCraft Home Services"
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Reliable Handyman Services in Auburn, WA"
description="Veteran-owned local home repair experts delivering quality workmanship you can trust."
testimonials={[
{
name: "Mark S.",
handle: "Auburn Resident",
testimonial: "HandyCraft did an amazing job on my kitchen repairs. Professional and reliable!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg",
},
{
name: "Sarah J.",
handle: "Auburn Homeowner",
testimonial: "Finally found a handyman who actually shows up on time. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg",
},
{
name: "Robert B.",
handle: "Auburn Resident",
testimonial: "Excellent service and attention to detail. Will definitely hire them again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg",
},
{
name: "Jessica M.",
handle: "Local Client",
testimonial: "Professional, clean, and very skilled. A top-tier local service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-touching-measuring-device-wall-near-power-socket_259150-58248.jpg",
},
{
name: "Kevin L.",
handle: "Auburn Homeowner",
testimonial: "They fixed my leaky faucet and finished some drywall work perfectly.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278561.jpg",
},
]}
buttons={[
{
text: "Call Now",
href: "tel:2066725605",
},
{
text: "Get Free Estimate",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746322.jpg",
alt: "Handyman pro",
},
{
src: "http://img.b2bpic.net/free-photo/hand-tools-set-damaged-mosquito-wire-screen-which-need-be-fixed_1150-6581.jpg",
alt: "Handyman pro",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg",
alt: "Handyman pro",
},
{
src: "http://img.b2bpic.net/free-photo/builder-with-construction-tools-construction-site_169016-5268.jpg",
alt: "Handyman pro",
},
{
src: "http://img.b2bpic.net/free-photo/uniform-construction-tools-wooden-table-top-view_169016-24245.jpg",
alt: "Handyman pro",
},
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Reliable Handyman Services in Auburn, WA"
description="Veteran-owned local home repair experts delivering quality workmanship you can trust."
testimonials={[
{ name: "Mark S.", handle: "Auburn Resident", testimonial: "HandyCraft did an amazing job on my kitchen repairs. Professional and reliable!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-lifestyle-concept-indoor-shot-attractive-cute-young-female-with-charming-smile-standing-kitchen-interior-background-crossing-arms-her-chest-embracing-herself-having-happy-look_343059-2091.jpg" },
{ name: "Sarah J.", handle: "Auburn Homeowner", testimonial: "Finally found a handyman who actually shows up on time. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg" },
{ name: "Robert B.", handle: "Auburn Resident", testimonial: "Excellent service and attention to detail. Will definitely hire them again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg" },
{ name: "Jessica M.", handle: "Local Client", testimonial: "Professional, clean, and very skilled. A top-tier local service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-touching-measuring-device-wall-near-power-socket_259150-58248.jpg" },
{ name: "Kevin L.", handle: "Auburn Homeowner", testimonial: "They fixed my leaky faucet and finished some drywall work perfectly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278561.jpg" },
]}
buttons={[
{ text: "Call Now", href: "tel:2066725605" },
{ text: "Get Free Estimate", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-as-plumber_23-2150746316.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746322.jpg", alt: "Handyman pro" },
{ src: "http://img.b2bpic.net/free-photo/hand-tools-set-damaged-mosquito-wire-screen-which-need-be-fixed_1150-6581.jpg", alt: "Handyman pro" },
{ src: "http://img.b2bpic.net/free-photo/closeup-shot-hummer-tools-stairs-house-construction_181624-28753.jpg", alt: "Handyman pro" },
{ src: "http://img.b2bpic.net/free-photo/builder-with-construction-tools-construction-site_169016-5268.jpg", alt: "Handyman pro" },
{ src: "http://img.b2bpic.net/free-photo/uniform-construction-tools-wooden-table-top-view_169016-24245.jpg", alt: "Handyman pro" },
]}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Your Trusted Auburn Handyman",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg",
alt: "HandyCraft Team",
},
]}
buttons={[
{
text: "Learn More",
href: "#services",
},
]}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{ type: "text", content: "Your Trusted Auburn Handyman" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg", alt: "HandyCraft Team" },
]}
buttons={[
{ text: "Learn More", href: "#services" },
]}
/>
</div>
<div id="services" data-section="services">
<FeatureCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Drywall & Painting",
description: "Expert patching, installation, and painting services for a flawless finish.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mason-supplies-composition_23-2149511910.jpg",
},
{
title: "Door & Fixtures",
description: "Professional door installations and reliable fixture replacement.",
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-drill-drills-window_1150-24020.jpg",
},
{
title: "Fence & Maintenance",
description: "Keep your exterior and backyard in peak condition with our maintenance work.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-black-african-american-man-hat-sunglasses-against-fence_627829-3839.jpg",
},
]}
title="Comprehensive Home Repair Services"
description="Professional handyman services for every corner of your home, from drywall to kitchen remodeling."
/>
</div>
<div id="services" data-section="services">
<FeatureCardSeven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Drywall & Painting", description: "Expert patching, installation, and painting services for a flawless finish.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mason-supplies-composition_23-2149511910.jpg" },
{ title: "Door & Fixtures", description: "Professional door installations and reliable fixture replacement.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-drill-drills-window_1150-24020.jpg" },
{ title: "Fence & Maintenance", description: "Keep your exterior and backyard in peak condition with our maintenance work.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-black-african-american-man-hat-sunglasses-against-fence_627829-3839.jpg" },
]}
title="Comprehensive Home Repair Services"
description="Professional handyman services for every corner of your home, from drywall to kitchen remodeling."
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Painting",
name: "Interior Wall Refresh",
price: "Service",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-artist-brushes_23-2148575564.jpg",
},
{
id: "p2",
brand: "Doors",
name: "Custom Entryway Installation",
price: "Service",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-clicking-bell-medium-shot_23-2148593099.jpg",
},
{
id: "p3",
brand: "Fencing",
name: "Full Privacy Fence Repair",
price: "Service",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg",
},
{
id: "p4",
brand: "Remodel",
name: "Bathroom Tile Work",
price: "Service",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-pouring-paint_23-2149344028.jpg",
},
{
id: "p5",
brand: "Fixtures",
name: "Modern Lighting Upgrade",
price: "Service",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-electrician-fixing-plug-socket-white-wall_23-2148087651.jpg",
},
{
id: "p6",
brand: "General",
name: "Small Remodeling Project",
price: "Service",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg",
},
]}
title="Recent Project Highlights"
description="See the quality of work our veteran-owned team provides to Auburn families."
/>
</div>
<div id="gallery" data-section="gallery">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "p1", brand: "Painting", name: "Interior Wall Refresh", price: "Service", rating: 5, reviewCount: "48", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-artist-brushes_23-2148575564.jpg" },
{ id: "p2", brand: "Doors", name: "Custom Entryway Installation", price: "Service", rating: 5, reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-clicking-bell-medium-shot_23-2148593099.jpg" },
{ id: "p3", brand: "Fencing", name: "Full Privacy Fence Repair", price: "Service", rating: 5, reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-photo/big-fence-urban-park_53876-32203.jpg" },
{ id: "p4", brand: "Remodel", name: "Bathroom Tile Work", price: "Service", rating: 5, reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-pouring-paint_23-2149344028.jpg" },
{ id: "p5", brand: "Fixtures", name: "Modern Lighting Upgrade", price: "Service", rating: 5, reviewCount: "41", imageSrc: "http://img.b2bpic.net/free-photo/side-view-electrician-fixing-plug-socket-white-wall_23-2148087651.jpg" },
{ id: "p6", brand: "General", name: "Small Remodeling Project", price: "Service", rating: 5, reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/antique-door-handle-home-style_1150-10750.jpg" },
]}
title="Recent Project Highlights"
description="See the quality of work our veteran-owned team provides to Auburn families."
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Mike R.",
role: "Resident",
company: "Auburn",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-hipster-male-blue-fleece-shirt-jeans-holds-cup-morning-coffee-while-sitting-wooden-stool-studio-with-loft-interior-looking-camera_613910-6740.jpg",
},
{
id: "2",
name: "Linda B.",
role: "Resident",
company: "Auburn",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg",
},
{
id: "3",
name: "David L.",
role: "Resident",
company: "Auburn",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage_23-2149631009.jpg",
},
{
id: "4",
name: "Emily K.",
role: "Resident",
company: "Auburn",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg",
},
{
id: "5",
name: "Tom G.",
role: "Resident",
company: "Auburn",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg",
},
]}
kpiItems={[
{
value: "5.0",
label: "Google Rating",
},
{
value: "100+",
label: "Homes Served",
},
{
value: "15+",
label: "Years Combined",
},
]}
title="Trusted by Auburn Homeowners"
description="Read what our neighbors are saying about HandyCraft Home Services."
/>
</div>
<div id="reviews" data-section="reviews">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Mike R.", role: "Resident", company: "Auburn", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-hipster-male-blue-fleece-shirt-jeans-holds-cup-morning-coffee-while-sitting-wooden-stool-studio-with-loft-interior-looking-camera_613910-6740.jpg" },
{ id: "2", name: "Linda B.", role: "Resident", company: "Auburn", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-as-plumber_23-2150746297.jpg" },
{ id: "3", name: "David L.", role: "Resident", company: "Auburn", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage_23-2149631009.jpg" },
{ id: "4", name: "Emily K.", role: "Resident", company: "Auburn", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-experienced-carpenter-his-younger-employee_329181-15602.jpg" },
{ id: "5", name: "Tom G.", role: "Resident", company: "Auburn", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg" },
]}
kpiItems={[
{ value: "5.0", label: "Google Rating" },
{ value: "100+", label: "Homes Served" },
{ value: "15+", label: "Years Combined" },
]}
title="Trusted by Auburn Homeowners"
description="Read what our neighbors are saying about HandyCraft Home Services."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Are you licensed and insured?",
content: "Yes, HandyCraft Home Services is fully licensed and insured for your peace of mind.",
},
{
id: "f2",
title: "Do you provide free estimates?",
content: "We offer free estimates for all major repair and remodeling projects.",
},
{
id: "f3",
title: "What areas do you serve?",
content: "We proudly serve Auburn, WA, and the surrounding local communities.",
},
{
id: "f4",
title: "Are you veteran-owned?",
content: "Yes, we are a proud veteran-owned and women-owned local business.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-toolbox-with-yellow-tools_23-2148428288.jpg"
mediaAnimation="slide-up"
title="Frequently Asked Questions"
description="Have questions about our handyman services? We are here to help."
faqsAnimation="slide-up"
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{ id: "f1", title: "Are you licensed and insured?", content: "Yes, HandyCraft Home Services is fully licensed and insured for your peace of mind." },
{ id: "f2", title: "Do you provide free estimates?", content: "We offer free estimates for all major repair and remodeling projects." },
{ id: "f3", title: "What areas do you serve?", content: "We proudly serve Auburn, WA, and the surrounding local communities." },
{ id: "f4", title: "Are you veteran-owned?", content: "Yes, we are a proud veteran-owned and women-owned local business." },
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-toolbox-with-yellow-tools_23-2148428288.jpg"
mediaAnimation="slide-up"
title="Frequently Asked Questions"
description="Have questions about our handyman services? We are here to help."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
title="Ready for your home repair?"
description="Call us today or submit a request for a free estimate."
buttonText="Send Request"
/>
</div>
<div id="contact" data-section="contact">
<ContactCenter
tag="Contact Us"
useInvertedBackground={false}
background={{ variant: "animated-grid" }}
title="Ready for your home repair?"
description="Call us today or submit a request for a free estimate."
buttonText="Send Request"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg"
logoText="HandyCraft Home Services"
columns={[
{
title: "Company",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Services",
href: "#services",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Resources",
items: [
{
label: "Reviews",
href: "#reviews",
},
{
label: "FAQ",
href: "#faq",
},
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/assorted-work-tools-wood-background_93675-130092.jpg"
logoText="HandyCraft Home Services"
columns={[
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ title: "Resources", items: [{ label: "Reviews", href: "#reviews" }, { label: "FAQ", href: "#faq" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}