Files
2026-05-27 06:41:55 +00:00

276 lines
19 KiB
TypeScript

"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroOverlayTestimonial from "@/components/sections/hero/HeroOverlayTestimonial";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import TeamCardSix from "@/components/sections/team/TeamCardSix";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Leaf, TreePine, Phone, Star } from "lucide-react";
export default function LandscapingPage() {
return (
<ThemeProvider
defaultButtonVariant="expand-hover"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
contentWidth="mediumLarge"
sizing="large"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
brandName="Tan's Landscape"
navItems={[
{ name: "Services", id: "services" },
{ name: "About Us", id: "about" },
{ name: "Why Choose Us", id: "why-us" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Call Now", href: "tel:+12066830733" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
tag="Premium Landscaping in Renton, WA"
tagIcon={Leaf}
title="Crafting Beautiful Outdoor Living Spaces"
description="Tan's Landscape offers comprehensive lawn care, custom decks, fences, patios, and sprinkler systems. Experience the difference of dedicated craftsmanship."
buttons={[
{ text: "Get Your Free Estimate", href: "#contact" },
{ text: "View Our Services", href: "#services" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/outdoor-stair-walk-way_1339-5745.jpg"
imageAlt="Beautifully landscaped residential garden with lush green lawn, flowers, and a modern patio"
showDimOverlay={true}
textPosition="top"
testimonials={[
{
name: "Satisfied Client", handle: "(36 Reviews, 5.0 Star Rating)", testimonial: "Tan's Landscape transformed our yard into a true oasis. Their team is incredibly skilled and professional. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-funny-black-woman-with-curly-hair-laughs-good-joke-has-toothy-smile-shows-white-perfect-teeth-wears-striped-casual-t-shirt-poses-terrace-cafeteria_273609-29078.jpg", imageAlt: "Happy customer avatar"},
{
name: "Local Resident", handle: "Renton, WA", testimonial: "From lawn care to a new fence, Tan's Landscape exceeded all our expectations. Prompt, reliable, and exceptional quality work.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-standing-supermarket_107420-96366.jpg", imageAlt: "Local resident avatar"},
]}
/>
</div>
<div id="about" data-section="about">
<TestimonialAboutCard
tag="About Tan's Landscape"
tagIcon={Leaf}
tagAnimation="slide-up"
title="Over 15 Years of Excellence in Renton Landscaping"
description="At Tan's Landscape, we believe in creating outdoor spaces that are not only beautiful but also functional and sustainable. Our commitment to quality and client satisfaction has made us a trusted name in Renton, WA."
subdescription="Based in Renton, WA since 2008"
icon={TreePine}
imageSrc="http://img.b2bpic.net/free-photo/close-up-couple-watering-flowers_23-2148256662.jpg"
imageAlt="Team of landscapers working on a lush garden installation"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="services" data-section="services">
<FeatureCardNineteen
tag="Our Expert Services"
tagIcon={Leaf}
title="Comprehensive Outdoor Solutions"
description="From foundational lawn care to intricate custom builds, Tan's Landscape provides a full spectrum of services to enhance your property."
buttonAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
imageContainerClassName="!rotate-0 !aspect-square"
features={[
{
tag: "Lawn Care", title: "Lawn Service & Maintenance", subtitle: "Lush Green Lawns Year-Round", description: "Expert mowing, fertilization, aeration, and seasonal clean-ups to keep your lawn healthy and vibrant.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128774.jpg", imageAlt: "Manicured green lawn with gardening tools"},
{
tag: "Deck Work", title: "New Deck Installation & Repair", subtitle: "Outdoor Living Redefined", description: "Design and build custom decks, or expertly repair your existing one, creating the perfect space for relaxation and entertaining.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8437.jpg", imageAlt: "Modern wooden deck with outdoor furniture overlooking a garden"},
{
tag: "Fence Solutions", title: "New Fence Installation & Repair", subtitle: "Privacy & Curb Appeal", description: "Install new fences for privacy and aesthetics, or repair damaged sections to restore security and beauty to your property.", imageSrc: "http://img.b2bpic.net/free-photo/young-tourist-looking-green-landscape-standing-fence_346278-1286.jpg", imageAlt: "Newly installed wooden picket fence separating a garden"},
{
tag: "Patio & Pavers", title: "Custom Patio Design & Installation", subtitle: "Elegant Outdoor Gatherings", description: "Create stunning patios with a variety of materials, perfect for outdoor dining, entertaining, and enjoying your landscape.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-deck-with-patio-furniture-vegetation_23-2150698460.jpg", imageAlt: "Stone patio with comfortable seating and fire pit"},
{
tag: "Irrigation", title: "Sprinkler System Installation & Repair", subtitle: "Efficient Water Management", description: "Automated sprinkler systems designed for optimal water distribution, ensuring a healthy landscape with minimal effort. We also offer prompt repairs.", imageSrc: "http://img.b2bpic.net/free-photo/blue-watering-can-near-plants-growing-greenhouse_23-2147948319.jpg", imageAlt: "Automated sprinkler system watering a green lawn"}
]}
/>
</div>
<div id="why-us" data-section="why-us">
<TeamCardSix
tag="Our Commitment to You"
title="The Tan's Landscape Advantage"
description="Choosing Tan's Landscape means partnering with a team dedicated to excellence, integrity, and your complete satisfaction."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
members={[
{
id: "1", name: "Local Expertise", role: "Deep understanding of Renton's climate and landscaping needs for optimal results.", imageSrc: "http://img.b2bpic.net/free-photo/gardeners-performing-counts_23-2147768554.jpg", imageAlt: "Local landscape designer reviewing plans with a client"},
{
id: "2", name: "Customer Satisfaction", role: "We prioritize your vision and ensure every project reflects your desired outcome.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-menus_23-2149930160.jpg", imageAlt: "Happy homeowner shaking hands with a landscaper"},
{
id: "3", name: "Premium Quality Materials", role: "Using only the best materials for durable, beautiful, and long-lasting outdoor spaces.", imageSrc: "http://img.b2bpic.net/free-photo/natural-wall-made-stones_1127-287.jpg", imageAlt: "High-quality wood and stone materials for landscaping project"},
{
id: "4", name: "Skilled Craftsmanship", role: "Our experienced team delivers meticulous attention to detail in every aspect of our work.", imageSrc: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", imageAlt: "Landscaper carefully installing pavers for a patio"}
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
tag="Our Dedicated Team"
title="Meet the Faces Behind Your Beautiful Yard"
description="Our skilled professionals bring passion and precision to every project, ensuring exceptional results for your home or business."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
members={[
{
id: "1", name: "John D.", role: "Lead Designer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-man-posing-outdoors_651396-1553.jpg", imageAlt: "John D. - Lead Designer"},
{
id: "2", name: "Maria S.", role: "Horticulturist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-greenhouse_23-2148224015.jpg", imageAlt: "Maria S. - Horticulturist"},
{
id: "3", name: "David P.", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-site_23-2151983464.jpg", imageAlt: "David P. - Project Manager"},
{
id: "4", name: "Emily R.", role: "Sprinkler Specialist", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-gardener-watering-plants-greenhouse_23-2147918786.jpg", imageAlt: "Emily R. - Sprinkler Specialist"}
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
cardTag="Hear From Our Happy Clients"
cardTagIcon={Star}
cardTitle="With a 5.0-star rating across 36 reviews, our customers consistently praise our quality and dedication."
buttons={[{ text: "Read More Reviews", href: "#contact" }]}
buttonAnimation="slide-up"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Client A", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg", imageAlt: "Happy Client A"},
{
id: "2", name: "Client B", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Happy Client B"},
{
id: "3", name: "Client C", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "Happy Client C"},
{
id: "4", name: "Client D", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg", imageAlt: "Happy Client D"},
{
id: "5", name: "Client E", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-happy-female-with-toothy-smile-wearing-casual-yellow-shirt_176532-7181.jpg", imageAlt: "Happy Client E"},
{
id: "6", name: "Client F", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man_23-2149880056.jpg", imageAlt: "Happy Client F"}
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
tag="FAQs"
title="Your Questions, Our Answers"
description="Find quick answers to common questions about our landscaping services in Renton, WA."
textboxLayout="default"
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "What areas do you serve?", content: "We proudly serve Renton, WA, and the surrounding Puget Sound communities. Contact us to confirm service availability in your specific location."},
{
id: "2", title: "How do I get a free estimate?", content: "Simply fill out our contact form or give us a call at (206) 683-0733. We'll schedule a convenient time for an on-site consultation and provide a detailed estimate."},
{
id: "3", title: "Do you offer year-round maintenance plans?", content: "Yes, we offer customized year-round maintenance plans for lawns, gardens, and irrigation systems to keep your property looking its best in every season."},
{
id: "4", title: "Are you licensed and insured?", content: "Absolutely. Tan's Landscape is fully licensed, bonded, and insured, providing you peace of mind with every project we undertake."},
{
id: "5", title: "What types of materials do you use for decks and patios?", content: "We work with a wide range of high-quality materials including natural wood, composite decking, concrete pavers, natural stone, and more, tailored to your aesthetic and budget."},
{
id: "6", title: "Can you help with sprinkler system repairs?", content: "Yes, our team is skilled in diagnosing and repairing all types of sprinkler system issues, ensuring efficient and effective watering for your landscape."}
]}
/>
</div>
<div id="contact" data-section="contact" className="relative overflow-hidden">
<div className="absolute inset-0 w-full h-full">
<img
src="http://img.b2bpic.net/free-photo/sunlight-shade-concrete-wall-park_53876-42862.jpg"
alt="Beautifully landscaped garden with a modern design"
className="w-full h-full object-cover"
/>
<div className="absolute inset-0 bg-foreground/70" />
</div>
<ContactSplitForm
title="Let's Create Your Dream Outdoor Space"
description="Contact Tan's Landscape today for a free consultation and estimate. Call us directly at (206) 683-0733 or fill out the form below. We're located at 5124 NE 8th Ct, Renton, WA 98059."
useInvertedBackground={false}
mediaAnimation="none"
buttonText="Send Your Inquiry"
contentClassName="!grid-cols-1 max-w-[600px] mx-auto"
mediaWrapperClassName="hidden"
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number" },
]}
multiSelect={{
name: "service", label: "Interested in Service(s)", options: [
"Lawn Service & Maintenance", "New Deck Installation/Repair", "New Fence Installation/Repair", "Custom Patio Design", "Sprinkler System Installation/Repair", "Other"
],
}}
textarea={{ name: "message", placeholder: "Tell us about your project or questions...", rows: 4, required: true }}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Services", items: [
{ label: "Lawn Service", href: "#services" },
{ label: "Deck Installation & Repair", href: "#services" },
{ label: "Fence Installation & Repair", href: "#services" },
{ label: "Patio Work", href: "#services" },
{ label: "Sprinkler Systems", href: "#services" },
],
},
{
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Why Choose Us", href: "#why-us" },
{ label: "Our Team", href: "#team" },
{ label: "Testimonials", href: "#testimonials" },
{ label: "FAQs", href: "#faq" },
],
},
{
title: "Contact Tan's Landscape", items: [
{ label: "(206) 683-0733", href: "tel:+12066830733", icon: Phone },
{ label: "5124 NE 8th Ct, Renton, WA 98059" },
{ label: "tanslandscape@example.com", href: "mailto:tanslandscape@example.com" }
],
},
]}
bottomLeftText="© 2024 Tan's Landscape. All rights reserved."
bottomRightText="Serving Renton, WA and surrounding areas."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}