3 Commits

Author SHA1 Message Date
0cd0943709 Update src/app/page.tsx 2026-04-01 22:01:52 +00:00
e9704beb7e Update src/app/page.tsx 2026-04-01 22:01:20 +00:00
7858094bc1 Merge version_2 into main
Merge version_2 into main
2026-04-01 21:50:39 +00:00

View File

@@ -4,11 +4,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Phone } from "lucide-react"; import { Phone } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -29,14 +29,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", id: "hero"}, { name: "Services", id: "services" },
{ { name: "Reviews", id: "testimonials" },
name: "Services", id: "services"}, { name: "Contact", id: "contact" },
{
name: "Reviews", id: "testimonials"},
{
name: "Contact", id: "contact"},
]} ]}
brandName="Five Star Lawn Maintenance" brandName="Five Star Lawn Maintenance"
/> />
@@ -44,75 +40,41 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{ variant: "gradient-bars" }}
variant: "gradient-bars"}}
title="Five Star Lawn Maintenance in Hillsborough" title="Five Star Lawn Maintenance in Hillsborough"
description="Professional, reliable, and premium lawn care for your Hillsborough home. We ensure your lawn looks immaculate all year round." description="Professional, reliable, and premium lawn care for your Hillsborough home. We ensure your lawn looks immaculate all year round."
buttons={[ buttons={[{ text: "Get A Quote", href: "#contact" }]}
{
text: "Get A Quote", href: "#contact"},
]}
mediaItems={[ mediaItems={[
{ { imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=1", imageAlt: "Professional lawn service" },
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=1", imageAlt: "Professional lawn service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=2", imageAlt: "Lawn care results"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=3", imageAlt: "Immaculate garden"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=4", imageAlt: "Hillsborough landscaping"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=5", imageAlt: "Green turf excellence"},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41434.jpg?_wi=6", imageAlt: "Expert lawn maintenance"},
]} ]}
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardOne <FeatureCardSix
animationType="slide-up"
textboxLayout="split" textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true} useInvertedBackground={true}
features={[
{
title: "Precision Lawn Mowing", description: "Precision cutting and grass grooming for a lush look.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg", imageAlt: "Expert Mowing"},
{
title: "Precision Edging", description: "Defining your borders for clean lines and polished curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1024.jpg", imageAlt: "Precision Edging"},
{
title: "Sustainable Lawn Care", description: "Comprehensive fertilization and weed control programs.", imageSrc: "http://img.b2bpic.net/free-photo/lush-green-foliage-sunlight_632498-60880.jpg", imageAlt: "Lawn Health"},
]}
title="Premium Lawn Services" title="Premium Lawn Services"
description="Customized lawn care programs tailored to the needs of Hillsborough properties." description="Customized lawn care programs tailored to the needs of Hillsborough properties."
features={[
{ id: 1, title: "Precision Lawn Mowing", description: "Precision cutting and grass grooming for a lush look.", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg", imageAlt: "Mowing" },
{ id: 2, title: "Precision Edging", description: "Defining your borders for clean lines and polished curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/cement-walkway-garden_1252-1024.jpg", imageAlt: "Edging" },
{ id: 3, title: "Sustainable Lawn Care", description: "Comprehensive fertilization and weed control programs.", imageSrc: "http://img.b2bpic.net/free-photo/lush-green-foliage-sunlight_632498-60880.jpg", imageAlt: "Lawn Health" },
]}
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardOne <TestimonialCardTwo
animationType="depth-3d" animationType="depth-3d"
textboxLayout="split" textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[
{
id: "1", name: "John Smith", role: "Homeowner", company: "Hillsborough", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg?_wi=1"},
{
id: "2", name: "Sarah Miller", role: "Homeowner", company: "Hillsborough", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/work-life-joyful-middle-aged-man-comfortable-casual-clothes-talking-smartphone-gesturing-while-sitting-open-terrace-country-house-sunny-day_259150-59318.jpg"},
{
id: "3", name: "David Wilson", role: "Homeowner", company: "Hillsborough", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-gardeners-arranging-coniferous-plants-garden-man-woman-wearing-aprons-growing-small-thuja-greenhouse-selective-focus-commercial-gardening-activity-summer-concept_74855-12739.jpg"},
{
id: "4", name: "Robert Davis", role: "Homeowner", company: "Hillsborough", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-old-man-eldery-puring-water-taking-care-small-tree-table-garden_554837-89.jpg"},
{
id: "5", name: "Emily Johnson", role: "Homeowner", company: "Hillsborough", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg?_wi=2"},
]}
title="Trusted by Hillsborough Neighbors" title="Trusted by Hillsborough Neighbors"
description="See why homeowners trust Five Star Lawn Maintenance." description="See why homeowners trust Five Star Lawn Maintenance."
testimonials={[
{ id: "1", name: "John Smith", role: "Homeowner", testimonial: "The best service I have ever used. My lawn looks incredible!", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-holding-handle_651396-1543.jpg?_wi=1" },
{ id: "2", name: "Sarah Miller", role: "Homeowner", testimonial: "Always punctual and professional. Truly premium lawn care.", imageSrc: "http://img.b2bpic.net/free-photo/work-life-joyful-middle-aged-man-comfortable-casual-clothes-talking-smartphone-gesturing-while-sitting-open-terrace-country-house-sunny-day_259150-59318.jpg" },
]}
/> />
</div> </div>
@@ -121,12 +83,8 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ { id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide complimentary consultations for all Hillsborough properties." },
id: "q1", title: "Do you offer free estimates?", content: "Yes, we provide complimentary consultations for all Hillsborough properties."}, { id: "q2", title: "Are you licensed and insured?", content: "Absolutely. We are fully insured and bonded to give you peace of mind." },
{
id: "q2", title: "Are you licensed and insured?", content: "Absolutely. We are fully insured and bonded to give you peace of mind."},
{
id: "q3", title: "What service areas do you cover?", content: "We primarily serve Hillsborough Township and surrounding NJ communities."},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Have questions? We have answers about our premium lawn care services." description="Have questions? We have answers about our premium lawn care services."
@@ -139,15 +97,11 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ { id: "contact-details", title: "Our Information", content: "649 US-206 #9, Hillsborough Township, NJ 08844 | +1 908-359-6432" },
id: "contact-details", title: "Our Information", content: "649 US-206 #9, Hillsborough Township, NJ 08844 | +1 908-359-6432"},
{
id: "hours", title: "Working Hours", content: "Mon-Fri: 8am-6pm, Sat-Sun: Closed"},
]} ]}
ctaTitle="Ready for a Five Star Lawn?" ctaTitle="Ready for a Five Star Lawn?"
ctaDescription="Get your custom estimate today by calling or messaging us." ctaDescription="Get your custom estimate today by calling or messaging us."
ctaButton={{ ctaButton={{ text: "Call Now", href: "tel:+19083596432" }}
text: "Call Now", href: "tel:+19083596432"}}
ctaIcon={Phone} ctaIcon={Phone}
/> />
</div> </div>
@@ -155,28 +109,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBase
columns={[ columns={[
{ { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Services", href: "#services" }] },
title: "Company", items: [ { title: "Contact", items: [{ label: "Hillsborough, NJ", href: "#" }] },
{
label: "About Us", href: "#"},
{
label: "Services", href: "#services"},
],
},
{
title: "Contact", items: [
{
label: "649 US-206 #9, Hillsborough, NJ", href: "#"},
{
label: "+1 908-359-6432", href: "tel:+19083596432"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
],
},
]} ]}
logoText="Five Star Lawn Maintenance" logoText="Five Star Lawn Maintenance"
copyrightText="© 2025 Five Star Lawn Maintenance. All rights reserved." copyrightText="© 2025 Five Star Lawn Maintenance. All rights reserved."