Update src/app/page.tsx

This commit is contained in:
2026-05-28 17:30:03 +00:00
parent 387f39f470
commit 0919395f0b

View File

@@ -11,7 +11,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Leaf, Star, Trophy } from "lucide-react";
export default function LandingPage() {
@@ -33,55 +33,36 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Portfolio",
id: "#portfolio",
},
name: "Portfolio", id: "#portfolio"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="S.B. Landscaping"
button={{
text: "Get a Free Quote",
href: "#contact",
}}
text: "Get a Free Quote", href: "#contact"}}
/>
</div>
<div id="home" data-section="home">
<HeroBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
title="Transforming Outdoor Spaces in Massachusetts"
description="S.B. Landscaping brings dream landscapes to life in Woburn, Burlington, and surrounding areas. Experience unparalleled service and exceptional outdoor living."
tagAnimation="none"
buttons={[
{
text: "Get Your Free Quote",
href: "#contact",
},
text: "Get Your Free Quote", href: "#contact"},
{
text: "View Our Services",
href: "#services",
},
text: "View Our Services", href: "#services"},
]}
buttonAnimation="none"
imageSrc="http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748278.jpg"
@@ -89,53 +70,28 @@ export default function LandingPage() {
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
alt: "Smiling senior businessman pointing with finger",
},
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg", alt: "Smiling senior businessman pointing with finger"},
{
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
alt: "Young Businesswoman Portrait in Office",
},
src: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", alt: "Young Businesswoman Portrait in Office"},
{
src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg",
alt: "Happy man smiling joyfully",
},
src: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", alt: "Happy man smiling joyfully"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg",
alt: "Beautiful young female smiling cheerfully",
},
src: "http://img.b2bpic.net/free-photo/beautiful-young-female-with-hair-bun-having-joyful-look-smiling-cheerfully-happy-with-some-positive-news_273609-9042.jpg", alt: "Beautiful young female smiling cheerfully"},
{
src: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg",
alt: "Pleased successful female administrator",
},
src: "http://img.b2bpic.net/free-photo/pleased-successful-female-administrator-office_273609-4124.jpg", alt: "Pleased successful female administrator"},
]}
avatarText="Join 500+ Happy Homeowners"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/top-view-cherries-bowl-pattern-apricots-pear-peach-with-knife-cutting-board-leaves-green-background_141793-27774.jpg",
alt: "Green leaves pattern",
},
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-cherries-bowl-pattern-apricots-pear-peach-with-knife-cutting-board-leaves-green-background_141793-27774.jpg", alt: "Green leaves pattern"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/gardening-icons-collection_1324-47.jpg",
alt: "Garden tools icon",
},
type: "image", src: "http://img.b2bpic.net/free-vector/gardening-icons-collection_1324-47.jpg", alt: "Garden tools icon"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/gardening-elements-flat-design_1010-387.jpg",
alt: "Watering can icon",
},
type: "image", src: "http://img.b2bpic.net/free-vector/gardening-elements-flat-design_1010-387.jpg", alt: "Watering can icon"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/colorful-happy-easter-eggs-basket-table_90220-1079.jpg",
alt: "Flower icon",
},
type: "image", src: "http://img.b2bpic.net/free-photo/colorful-happy-easter-eggs-basket-table_90220-1079.jpg", alt: "Flower icon"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/grass-field_53876-33573.jpg",
alt: "Grass texture",
},
type: "image", src: "http://img.b2bpic.net/free-photo/grass-field_53876-33573.jpg", alt: "Grass texture"},
]}
marqueeSpeed={30}
showMarqueeCard={true}
@@ -149,19 +105,13 @@ export default function LandingPage() {
metrics={[
{
icon: Leaf,
label: "Years in Business",
value: "15+",
},
label: "Years in Business", value: "15+"},
{
icon: Star,
label: "Satisfied Clients",
value: "500+",
},
label: "Satisfied Clients", value: "500+"},
{
icon: Trophy,
label: "Award-Winning Designs",
value: "Top Rated",
},
label: "Award-Winning Designs", value: "Top Rated"},
]}
metricsAnimation="slide-up"
/>
@@ -174,28 +124,18 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Weed & Pest Control",
"Poor Drainage",
"Overgrown Shrubs",
"Faded Landscapes",
],
"Weed & Pest Control", "Poor Drainage", "Overgrown Shrubs", "Faded Landscapes"],
}}
positiveCard={{
items: [
"Lawn Maintenance",
"Garden Design & Installation",
"Hardscaping & Patios",
"Tree & Shrub Care",
],
"Lawn Maintenance", "Garden Design & Installation", "Hardscaping & Patios", "Tree & Shrub Care"],
}}
title="Our Comprehensive Landscaping Services"
description="From meticulous lawn care to breathtaking landscape transformations, S.B. Landscaping offers a full spectrum of services designed to enhance your outdoor space."
tagAnimation="none"
buttons={[
{
text: "Explore All Services",
href: "#contact",
},
text: "Explore All Services", href: "#contact"},
]}
buttonAnimation="none"
/>
@@ -209,47 +149,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Lush Garden Design",
price: "Project 1",
imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854848.jpg",
imageAlt: "Vibrant flower garden with custom pathways",
},
id: "p1", name: "Lush Garden Design", price: "Project 1", imageSrc: "http://img.b2bpic.net/free-photo/man-growing-cultivating-plants-indoors_23-2149854848.jpg", imageAlt: "Vibrant flower garden with custom pathways"},
{
id: "p2",
name: "Elegant Patio & Hardscape",
price: "Project 2",
imageSrc: "http://img.b2bpic.net/free-photo/germination-microgreens-germination-seeds-home_169016-33522.jpg",
imageAlt: "Modern stone patio with integrated seating",
},
id: "p2", name: "Elegant Patio & Hardscape", price: "Project 2", imageSrc: "http://img.b2bpic.net/free-photo/germination-microgreens-germination-seeds-home_169016-33522.jpg", imageAlt: "Modern stone patio with integrated seating"},
{
id: "p3",
name: "Residential Lawn Perfection",
price: "Project 3",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-bird-lake-with-blurred-background_23-2148245168.jpg",
imageAlt: "Immaculately maintained green lawn",
},
id: "p3", name: "Residential Lawn Perfection", price: "Project 3", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-bird-lake-with-blurred-background_23-2148245168.jpg", imageAlt: "Immaculately maintained green lawn"},
{
id: "p4",
name: "Tree & Shrub Sculpting",
price: "Project 4",
imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728872.jpg",
imageAlt: "Expertly pruned ornamental trees",
},
id: "p4", name: "Tree & Shrub Sculpting", price: "Project 4", imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728872.jpg", imageAlt: "Expertly pruned ornamental trees"},
{
id: "p5",
name: "Seasonal Flower Beds",
price: "Project 5",
imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698296.jpg",
imageAlt: "Colorful seasonal flower arrangement",
},
id: "p5", name: "Seasonal Flower Beds", price: "Project 5", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-furniture-house-deck-with-vegetation_23-2150698296.jpg", imageAlt: "Colorful seasonal flower arrangement"},
{
id: "p6",
name: "Custom Water Features",
price: "Project 6",
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-nice-summer-terrace-tropic-environment_1127-3401.jpg",
imageAlt: "Tranquil garden pond with waterfall",
},
id: "p6", name: "Custom Water Features", price: "Project 6", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-nice-summer-terrace-tropic-environment_1127-3401.jpg", imageAlt: "Tranquil garden pond with waterfall"},
]}
title="Our Gallery of Masterpieces"
description="Discover inspiration for your next outdoor project with a showcase of our recent work in Woburn, Burlington, and beyond."
@@ -259,39 +169,32 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
<TestimonialCardThirteen
useInvertedBackground={false}
testimonial="S.B. Landscaping transformed our overgrown yard into a beautiful oasis! Their team was professional, creative, and completed the project ahead of schedule. We couldn't be happier with our new outdoor living space."
rating={5}
author="Sarah M., Woburn, MA"
avatars={[
showRating={true}
carouselMode="buttons"
animationType="slide-up"
textboxLayout="default"
title="What Our Clients Say"
description="Hear directly from homeowners and businesses who have experienced the S.B. Landscaping difference."
testimonials={[
{
src: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg",
alt: "Sarah M.",
id: "t1", name: "Sarah M.", handle: "Woburn, MA", testimonial: "S.B. Landscaping transformed our overgrown yard into a beautiful oasis! Their team was professional, creative, and completed the project ahead of schedule. We couldn't be happier with our new outdoor living space.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-staff-airport-terminal_107420-85049.jpg", imageAlt: "Sarah M."
},
{
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
alt: "John D.",
id: "t2", name: "Lorena Gjino", handle: "Client", testimonial: "We love working with SB Landscaping. Professional, great communication and does a good job with our large yard. Thank you!", rating: 5,
imageAlt: "Lorena Gjino"
},
{
src: "http://img.b2bpic.net/free-photo/portrait-happy-woman-cafe-with-flowers_1303-9912.jpg",
alt: "Emily R.",
id: "t3", name: "Jeromy Armano", handle: "Client", testimonial: "Alessandro and his crew are great! Would highly recommend!", rating: 5,
imageAlt: "Jeromy Armano"
},
{
src: "http://img.b2bpic.net/free-photo/old-woman-confronting-alzheimer-disease_23-2149043724.jpg",
alt: "David K.",
},
{
src: "http://img.b2bpic.net/free-photo/stylish-blonde-girl-posing-studio_176420-29659.jpg",
alt: "Olivia L.",
},
{
src: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg",
alt: "Robert S.",
},
id: "t4", name: "Kev-in", handle: "Client", testimonial: "I had S.B. Landscaping for my fall cleanup. Alessandro & his crew were meticulous, they trimmed my plants and trees after all the leaves dropped. Afterwards they applied Scott's winter guard to my entire property. Since hiring this S. B. Landscaping my yard has never looked as good as it does today. Thanks Alessandro 😊", rating: 5,
imageAlt: "Kev-in"
}
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
/>
</div>
@@ -300,14 +203,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Woburn Residents",
"Burlington Businesses",
"Middlesex County",
"Local Homeowners",
"Community Organizations",
"Commercial Properties",
"Real Estate Agencies",
]}
"Woburn Residents", "Burlington Businesses", "Middlesex County", "Local Homeowners", "Community Organizations", "Commercial Properties", "Real Estate Agencies"]}
title="Serving Communities Across Massachusetts"
description="We are proud to be the trusted landscaping partner for homes and businesses in Woburn, Burlington, and beyond. See what our community partners say about us!"
/>
@@ -318,30 +214,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What areas do you serve?",
content: "We proudly serve Woburn, Burlington, and the wider Massachusetts area. Contact us to confirm service availability in your specific location.",
},
id: "q1", title: "What areas do you serve?", content: "We proudly serve Woburn, Burlington, and the wider Massachusetts area. Contact us to confirm service availability in your specific location."},
{
id: "q2",
title: "Do you offer free estimates?",
content: "Yes, we provide free, no-obligation estimates for all our landscaping services. Simply reach out to us to schedule a convenient time for a consultation.",
},
id: "q2", title: "Do you offer free estimates?", content: "Yes, we provide free, no-obligation estimates for all our landscaping services. Simply reach out to us to schedule a convenient time for a consultation."},
{
id: "q3",
title: "What types of landscaping services do you provide?",
content: "Our services include comprehensive lawn maintenance, custom garden design and installation, hardscaping (patios, walkways), tree and shrub care, seasonal cleanups, and more. Visit our Services section for full details.",
},
id: "q3", title: "What types of landscaping services do you provide?", content: "Our services include comprehensive lawn maintenance, custom garden design and installation, hardscaping (patios, walkways), tree and shrub care, seasonal cleanups, and more. Visit our Services section for full details."},
{
id: "q4",
title: "How long does a typical project take?",
content: "Project timelines vary depending on the scope and complexity. We provide an estimated timeline with your quote and keep you informed throughout the process to ensure timely completion.",
},
id: "q4", title: "How long does a typical project take?", content: "Project timelines vary depending on the scope and complexity. We provide an estimated timeline with your quote and keep you informed throughout the process to ensure timely completion."},
{
id: "q5",
title: "Are you licensed and insured?",
content: "Absolutely. S.B. Landscaping is fully licensed and insured, giving you peace of mind knowing your property is in professional and capable hands.",
},
id: "q5", title: "Are you licensed and insured?", content: "Absolutely. S.B. Landscaping is fully licensed and insured, giving you peace of mind knowing your property is in professional and capable hands."},
]}
sideTitle="Common Questions & Answers"
sideDescription="Find quick answers to frequently asked questions about our services, pricing, and scheduling process."
@@ -355,18 +236,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Ready to Transform Your Landscape? Get a Free Quote Today!"
buttons={[
{
text: "Request a Quote",
href: "mailto:info@sblandscaping.com",
},
text: "Request a Quote", href: "mailto:info@sblandscaping.com"},
{
text: "Call Us Now",
href: "tel:+17815551234",
},
text: "Call Us Now", href: "tel:+17815551234"},
]}
/>
</div>
@@ -376,66 +252,39 @@ export default function LandingPage() {
logoText="S.B. Landscaping"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Lawn Care",
href: "#services",
},
label: "Lawn Care", href: "#services"},
{
label: "Garden Design",
href: "#services",
},
label: "Garden Design", href: "#services"},
{
label: "Hardscaping",
href: "#services",
},
label: "Hardscaping", href: "#services"},
{
label: "Tree & Shrub",
href: "#services",
},
label: "Tree & Shrub", href: "#services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Portfolio",
href: "#portfolio",
},
label: "Portfolio", href: "#portfolio"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Get a Quote",
href: "#contact",
},
label: "Get a Quote", href: "#contact"},
{
label: "Call Us",
href: "tel:+17815551234",
},
label: "Call Us", href: "tel:+17815551234"},
{
label: "Email",
href: "mailto:info@sblandscaping.com",
},
label: "Email", href: "mailto:info@sblandscaping.com"},
{
label: "Our Location",
href: "#",
},
label: "Our Location", href: "#"},
],
},
]}