3 Commits

Author SHA1 Message Date
ee1f1aa043 Update src/app/page.tsx 2026-04-21 16:56:12 +00:00
1b29e07eb1 Merge version_2 into main
Merge version_2 into main
2026-04-21 16:54:31 +00:00
412bcd8d24 Update src/app/page.tsx 2026-04-21 16:54:27 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Hidden Gem"
/>
@@ -55,19 +47,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
logoText="Hidden Gem Landscaping Inc."
description="Crafting extraordinary outdoor living spaces with precision, passion, and artistic vision. Your garden, refined."
buttons={[
{
text: "View Our Portfolio",
href: "#portfolio",
},
text: "View Our Portfolio", href: "#portfolio"},
{
text: "Get a Consultation",
href: "#contact",
},
text: "Get a Consultation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg"
mediaAnimation="slide-up"
@@ -82,17 +69,11 @@ export default function LandingPage() {
description="With over two decades of expertise, Hidden Gem transforms ordinary backyards into breathtaking sanctuaries. We believe every home deserves a touch of natural elegance."
metrics={[
{
value: "20+",
title: "Years Experience",
},
value: "20+", title: "Years Experience"},
{
value: "500+",
title: "Gardens Transformed",
},
value: "500+", title: "Gardens Transformed"},
{
value: "100%",
title: "Client Satisfaction",
},
value: "100%", title: "Client Satisfaction"},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-attractive-male-gardener-glasses-posing-while-trimming-bush-with-electric-hedge-clippers_7502-10137.jpg"
mediaAnimation="blur-reveal"
@@ -108,38 +89,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "s1",
title: "Lawn Care & Maintenance",
author: "Pro Maintenance Team",
description: "Precision mowing and healthy soil treatments to keep your lawn looking vibrant all year round.",
tags: [
"Maintenance",
],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-landscaper-denim-shirt-trimming-overgrown-lawn-with-lawn-mover-summer-day-low_7502-10170.jpg",
imageAlt: "lawn mowing professional",
},
id: "s1", title: "Lawn Care & Maintenance", author: "Pro Maintenance Team", description: "Precision mowing and healthy soil treatments to keep your lawn looking vibrant all year round.", tags: [
"Maintenance"],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-landscaper-denim-shirt-trimming-overgrown-lawn-with-lawn-mover-summer-day-low_7502-10170.jpg", imageAlt: "lawn mowing professional"},
{
id: "s2",
title: "Hardscape Construction",
author: "Stone Specialists",
description: "Custom patios, walkways, and retaining walls built with premium materials for long-lasting beauty.",
tags: [
"Hardscape",
],
imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg",
imageAlt: "hardscape patio design",
},
id: "s2", title: "Hardscape Construction", author: "Stone Specialists", description: "Custom patios, walkways, and retaining walls built with premium materials for long-lasting beauty.", tags: [
"Hardscape"],
imageSrc: "http://img.b2bpic.net/free-photo/tranquil-space-with-plants_1137-266.jpg", imageAlt: "hardscape patio design"},
{
id: "s3",
title: "Garden Lighting Design",
author: "Design Engineers",
description: "Ambient, automated exterior lighting systems to illuminate your home and garden architecture.",
tags: [
"Lighting",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359701.jpg",
imageAlt: "landscape lighting design",
},
id: "s3", title: "Garden Lighting Design", author: "Design Engineers", description: "Ambient, automated exterior lighting systems to illuminate your home and garden architecture.", tags: [
"Lighting"],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359701.jpg", imageAlt: "landscape lighting design"},
]}
title="Our Professional Services"
description="We offer comprehensive landscape solutions tailored to your unique outdoor needs."
@@ -154,65 +114,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Renovation",
name: "Modern Backyard Oasis",
price: "Custom",
rating: 5,
reviewCount: "12",
imageSrc: "http://img.b2bpic.net/free-photo/pink-flowers_1372-139.jpg",
imageAlt: "landscape design project",
},
id: "p1", brand: "Renovation", name: "Modern Backyard Oasis", price: "Custom", rating: 5,
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/pink-flowers_1372-139.jpg", imageAlt: "landscape design project"},
{
id: "p2",
brand: "Design",
name: "Terraced Garden Escape",
price: "Custom",
rating: 5,
reviewCount: "8",
imageSrc: "http://img.b2bpic.net/free-photo/park-china_1127-3865.jpg",
imageAlt: "modern garden patio",
},
id: "p2", brand: "Design", name: "Terraced Garden Escape", price: "Custom", rating: 5,
reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/park-china_1127-3865.jpg", imageAlt: "modern garden patio"},
{
id: "p3",
brand: "Maintenance",
name: "Lush Lawn Transformation",
price: "Custom",
rating: 5,
reviewCount: "15",
imageSrc: "http://img.b2bpic.net/free-photo/empty-restaurant-terrace_1127-2167.jpg",
imageAlt: "lush green garden",
},
id: "p3", brand: "Maintenance", name: "Lush Lawn Transformation", price: "Custom", rating: 5,
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/empty-restaurant-terrace_1127-2167.jpg", imageAlt: "lush green garden"},
{
id: "p4",
brand: "Hardscape",
name: "Stone Walkway Project",
price: "Custom",
rating: 5,
reviewCount: "9",
imageSrc: "http://img.b2bpic.net/free-photo/green-lizard-crawling-rocks_23-2148245187.jpg",
imageAlt: "professional landscape stone",
},
id: "p4", brand: "Hardscape", name: "Stone Walkway Project", price: "Custom", rating: 5,
reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/green-lizard-crawling-rocks_23-2148245187.jpg", imageAlt: "professional landscape stone"},
{
id: "p5",
brand: "Renovation",
name: "Summer Garden Retreat",
price: "Custom",
rating: 5,
reviewCount: "11",
imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7090.jpg",
imageAlt: "backyard oasis garden",
},
id: "p5", brand: "Renovation", name: "Summer Garden Retreat", price: "Custom", rating: 5,
reviewCount: "11", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-7090.jpg", imageAlt: "backyard oasis garden"},
{
id: "p6",
brand: "Design",
name: "Executive Estate Landscape",
price: "Custom",
rating: 5,
reviewCount: "20",
imageSrc: "http://img.b2bpic.net/free-photo/view-city-with-apartment-buildings-green-vegetation_23-2150439317.jpg",
imageAlt: "modern landscaping project",
},
id: "p6", brand: "Design", name: "Executive Estate Landscape", price: "Custom", rating: 5,
reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/view-city-with-apartment-buildings-green-vegetation_23-2150439317.jpg", imageAlt: "modern landscaping project"},
]}
title="Our Portfolio"
description="A curated collection of our most successful landscaping transformations."
@@ -226,29 +144,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "95%",
title: "Client Retention",
description: "Long-term relationships with homeowners.",
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-closely-girl-telling-story_259150-58932.jpg",
imageAlt: "satisfied client happy garden",
},
id: "m1", value: "95%", title: "Client Retention", description: "Long-term relationships with homeowners.", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-closely-girl-telling-story_259150-58932.jpg", imageAlt: "satisfied client happy garden"},
{
id: "m2",
value: "120+",
title: "Projects Annually",
description: "Consistent excellence across local estates.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-pruning-bushes-smiling-camera_651396-3821.jpg",
imageAlt: "happy homeowner landscaping",
},
id: "m2", value: "120+", title: "Projects Annually", description: "Consistent excellence across local estates.", imageSrc: "http://img.b2bpic.net/free-photo/woman-pruning-bushes-smiling-camera_651396-3821.jpg", imageAlt: "happy homeowner landscaping"},
{
id: "m3",
value: "50+",
title: "Certified Pros",
description: "Expert team for every garden task.",
imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30888.jpg",
imageAlt: "professional client garden",
},
id: "m3", value: "50+", title: "Certified Pros", description: "Expert team for every garden task.", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30888.jpg", imageAlt: "professional client garden"},
]}
title="Proven Quality"
description="Our work speaks through data and happy customers."
@@ -261,60 +161,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Miller",
date: "Jan 2024",
title: "Homeowner",
quote: "They turned our messy backyard into a professional paradise. Truly exceptional work.",
tag: "Garden Project",
avatarSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7005.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-giving-red-rose-her-blonde-girlfriend_23-2147891108.jpg",
imageAlt: "satisfied client happy garden",
},
id: "t1", name: "Sarah Miller", date: "Jan 2024", title: "Homeowner", quote: "They turned our messy backyard into a professional paradise. Truly exceptional work.", tag: "Garden Project", avatarSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7005.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-giving-red-rose-her-blonde-girlfriend_23-2147891108.jpg", imageAlt: "satisfied client happy garden"},
{
id: "t2",
name: "John Thompson",
date: "Dec 2023",
title: "Estate Owner",
quote: "Hidden Gem understands high-end design. The result exceeded my expectations.",
tag: "Estate Design",
avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-using-scrissors_23-2149382187.jpg",
imageAlt: "happy homeowner landscaping",
},
id: "t2", name: "John Thompson", date: "Dec 2023", title: "Estate Owner", quote: "Hidden Gem understands high-end design. The result exceeded my expectations.", tag: "Estate Design", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-celebrating-engagement_23-2149401308.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-using-scrissors_23-2149382187.jpg", imageAlt: "happy homeowner landscaping"},
{
id: "t3",
name: "Emily Chen",
date: "Nov 2023",
title: "Architect",
quote: "Professionalism and vision—the two things Hidden Gem brings to every project.",
tag: "Renovation",
avatarSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30882.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flowers_23-2149871129.jpg",
imageAlt: "professional client garden",
},
id: "t3", name: "Emily Chen", date: "Nov 2023", title: "Architect", quote: "Professionalism and vision—the two things Hidden Gem brings to every project.", tag: "Renovation", avatarSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-green-trees_1157-30882.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flowers_23-2149871129.jpg", imageAlt: "professional client garden"},
{
id: "t4",
name: "David Williams",
date: "Oct 2023",
title: "Homeowner",
quote: "A truly seamless experience. My lawn has never looked this healthy and vibrant.",
tag: "Maintenance",
avatarSrc: "http://img.b2bpic.net/free-photo/glad-white-woman-drinkng-coffee-outdoor-while-listening-music-outdoor-portrait-lovely-smiling-girl-with-straight-blonde-hair_197531-25795.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-middle-east-girl-smiling-happy-standing-city_839833-7903.jpg",
imageAlt: "satisfied homeowner garden",
},
id: "t4", name: "David Williams", date: "Oct 2023", title: "Homeowner", quote: "A truly seamless experience. My lawn has never looked this healthy and vibrant.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/glad-white-woman-drinkng-coffee-outdoor-while-listening-music-outdoor-portrait-lovely-smiling-girl-with-straight-blonde-hair_197531-25795.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-middle-east-girl-smiling-happy-standing-city_839833-7903.jpg", imageAlt: "satisfied homeowner garden"},
{
id: "t5",
name: "Karen O'Connor",
date: "Sept 2023",
title: "Homeowner",
quote: "I love the hardscaping they added. It really elevated the outdoor living space.",
tag: "Hardscape",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-botanist-girl-cheerful-mood-shows-sign-ok-curly-female-researcher-surrounded-by-flowers_197531-25950.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg",
imageAlt: "happy client garden",
},
id: "t5", name: "Karen O'Connor", date: "Sept 2023", title: "Homeowner", quote: "I love the hardscaping they added. It really elevated the outdoor living space.", tag: "Hardscape", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-botanist-girl-cheerful-mood-shows-sign-ok-curly-female-researcher-surrounded-by-flowers_197531-25950.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2149271087.jpg", imageAlt: "happy client garden"},
]}
title="Client Success Stories"
description="What our satisfied homeowners say about Hidden Gem Landscaping."
@@ -327,29 +182,21 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What areas do you serve?",
content: "We proudly serve the greater metropolitan area and surrounding suburbs.",
},
id: "q1", title: "Do you offer seasonal cleanup services?", content: "Yes, we offer comprehensive spring and fall cleanups, including leaf removal, pruning, and garden bed preparation to ensure your landscape remains healthy year-round."},
{
id: "q2",
title: "Do you offer free consultations?",
content: "Yes, we offer complimentary on-site consultations to assess your project.",
},
id: "q2", title: "Is your fertilization program organic?", content: "We prioritize soil health and offer eco-friendly, organic fertilization options that are safe for your pets, family, and the local ecosystem."},
{
id: "q3",
title: "Are you fully insured?",
content: "Absolutely. We are fully licensed, bonded, and insured for your complete peace of mind.",
},
id: "q3", title: "How often should my irrigation system be checked?", content: "We recommend a bi-annual checkup—once during startup in spring and once before winterization—to ensure maximum efficiency and water conservation."},
{
id: "q4",
title: "How long does a typical project take?",
content: "Project timelines vary by scale, but we strive for efficient and high-quality results.",
},
id: "q4", title: "Can you work on sloped properties?", content: "Absolutely. Our specialized team excels in terrace construction and retaining wall engineering to stabilize and beautify sloped landscapes."},
]}
buttons={[
{
text: "Contact Us", href: "#contact"}
]}
imageSrc="http://img.b2bpic.net/free-photo/professional-gardeners-growing-plants-shooting-them-phone_74855-16434.jpg"
title="Questions Answered"
description="Everything you need to know about our landscaping services."
title="Landscaping FAQs"
description="Common questions from homeowners about our lawn, garden, and hardscape care."
faqsAnimation="slide-up"
imageAlt="landscaping service faq"
/>
@@ -359,16 +206,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
tag="Ready to get started?"
title="Bring Your Garden Vision to Life"
description="Contact us today for a free estimate and discover what Hidden Gem Landscaping can do for your home."
variant: "plain"}}
tag="Schedule Your Consultation"
title="Transform Your Outdoor Space"
description="Ready to build your dream garden? Contact our experts today to book a free assessment and estimate for your property."
buttons={[
{
text: "Contact Us",
href: "mailto:hello@hiddengem.com",
},
text: "Book an Estimate", href: "mailto:hello@hiddengem.com"},
]}
/>
</div>
@@ -377,58 +221,39 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Our Process", href: "#about"},
{
label: "Portfolio",
href: "#portfolio",
},
label: "Portfolio", href: "#portfolio"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Lawn Care",
href: "#services",
},
label: "Lawn Maintenance", href: "#services"},
{
label: "Hardscape",
href: "#services",
},
label: "Hardscape Design", href: "#services"},
{
label: "Lighting",
href: "#services",
},
label: "Garden Lighting", href: "#services"},
],
},
{
title: "Legal",
items: [
title: "Contact", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "hello@hiddengem.com", href: "mailto:hello@hiddengem.com"},
{
label: "Terms of Service",
href: "#",
},
label: "(555) 123-4567", href: "tel:5551234567"},
],
},
]}
bottomLeftText="© 2024 Hidden Gem Landscaping Inc."
bottomRightText="Crafted with passion."
bottomLeftText="© 2024 Hidden Gem Landscaping Inc. All rights reserved."
bottomRightText="Building greener futures."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}