Update src/app/page.tsx
This commit is contained in:
206
src/app/page.tsx
206
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "results",
|
||||
},
|
||||
name: "Results", id: "results"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hughes Lawn & Landscaping"
|
||||
/>
|
||||
@@ -54,42 +46,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Reliable Lawn Care That Actually Shows Up"
|
||||
description="Serving Dalzell, Sumter, and surrounding areas with consistent, high-quality lawn care and landscaping services. Get the professional results you deserve without the hassle."
|
||||
tag="Trusted Local Service"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (803) 468-8256",
|
||||
href: "tel:8034688256",
|
||||
},
|
||||
text: "Call Now (803) 468-8256", href: "tel:8034688256"},
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg",
|
||||
imageAlt: "Professional Landscaping Service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg", imageAlt: "Professional Landscaping Service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg",
|
||||
imageAlt: "Yard Maintenance Professional",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10694.jpg",
|
||||
imageAlt: "A gardener in the garden with a hut cuts a tree with hedgehogs against the sky",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-gardener-harvesting-flower-with-secateurs_23-2148165189.jpg",
|
||||
imageAlt: "Male gardener harvesting the flower with secateurs",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg",
|
||||
imageAlt: "Professional gardener trimming hedge in the yard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-hand-trowel-green-grass_181624-26501.jpg", imageAlt: "Yard Maintenance Professional"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -105,37 +76,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
label: "Lawn Maintenance",
|
||||
title: "Consistent Care",
|
||||
items: [
|
||||
"Weekly lawn mowing",
|
||||
"Edging and trimming",
|
||||
"Debris removal",
|
||||
"Seasonally adjusted services",
|
||||
],
|
||||
id: "s1", label: "Lawn Maintenance", title: "Consistent Care", items: [
|
||||
"Weekly lawn mowing", "Edging and trimming", "Debris removal", "Seasonally adjusted services"],
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
label: "Landscaping Design",
|
||||
title: "Upgrade Your Curb",
|
||||
items: [
|
||||
"Landscape architecture design",
|
||||
"Hardscape installation",
|
||||
"Professional planting",
|
||||
"Tree and shrub shaping",
|
||||
],
|
||||
id: "s2", label: "Landscaping Design", title: "Upgrade Your Curb", items: [
|
||||
"Landscape architecture design", "Hardscape installation", "Professional planting", "Tree and shrub shaping"],
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
label: "Flower Bed Transformations",
|
||||
title: "Clean, Modern Spaces",
|
||||
items: [
|
||||
"Flower bed renovation",
|
||||
"Mulching services",
|
||||
"Weed control",
|
||||
"Seasonal color planting",
|
||||
],
|
||||
id: "s3", label: "Flower Bed Transformations", title: "Clean, Modern Spaces", items: [
|
||||
"Flower bed renovation", "Mulching services", "Weed control", "Seasonal color planting"],
|
||||
},
|
||||
]}
|
||||
title="Professional Services"
|
||||
@@ -150,17 +100,11 @@ export default function LandingPage() {
|
||||
description="Customers stay with Hughes Lawn & Landscaping for years because of consistency, reliability, and pride in every job. No missed appointments. No chasing contractors. Just dependable, professional work every time."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "On Time",
|
||||
},
|
||||
value: "100%", title: "On Time"},
|
||||
{
|
||||
value: "5.0",
|
||||
title: "Rating",
|
||||
},
|
||||
value: "5.0", title: "Rating"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
},
|
||||
value: "24/7", title: "Support"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -177,33 +121,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "ba-1",
|
||||
name: "Lawn Transformation A",
|
||||
price: "Renovated",
|
||||
variant: "Standard",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seedlings-gardening-tools_23-2147714872.jpg",
|
||||
},
|
||||
id: "ba-1", name: "Lawn Transformation A", price: "Renovated", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/seedlings-gardening-tools_23-2147714872.jpg"},
|
||||
{
|
||||
id: "ba-2",
|
||||
name: "Bush Trimming B",
|
||||
price: "Polished",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-digging-garden_23-2148256617.jpg",
|
||||
},
|
||||
id: "ba-2", name: "Bush Trimming B", price: "Polished", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-digging-garden_23-2148256617.jpg"},
|
||||
{
|
||||
id: "ba-3",
|
||||
name: "Flower Bed C",
|
||||
price: "Modernized",
|
||||
variant: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13052.jpg",
|
||||
},
|
||||
id: "ba-3", name: "Flower Bed C", price: "Modernized", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13052.jpg"},
|
||||
{
|
||||
id: "ba-4",
|
||||
name: "Lawn Transformation D",
|
||||
price: "Complete",
|
||||
variant: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176598.jpg",
|
||||
},
|
||||
id: "ba-4", name: "Lawn Transformation D", price: "Complete", variant: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176598.jpg"},
|
||||
]}
|
||||
title="Real Results"
|
||||
description="See the difference professional maintenance makes."
|
||||
@@ -217,45 +141,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "Dalzell Resident",
|
||||
testimonial: "Been using them for years. Always takes great care of my yard.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "Dalzell Resident", testimonial: "Been using them for years. Always takes great care of my yard.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-traveling-using-sustainable-mobility_23-2149292681.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "Sumter Resident",
|
||||
testimonial: "Super responsive and quick to get the job done. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-throwing-gift-orange_1153-1300.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "Sumter Resident", testimonial: "Super responsive and quick to get the job done. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-throwing-gift-orange_1153-1300.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Homeowner",
|
||||
testimonial: "They go above and beyond every time. My yard looks amazing.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "Homeowner", testimonial: "They go above and beyond every time. My yard looks amazing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-home-office_329181-20664.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "Local Client",
|
||||
testimonial: "Finally a company that shows up and does it right. So glad I switched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "Local Client", testimonial: "Finally a company that shows up and does it right. So glad I switched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-greenhouse_23-2149098326.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alex Smith",
|
||||
handle: "Happy Client",
|
||||
testimonial: "Incredibly professional and always leaves the property clean.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg",
|
||||
},
|
||||
id: "5", name: "Alex Smith", handle: "Happy Client", testimonial: "Incredibly professional and always leaves the property clean.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-standing-garden-showing-ok-gesture-looking-camera_259150-59030.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Neighbors Say"
|
||||
@@ -267,20 +166,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Ready to start?"
|
||||
title="Make Your Yard Look Brand New"
|
||||
description="Fast response. Fair pricing. No hassle. Call us or request a free quote today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (803) 468-8256",
|
||||
href: "tel:8034688256",
|
||||
},
|
||||
text: "Call Now (803) 468-8256", href: "tel:8034688256"},
|
||||
{
|
||||
text: "Request Free Estimate",
|
||||
href: "#",
|
||||
},
|
||||
text: "Request Free Estimate", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -289,37 +183,23 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Hughes Lawn & Landscaping",
|
||||
items: [
|
||||
title: "Hughes Lawn & Landscaping", items: [
|
||||
{
|
||||
label: "Dalzell, Sumter, SC",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dalzell, Sumter, SC", href: "#"},
|
||||
{
|
||||
label: "(803) 468-8256",
|
||||
href: "tel:8034688256",
|
||||
},
|
||||
label: "(803) 468-8256", href: "tel:8034688256"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Results",
|
||||
href: "#results",
|
||||
},
|
||||
label: "Results", href: "#results"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Free Estimate", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user