Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="shadow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -47,31 +47,31 @@ export default function LandingPage() {
|
||||
tag="Local Service"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noiseDiagonalGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-male-landscaper-denim-shirt-trimming-overgrown-lawn-with-lawn-mover-summer-day-low_7502-10170.jpg?_wi=1", imageAlt: "Beautiful green lawn"},
|
||||
"http://img.b2bpic.net/free-photo/smiling-male-landscaper-denim-shirt-trimming-overgrown-lawn-with-lawn-mover-summer-day-low_7502-10170.jpg", imageAlt: "Beautiful green lawn"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=1", imageAlt: "Spring yard cleanup"},
|
||||
"http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Spring yard cleanup"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=1", imageAlt: "Mulch installation"},
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Mulch installation"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/celebration-seasonal-flower-garden-day_1232-3992.jpg?_wi=1", imageAlt: "Garden bed edging"},
|
||||
"http://img.b2bpic.net/free-photo/celebration-seasonal-flower-garden-day_1232-3992.jpg", imageAlt: "Garden bed edging"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1", imageAlt: "Professional lawn mowing"},
|
||||
"http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Professional lawn mowing"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg?_wi=1", imageAlt: "Shrub trimming service"},
|
||||
"http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg", imageAlt: "Shrub trimming service"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg?_wi=1", imageAlt: "Tree limb removal"},
|
||||
"http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg", imageAlt: "Tree limb removal"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/hands-planting_23-2148128699.jpg", imageAlt: "Spring landscaping"},
|
||||
@@ -97,27 +97,27 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "mowing", title: "Lawn Mowing", description: "Routine mowing and lawn maintenance to keep yards clean and healthy.", tag: "Regular Service", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
"http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "cleanup", title: "Spring & Seasonal Cleanups", description: "Removal of leaves, winter debris, and yard restoration for all seasons.", tag: "Seasonal", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=2", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
"http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "trimming", title: "Shrub Trimming", description: "Professional trimming to maintain healthy and attractive landscaping.", tag: "Maintenance", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg?_wi=2", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
"http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "tree", title: "Tree Limb Removal", description: "Removal of lower branches and storm-damaged limbs for safer yards.", tag: "Specialty", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg?_wi=2", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
"http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "mulch", title: "Mulch Installation", description: "Fresh mulch installation for landscape beds and improved curb appeal.", tag: "Enhancement", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=2", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "beds", title: "Bed Redefining", description: "Edge and reshape landscape beds for a clean, professional look.", tag: "Design", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/celebration-seasonal-flower-garden-day_1232-3992.jpg?_wi=2", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
"http://img.b2bpic.net/free-photo/celebration-seasonal-flower-garden-day_1232-3992.jpg", buttons: [{ text: "Learn More", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
description="Professional & Dependable"
|
||||
subdescription="Serving Maury City & Surrounding Areas"
|
||||
icon={Shield}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-male-landscaper-denim-shirt-trimming-overgrown-lawn-with-lawn-mover-summer-day-low_7502-10170.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-male-landscaper-denim-shirt-trimming-overgrown-lawn-with-lawn-mover-summer-day-low_7502-10170.jpg"
|
||||
imageAlt="Professional lawn care"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -198,16 +198,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "spring-1", title: "Shrub Trimming", description: "Professional trimming after winter to encourage healthy growth.", tag: "Spring", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg?_wi=3"},
|
||||
"http://img.b2bpic.net/free-photo/positive-male-landscaper-cutting-top-overgrown-thujas-with-motorized-hedge-trimmer-park-side_7502-10163.jpg"},
|
||||
{
|
||||
id: "spring-2", title: "Tree Limb Removal", description: "Remove lower branches and clear storm damage from winter.", tag: "Spring", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg?_wi=3"},
|
||||
"http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg"},
|
||||
{
|
||||
id: "spring-3", title: "Mulch Installation", description: "Fresh mulch for landscape beds and improved curb appeal.", tag: "Spring", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=3"},
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg"},
|
||||
{
|
||||
id: "spring-4", title: "Bed Redefining", description: "Edge and reshape beds for a clean, professional spring look.", tag: "Spring", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/celebration-seasonal-flower-garden-day_1232-3992.jpg?_wi=3"},
|
||||
"http://img.b2bpic.net/free-photo/celebration-seasonal-flower-garden-day_1232-3992.jpg"},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Your Spring Cleanup", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user