Update src/app/page.tsx
This commit is contained in:
112
src/app/page.tsx
112
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Triple AC"
|
||||
/>
|
||||
@@ -55,35 +47,21 @@ export default function LandingPage() {
|
||||
description="Professional mulching and comprehensive lawn care solutions for a beautiful, healthy yard all year long."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Estimate", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg",
|
||||
imageAlt: "Lawn care and mulching services",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg", imageAlt: "Lawn care and mulching services"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg",
|
||||
imageAlt: "Yard maintenance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg", imageAlt: "Yard maintenance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/weeder_23-2148006011.jpg",
|
||||
imageAlt: "Garden care",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/weeder_23-2148006011.jpg", imageAlt: "Garden care"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-digging-soil-planting-seedlings_23-2147844306.jpg",
|
||||
imageAlt: "Mulching work",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-digging-soil-planting-seedlings_23-2147844306.jpg", imageAlt: "Mulching work"},
|
||||
{
|
||||
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",
|
||||
imageAlt: "Landscape maintenance",
|
||||
},
|
||||
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", imageAlt: "Landscape maintenance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-safety-glasses-gloves-pruning-hedge_7502-9825.jpg",
|
||||
imageAlt: "Professional mowing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-safety-glasses-gloves-pruning-hedge_7502-9825.jpg", imageAlt: "Professional mowing"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,26 +85,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Precision Mulching",
|
||||
description: "High-quality mulch application to improve soil moisture and prevent weed growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-lawn-mower-logo_23-2149206322.jpg",
|
||||
titleIconSrc: "Leaf",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Precision Mulching", description: "High-quality mulch application to improve soil moisture and prevent weed growth.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-lawn-mower-logo_23-2149206322.jpg", titleIconSrc: "Leaf", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Lawn Maintenance",
|
||||
description: "Regular mowing, trimming, and edging to keep your lawn looking sharp and healthy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-harvesting-vegetables_23-2148568621.jpg",
|
||||
titleIconSrc: "Scissors",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Lawn Maintenance", description: "Regular mowing, trimming, and edging to keep your lawn looking sharp and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/woman-harvesting-vegetables_23-2148568621.jpg", titleIconSrc: "Scissors", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Garden Bed Care",
|
||||
description: "Seasonal cleanup, flower bed maintenance, and shrub grooming.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plant-soil-with-copyspace_23-2148198696.jpg",
|
||||
titleIconSrc: "Spade",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Garden Bed Care", description: "Seasonal cleanup, flower bed maintenance, and shrub grooming.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plant-soil-with-copyspace_23-2148198696.jpg", titleIconSrc: "Spade", buttonText: "Learn More"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="From nourishing mulch application to weekly maintenance, we offer everything your lawn needs."
|
||||
@@ -135,44 +98,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "Triple AC transformed our yard into the best looking lawn on the block. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-chest-full-colorful-flowers_329181-16485.jpg",
|
||||
},
|
||||
id: "1", name: "John Doe", handle: "@johndoe", testimonial: "Triple AC transformed our yard into the best looking lawn on the block. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-holding-chest-full-colorful-flowers_329181-16485.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Smith",
|
||||
handle: "@sarahsmith",
|
||||
testimonial: "Very professional and always on time. The mulch looks fantastic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-speaking-phone-while-walking-with-woman_23-2147779718.jpg",
|
||||
},
|
||||
id: "2", name: "Sarah Smith", handle: "@sarahsmith", testimonial: "Very professional and always on time. The mulch looks fantastic.", imageSrc: "http://img.b2bpic.net/free-photo/man-speaking-phone-while-walking-with-woman_23-2147779718.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike Johnson",
|
||||
handle: "@mikej",
|
||||
testimonial: "They did a great job clearing out the garden beds. My flowers are finally growing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-smiling-watering-taking-care-plants_176420-3815.jpg",
|
||||
},
|
||||
id: "3", name: "Mike Johnson", handle: "@mikej", testimonial: "They did a great job clearing out the garden beds. My flowers are finally growing.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-gardener-smiling-watering-taking-care-plants_176420-3815.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Davis",
|
||||
handle: "@emilyd",
|
||||
testimonial: "Fantastic service. Reliable and really knows their stuff when it comes to lawn health.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037250.jpg",
|
||||
},
|
||||
id: "4", name: "Emily Davis", handle: "@emilyd", testimonial: "Fantastic service. Reliable and really knows their stuff when it comes to lawn health.", imageSrc: "http://img.b2bpic.net/free-photo/women-taking-care-their-plants-greenhouse_23-2149037250.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert Wilson",
|
||||
handle: "@rwilson",
|
||||
testimonial: "Triple AC is the best in town. Consistent quality service every single time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7007.jpg",
|
||||
},
|
||||
id: "5", name: "Robert Wilson", handle: "@rwilson", testimonial: "Triple AC is the best in town. Consistent quality service every single time.", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-presenting-flowers-options-potential-customer-retailer_158595-7007.jpg"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="See why our neighbors trust Triple AC with their yards."
|
||||
@@ -183,8 +122,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Get a Free Estimate"
|
||||
description="Ready to get your yard in top shape? Reach out to us today to schedule your consultation."
|
||||
@@ -196,13 +134,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Triple AC Lawn Care"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user