Merge version_1 into main #2
417
src/app/page.tsx
417
src/app/page.tsx
@@ -28,131 +28,44 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Holiday",
|
||||
id: "holiday",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Holiday", id: "holiday" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="J&A Landscapes LLC"
|
||||
button={{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Get a Free Estimate", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Indianapolis’ Premier Full-Service Landscaping & Property Maintenance."
|
||||
description="Transform your outdoor space with 7+ years of expertise. We deliver impeccable lawn care, hardscaping, and seasonal maintenance that keeps your property pristine year-round."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller",
|
||||
testimonial: "Excellent service and always on time. My lawn has never looked better!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg",
|
||||
},
|
||||
{
|
||||
name: "James Anderson",
|
||||
handle: "@janderson",
|
||||
testimonial: "Very professional tree work. Great pricing for the quality.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-beautiful-smile_23-2148336915.jpg",
|
||||
},
|
||||
{
|
||||
name: "Emily Davis",
|
||||
handle: "@edavis",
|
||||
testimonial: "The holiday lights were beautiful. Seamless installation!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-sitting-cafe-outdoor-table-woman-using-mobile-phone-coffee-shop_197531-22988.jpg",
|
||||
},
|
||||
{
|
||||
name: "Robert Brown",
|
||||
handle: "@rbrown",
|
||||
testimonial: "Consistently high quality maintenance. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg",
|
||||
},
|
||||
{
|
||||
name: "Linda Wilson",
|
||||
handle: "@lwilson",
|
||||
testimonial: "Best landscapers in Indianapolis, 5 stars!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg",
|
||||
},
|
||||
{ name: "Sarah Miller", handle: "@smiller", testimonial: "Excellent service and always on time. My lawn has never looked better!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-worker-talking-phone_23-2147562047.jpg" },
|
||||
{ name: "James Anderson", handle: "@janderson", testimonial: "Very professional tree work. Great pricing for the quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-beautiful-smile_23-2148336915.jpg" },
|
||||
{ name: "Emily Davis", handle: "@edavis", testimonial: "The holiday lights were beautiful. Seamless installation!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-girl-sitting-cafe-outdoor-table-woman-using-mobile-phone-coffee-shop_197531-22988.jpg" },
|
||||
{ name: "Robert Brown", handle: "@rbrown", testimonial: "Consistently high quality maintenance. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoors-portrait-beautiful-cheerful-bearded-caucasian-farmer-blue-shirt-gloves-smiling-working-with-garden-tools-his-farm-near-countryside-house_176420-19905.jpg" },
|
||||
{ name: "Linda Wilson", handle: "@lwilson", testimonial: "Best landscapers in Indianapolis, 5 stars!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-son-his-mature-father-holding-hands-while-greeting-each-other-kitchen_637285-10296.jpg" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=1"
|
||||
buttons={[{ text: "Get a Free Estimate", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg",
|
||||
alt: "Happy client portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-successful-businesswoman-using-digital-tablet-sitting-outdoors-park_1258-194350.jpg",
|
||||
alt: "Satisfied customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
|
||||
alt: "Happy homeowner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-man-standing-front-woman-near-car_23-2147874698.jpg",
|
||||
alt: "Customer profile",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg",
|
||||
alt: "Local resident",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", alt: "Happy client portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/vertical-shot-smiling-successful-businesswoman-using-digital-tablet-sitting-outdoors-park_1258-194350.jpg", alt: "Satisfied customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", alt: "Happy homeowner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-young-man-standing-front-woman-near-car_23-2147874698.jpg", alt: "Customer profile" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", alt: "Local resident" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "500+ Happy Homes",
|
||||
icon: Users,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "7+ Years Experience",
|
||||
icon: Calendar,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Free Consultations",
|
||||
icon: PhoneCall,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Guaranteed",
|
||||
icon: Award,
|
||||
},
|
||||
{ type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "500+ Happy Homes", icon: Users },
|
||||
{ type: "text-icon", text: "7+ Years Experience", icon: Calendar },
|
||||
{ type: "text-icon", text: "Free Consultations", icon: PhoneCall },
|
||||
{ type: "text-icon", text: "Quality Guaranteed", icon: Award }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,65 +77,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lawn Mowing",
|
||||
description: "Professional precision mowing for a pristine look.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-safety-mask-gloves-shaping-bushes_651396-3823.jpg?_wi=1",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Edge trimming",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Clipping removal",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=2",
|
||||
imageAlt: "residential lawn mowing services",
|
||||
title: "Lawn Mowing", description: "Professional precision mowing for a pristine look.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-man-safety-mask-gloves-shaping-bushes_651396-3823.jpg" },
|
||||
items: [{ icon: CheckCircle, text: "Edge trimming" }, { icon: CheckCircle, text: "Clipping removal" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Tree Work",
|
||||
description: "Expert tree maintenance and safety pruning.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803950.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Dead wood removal",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Safety inspections",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-with-paint-roller_23-2149328113.jpg?_wi=1",
|
||||
imageAlt: "residential lawn mowing services",
|
||||
title: "Tree Work", description: "Expert tree maintenance and safety pruning.", media: { imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803950.jpg" },
|
||||
items: [{ icon: CheckCircle, text: "Dead wood removal" }, { icon: CheckCircle, text: "Safety inspections" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Complete Landscaping",
|
||||
description: "Full design and maintenance packages.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-yard_342744-539.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Mulching",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Flower bed care",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-street-with-illuminated-trees_1153-4692.jpg?_wi=1",
|
||||
imageAlt: "residential lawn mowing services",
|
||||
},
|
||||
title: "Complete Landscaping", description: "Full design and maintenance packages.", media: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-yard_342744-539.jpg" },
|
||||
items: [{ icon: CheckCircle, text: "Mulching" }, { icon: CheckCircle, text: "Flower bed care" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Seasonal Property Services"
|
||||
description="Our core services ensure your property stays healthy and visually appealing through every season."
|
||||
@@ -236,65 +104,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Exterior Painting",
|
||||
description: "Professional quality finishes for your home.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-with-paint-roller_23-2149328113.jpg?_wi=2",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Prep work",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Detailed finish",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=3",
|
||||
imageAlt: "exterior house painting services",
|
||||
title: "Exterior Painting", description: "Professional quality finishes for your home.", media: { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-with-paint-roller_23-2149328113.jpg" },
|
||||
items: [{ icon: CheckCircle, text: "Prep work" }, { icon: CheckCircle, text: "Detailed finish" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Gutter Cleaning",
|
||||
description: "Efficient clearing to protect your property foundation.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-hands-painting-with-roller_657883-619.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Debris removal",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Downspout flush",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-safety-mask-gloves-shaping-bushes_651396-3823.jpg?_wi=2",
|
||||
imageAlt: "exterior house painting services",
|
||||
title: "Gutter Cleaning", description: "Efficient clearing to protect your property foundation.", media: { imageSrc: "http://img.b2bpic.net/free-photo/man-hands-painting-with-roller_657883-619.jpg" },
|
||||
items: [{ icon: CheckCircle, text: "Debris removal" }, { icon: CheckCircle, text: "Downspout flush" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Snow Plowing",
|
||||
description: "Reliable clearing service when it matters most.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ski-with-wands-spade_23-2147742007.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Driveway clear",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Walkway salting",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-street-with-illuminated-trees_1153-4692.jpg?_wi=2",
|
||||
imageAlt: "exterior house painting services",
|
||||
},
|
||||
title: "Snow Plowing", description: "Reliable clearing service when it matters most.", media: { imageSrc: "http://img.b2bpic.net/free-photo/ski-with-wands-spade_23-2147742007.jpg" },
|
||||
items: [{ icon: CheckCircle, text: "Driveway clear" }, { icon: CheckCircle, text: "Walkway salting" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Specialized Property Care"
|
||||
description="Beyond landscaping, we offer comprehensive maintenance to keep your entire exterior in top condition."
|
||||
@@ -308,65 +131,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Custom Lighting",
|
||||
description: "Designed to perfectly suit your architecture.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-street-with-illuminated-trees_1153-4692.jpg?_wi=3",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Full installation",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Safe storage",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=4",
|
||||
imageAlt: "professional christmas light installation",
|
||||
title: "Custom Lighting", description: "Designed to perfectly suit your architecture.", media: { imageSrc: "http://img.b2bpic.net/free-photo/young-woman-posing-street-with-illuminated-trees_1153-4692.jpg" },
|
||||
items: [{ icon: CheckCircle, text: "Full installation" }, { icon: CheckCircle, text: "Safe storage" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Maintenance",
|
||||
description: "We ensure your display remains bright and beautiful.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-checking-christmas-lighting_329181-6186.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Replacement service",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Timer checks",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-safety-mask-gloves-shaping-bushes_651396-3823.jpg?_wi=3",
|
||||
imageAlt: "professional christmas light installation",
|
||||
title: "Maintenance", description: "We ensure your display remains bright and beautiful.", media: { imageSrc: "http://img.b2bpic.net/free-photo/rear-view-woman-checking-christmas-lighting_329181-6186.jpg" },
|
||||
items: [{ icon: CheckCircle, text: "Replacement service" }, { icon: CheckCircle, text: "Timer checks" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Post-Holiday Removal",
|
||||
description: "Prompt removal and inventory for next year.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-decorative-glass-vase-blurred-background-with-bokeh-home-decor-concept-home_169016-7271.jpg",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Safe takedown",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Clean storage",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-with-paint-roller_23-2149328113.jpg?_wi=3",
|
||||
imageAlt: "professional christmas light installation",
|
||||
},
|
||||
title: "Post-Holiday Removal", description: "Prompt removal and inventory for next year.", media: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-decorative-glass-vase-blurred-background-with-bokeh-home-decor-concept-home_169016-7271.jpg" },
|
||||
items: [{ icon: CheckCircle, text: "Safe takedown" }, { icon: CheckCircle, text: "Clean storage" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Holiday Decor Specialists"
|
||||
description="Bring the festive spirit to your home with our hassle-free, professional Christmas lighting services."
|
||||
@@ -377,31 +155,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Anderson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15264.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Davis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12317.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Robert Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-dancing-salsa-casual-get-together_23-2151356546.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-young-woman-posing_23-2148454538.jpg" },
|
||||
{ id: "2", name: "James Anderson", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-eco-bag-with-fruit-country-side_1303-15264.jpg" },
|
||||
{ id: "3", name: "Emily Davis", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-beautiful-blond-hair-gentle-smile-dressed-green-robe-with-belt-is-working-greenhouse_197531-12317.jpg" },
|
||||
{ id: "4", name: "Robert Brown", imageSrc: "http://img.b2bpic.net/free-photo/couple-posing-together-their-new-home-while-holding-paintbrush_23-2149086844.jpg" },
|
||||
{ id: "5", name: "Linda Wilson", imageSrc: "http://img.b2bpic.net/free-photo/person-dancing-salsa-casual-get-together_23-2151356546.jpg" }
|
||||
]}
|
||||
cardTitle="Customer Praise"
|
||||
cardTag="Trusted by 500+ Local Families"
|
||||
@@ -412,65 +170,18 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
text="Ready for a beautiful property? Contact J&A Landscapes today for a free estimate."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Free Estimate",
|
||||
href: "mailto:info@jalandscapes.com",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Request Free Estimate", href: "mailto:info@jalandscapes.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Lawn Care",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Specialized",
|
||||
href: "#specialized",
|
||||
},
|
||||
{
|
||||
label: "Holiday",
|
||||
href: "#holiday",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Services", items: [{ label: "Lawn Care", href: "#services" }, { label: "Specialized", href: "#specialized" }, { label: "Holiday", href: "#holiday" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
|
||||
]}
|
||||
logoText="J&A Landscapes"
|
||||
/>
|
||||
@@ -478,4 +189,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user