3 Commits

Author SHA1 Message Date
00ab7bf29a Update src/app/page.tsx 2026-06-07 17:25:44 +00:00
2e9eb81ba0 Merge version_1 into main
Merge version_1 into main
2026-06-06 18:50:45 +00:00
e4d0a24af2 Merge version_1 into main
Merge version_1 into main
2026-06-06 18:49:55 +00:00

View File

@@ -7,7 +7,7 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Droplets, Leaf, Scissors, Sparkles } from "lucide-react";
@@ -27,7 +27,7 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "#hero"},
@@ -43,8 +43,6 @@ export default function LandingPage() {
name: "Contact", id: "#contact"},
]}
brandName="Lopez Lawn and Landscape"
bottomLeftText="Call: 919-555-1234"
bottomRightText="RaleighDurham, NC"
button={{
text: "Call Now", href: "tel:+1919-555-1234"}}
/>
@@ -129,7 +127,7 @@ export default function LandingPage() {
{
title: "Weed Removal & Control", description: "Targeted weed treatment and prevention to ensure your yard remains spotless and vibrant.", imageSrc: "http://img.b2bpic.net/free-photo/crop-person-watering-plant_23-2147779007.jpg", imageAlt: "Hands carefully removing weeds from a garden bed.", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-holding-plant_23-2147907203.jpg", buttonText: "Learn More"},
{
title: "Hedge & Shrub Trimming", description: "Expert shaping and trimming of hedges and shrubs to enhance your property's aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/serious-male-gardener-growing-thujas-pots-grey-haired-man-glasses-wearing-blue-shirt-apron-working-with-evergreen-plants-greenhouse-commercial-gardening-activity-summer-concept_74855-12968.jpg", imageAlt: "A landscaper precisely trimming a hedge with an electric trimmer.", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-growing-plants_23-2148918496.jpg", buttonText: "Learn More"},
title: "Hedge & Shrub Trimming", description: "Expert shaping and trimming of hedges and shrubs to enhance your property's aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/serious-male-gardener-uniform-wearing-gardening-hat-gloves-points-with-spade-down_141793-89541.jpg", imageAlt: "A landscaper precisely trimming a hedge with an electric trimmer.", titleImageSrc: "http://img.b2bpic.net/free-photo/woman-growing-plants_23-2148918496.jpg", buttonText: "Learn More"},
{
title: "Shrub/Root Removal", description: "Professional removal of unwanted shrubs and invasive roots, preparing your yard for new growth.", imageSrc: "http://img.b2bpic.net/free-photo/cart-with-tree-logs-rural-landscape-back-view_169016-17845.jpg", imageAlt: "Tree roots being removed from the ground.", titleImageSrc: "http://img.b2bpic.net/free-photo/mockingbird-nest_1353-50.jpg", buttonText: "Learn More"},
{
@@ -287,4 +285,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}