Update src/app/page.tsx
This commit is contained in:
289
src/app/page.tsx
289
src/app/page.tsx
@@ -33,83 +33,46 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "#portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "#portfolio"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQs", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="D&I Landscape"
|
||||
bottomLeftText="Expert Landscape Design"
|
||||
bottomRightText="(765) 274-9243"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Transforming Your Outdoor Space into a Masterpiece"
|
||||
description="Experience award-winning landscape design and meticulous maintenance services. Let us create the perfect environment for your home."
|
||||
tag="Landscape Designer"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "View Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Our Services", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sustainable-garden-with-home-grown-plants_23-2151479048.jpg",
|
||||
imageAlt: "Luxurious backyard with pool and landscaping",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-sustainable-garden-with-home-grown-plants_23-2151479048.jpg", imageAlt: "Luxurious backyard with pool and landscaping"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-drafts-construction-supplies_23-2147831906.jpg",
|
||||
imageAlt: "Landscape design blueprints and tools",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lights-park-with-green-trees-pond_1268-15675.jpg",
|
||||
imageAlt: "Lights in a park with green trees and pond",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-marigod-bloom-flower-park_53876-14281.jpg",
|
||||
imageAlt: "Summer marigod bloom flower in the park",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-closeup-shot-beautiful-greenery-garden_181624-5252.jpg",
|
||||
imageAlt: "Selective focus closeup shot of beautiful greenery in a garden",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-drafts-construction-supplies_23-2147831906.jpg", imageAlt: "Landscape design blueprints and tools"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -135,37 +98,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "seasonal-cleanup",
|
||||
label: "Seasonal Care",
|
||||
title: "Seasonal Yard Clean-up",
|
||||
items: [
|
||||
"Leaf Removal",
|
||||
"Debris Hauling",
|
||||
"Mulching Services",
|
||||
"Garden Bed Preparation",
|
||||
],
|
||||
id: "seasonal-cleanup", label: "Seasonal Care", title: "Seasonal Yard Clean-up", items: [
|
||||
"Leaf Removal", "Debris Hauling", "Mulching Services", "Garden Bed Preparation"],
|
||||
},
|
||||
{
|
||||
id: "drainage-solutions",
|
||||
label: "Problem Solvers",
|
||||
title: "Expert Drainage Solutions",
|
||||
items: [
|
||||
"French Drain Installation",
|
||||
"Erosion Control",
|
||||
"Water Management",
|
||||
"Sump Pump Integration",
|
||||
],
|
||||
id: "drainage-solutions", label: "Problem Solvers", title: "Expert Drainage Solutions", items: [
|
||||
"French Drain Installation", "Erosion Control", "Water Management", "Sump Pump Integration"],
|
||||
},
|
||||
{
|
||||
id: "regular-maintenance",
|
||||
label: "Ongoing Beauty",
|
||||
title: "Consistent Lawn & Garden Care",
|
||||
items: [
|
||||
"Weekly Mowing",
|
||||
"Edging & Trimming",
|
||||
"Hedge & Shrub Pruning",
|
||||
"Fertilization Programs",
|
||||
],
|
||||
id: "regular-maintenance", label: "Ongoing Beauty", title: "Consistent Lawn & Garden Care", items: [
|
||||
"Weekly Mowing", "Edging & Trimming", "Hedge & Shrub Pruning", "Fertilization Programs"],
|
||||
},
|
||||
]}
|
||||
title="Our Comprehensive Services"
|
||||
@@ -181,53 +123,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "garden-design",
|
||||
name: "Custom Garden Design",
|
||||
price: "Starting at $1,500",
|
||||
variant: "Softscape",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-flower-garden_1428-575.jpg",
|
||||
imageAlt: "Custom designed garden with various plants and flowers",
|
||||
},
|
||||
id: "garden-design", name: "Custom Garden Design", price: "Starting at $1,500", variant: "Softscape", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-flower-garden_1428-575.jpg", imageAlt: "Custom designed garden with various plants and flowers"},
|
||||
{
|
||||
id: "pond-installation",
|
||||
name: "Elegant Pond Installation",
|
||||
price: "Starting at $2,000",
|
||||
variant: "Water Features",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728820.jpg",
|
||||
imageAlt: "Beautiful garden pond with aquatic plants",
|
||||
},
|
||||
id: "pond-installation", name: "Elegant Pond Installation", price: "Starting at $2,000", variant: "Water Features", imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728820.jpg", imageAlt: "Beautiful garden pond with aquatic plants"},
|
||||
{
|
||||
id: "patio-extension",
|
||||
name: "Patio & Deck Extensions",
|
||||
price: "Starting at $2,500",
|
||||
variant: "Hardscape",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg",
|
||||
imageAlt: "Spacious outdoor patio with seating area",
|
||||
},
|
||||
id: "patio-extension", name: "Patio & Deck Extensions", price: "Starting at $2,500", variant: "Hardscape", imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg", imageAlt: "Spacious outdoor patio with seating area"},
|
||||
{
|
||||
id: "front-yard-renovation",
|
||||
name: "Front Yard Renovation",
|
||||
price: "Starting at $3,000",
|
||||
variant: "Curb Appeal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/city-park-with-lake_1127-4101.jpg",
|
||||
imageAlt: "Renovated front yard with manicured lawn and garden",
|
||||
},
|
||||
id: "front-yard-renovation", name: "Front Yard Renovation", price: "Starting at $3,000", variant: "Curb Appeal", imageSrc: "http://img.b2bpic.net/free-photo/city-park-with-lake_1127-4101.jpg", imageAlt: "Renovated front yard with manicured lawn and garden"},
|
||||
{
|
||||
id: "backyard-transformation",
|
||||
name: "Backyard Transformation",
|
||||
price: "Starting at $5,000",
|
||||
variant: "Full Remodel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-friends-front-bar_23-2147680612.jpg",
|
||||
imageAlt: "Complete backyard transformation with multiple features",
|
||||
},
|
||||
id: "backyard-transformation", name: "Backyard Transformation", price: "Starting at $5,000", variant: "Full Remodel", imageSrc: "http://img.b2bpic.net/free-photo/joyful-friends-front-bar_23-2147680612.jpg", imageAlt: "Complete backyard transformation with multiple features"},
|
||||
{
|
||||
id: "custom-walkways",
|
||||
name: "Custom Walkways & Paths",
|
||||
price: "Starting at $1,000",
|
||||
variant: "Pathways",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-national-forest-bucaco-luso-portugal_181624-57459.jpg",
|
||||
imageAlt: "Elegant stone pathway through a garden",
|
||||
},
|
||||
id: "custom-walkways", name: "Custom Walkways & Paths", price: "Starting at $1,000", variant: "Pathways", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-national-forest-bucaco-luso-portugal_181624-57459.jpg", imageAlt: "Elegant stone pathway through a garden"},
|
||||
]}
|
||||
title="Our Landscape Design Portfolio"
|
||||
description="Explore some of our recent projects and discover the potential for your own outdoor oasis."
|
||||
@@ -242,20 +148,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "years",
|
||||
value: "10+",
|
||||
description: "Years in Business",
|
||||
},
|
||||
id: "years", value: "10+", description: "Years in Business"},
|
||||
{
|
||||
id: "clients",
|
||||
value: "250+",
|
||||
description: "Happy Clients",
|
||||
},
|
||||
id: "clients", value: "250+", description: "Happy Clients"},
|
||||
{
|
||||
id: "projects",
|
||||
value: "500+",
|
||||
description: "Projects Completed",
|
||||
},
|
||||
id: "projects", value: "500+", description: "Projects Completed"},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Years of dedicated service, countless transformed yards, and delighted homeowners speak volumes about our commitment to excellence."
|
||||
@@ -267,14 +164,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Homeowners Association",
|
||||
"Local Businesses",
|
||||
"Residential Clients",
|
||||
"Property Managers",
|
||||
"Garden Enthusiasts",
|
||||
"Community Partners",
|
||||
"Local Developers",
|
||||
]}
|
||||
"Homeowners Association", "Local Businesses", "Residential Clients", "Property Managers", "Garden Enthusiasts", "Community Partners", "Local Developers"]}
|
||||
title="Trusted by Your Neighbors"
|
||||
description="We're proud to serve our community and build lasting relationships with homeowners who value quality."
|
||||
/>
|
||||
@@ -288,50 +178,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "george-johnston",
|
||||
name: "George Johnston",
|
||||
handle: "@georgej",
|
||||
testimonial: "D&I Landscaping came out to our home and did a phenomenal job cleaning our yard of leaves, sticks, and other debris. I couldn't believe how efficiently they cleaned and how much they managed to haul away. I would highly recommend them to anyone looking for a landscaping company!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-decorating-home_23-2150633270.jpg",
|
||||
imageAlt: "Portrait of George Johnston",
|
||||
},
|
||||
id: "george-johnston", name: "George Johnston", handle: "@georgej", testimonial: "D&I Landscaping came out to our home and did a phenomenal job cleaning our yard of leaves, sticks, and other debris. I couldn't believe how efficiently they cleaned and how much they managed to haul away. I would highly recommend them to anyone looking for a landscaping company!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-decorating-home_23-2150633270.jpg", imageAlt: "Portrait of George Johnston"},
|
||||
{
|
||||
id: "nicole-black",
|
||||
name: "Nicole Black",
|
||||
handle: "@nicoleb",
|
||||
testimonial: "Norma and her team have been amazing to work with! The quality of the work is outstanding and a good value. The french drain they installed has been operating perfectly and they kept the integrity of my lawn during installation.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg",
|
||||
imageAlt: "Portrait of Nicole Black",
|
||||
},
|
||||
id: "nicole-black", name: "Nicole Black", handle: "@nicoleb", testimonial: "Norma and her team have been amazing to work with! The quality of the work is outstanding and a good value. The french drain they installed has been operating perfectly and they kept the integrity of my lawn during installation.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-attractive-bearded-caucasian-male-gardener-blue-t-shirt-gloves-smiling-holding-flower-pot-with-green-sprout-hands-looking-aside-with-excited-face-expression_176420-19922.jpg", imageAlt: "Portrait of Nicole Black"},
|
||||
{
|
||||
id: "anne-quinn",
|
||||
name: "Anne Quinn",
|
||||
handle: "@anneq",
|
||||
testimonial: "Could not recommend this company more! We have been using D & I Landscaping for several years now to mow our lawn weekly, do spring mulching and clean up, and we'll likely add them for fall leaf clean up as well. They do an excellent job.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-lying-grass-with-tablet_23-2148029619.jpg",
|
||||
imageAlt: "Portrait of Anne Quinn",
|
||||
},
|
||||
id: "anne-quinn", name: "Anne Quinn", handle: "@anneq", testimonial: "Could not recommend this company more! We have been using D & I Landscaping for several years now to mow our lawn weekly, do spring mulching and clean up, and we'll likely add them for fall leaf clean up as well. They do an excellent job.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-lying-grass-with-tablet_23-2148029619.jpg", imageAlt: "Portrait of Anne Quinn"},
|
||||
{
|
||||
id: "sarah-davis",
|
||||
name: "Sarah Davis",
|
||||
handle: "@sarahd",
|
||||
testimonial: "Our garden has never looked better! The D&I team transformed our dull backyard into a vibrant oasis, exceeding all our expectations. Truly a remarkable service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2075.jpg",
|
||||
imageAlt: "Portrait of Sarah Davis",
|
||||
},
|
||||
id: "sarah-davis", name: "Sarah Davis", handle: "@sarahd", testimonial: "Our garden has never looked better! The D&I team transformed our dull backyard into a vibrant oasis, exceeding all our expectations. Truly a remarkable service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-florist-taking-care-flowers_176420-2075.jpg", imageAlt: "Portrait of Sarah Davis"},
|
||||
{
|
||||
id: "robert-wilson",
|
||||
name: "Robert Wilson",
|
||||
handle: "@robertw",
|
||||
testimonial: "Professional, reliable, and incredibly talented. D&I Landscape took care of our complex irrigation system and the results were flawless. Highly recommend their expertise.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg",
|
||||
imageAlt: "Portrait of Robert Wilson",
|
||||
},
|
||||
id: "robert-wilson", name: "Robert Wilson", handle: "@robertw", testimonial: "Professional, reliable, and incredibly talented. D&I Landscape took care of our complex irrigation system and the results were flawless. Highly recommend their expertise.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-good-looking-young-caucasian-man-blue-t-shirt-gloves-smiling-with-teeth-being-tired-from-hard-work-garden-farmer-planting-leaves-countryside-house_176420-19908.jpg", imageAlt: "Portrait of Robert Wilson"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Clients Say"
|
||||
@@ -345,20 +205,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What areas do you serve?",
|
||||
content: "D&I Landscape proudly serves [Your City/Region] and surrounding areas. Please contact us to confirm service availability in your specific location.",
|
||||
},
|
||||
id: "faq-1", title: "What areas do you serve?", content: "D&I Landscape proudly serves [Your City/Region] and surrounding areas. Please contact us to confirm service availability in your specific location."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How do I request a quote?",
|
||||
content: "You can request a free, no-obligation quote by filling out the contact form on our website, calling us directly at (765) 274-9243, or sending an email to hello@dlandscape.com. We'll schedule a convenient time to assess your needs.",
|
||||
},
|
||||
id: "faq-2", title: "How do I request a quote?", content: "You can request a free, no-obligation quote by filling out the contact form on our website, calling us directly at (765) 274-9243, or sending an email to hello@dlandscape.com. We'll schedule a convenient time to assess your needs."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you offer seasonal maintenance packages?",
|
||||
content: "Yes, we offer customizable seasonal maintenance packages including spring clean-up, mulching, weekly mowing, fall leaf removal, and winter preparation. Our team can tailor a plan to keep your property looking its best year-round.",
|
||||
},
|
||||
id: "faq-3", title: "Do you offer seasonal maintenance packages?", content: "Yes, we offer customizable seasonal maintenance packages including spring clean-up, mulching, weekly mowing, fall leaf removal, and winter preparation. Our team can tailor a plan to keep your property looking its best year-round."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about our services and process."
|
||||
@@ -370,14 +221,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to transform your landscape? Get in touch today for a personalized consultation and a free estimate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -387,58 +235,35 @@ export default function LandingPage() {
|
||||
logoText="D&I Landscape"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Garden Design",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Garden Design", href: "#services"},
|
||||
{
|
||||
label: "Lawn Care",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Lawn Care", href: "#services"},
|
||||
{
|
||||
label: "Drainage Solutions",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Drainage Solutions", href: "#services"},
|
||||
{
|
||||
label: "Seasonal Clean-up",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Seasonal Clean-up", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Work",
|
||||
href: "#portfolio",
|
||||
},
|
||||
label: "Our Work", href: "#portfolio"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user