Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 17:54:52 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -44,10 +44,10 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg", imageAlt: "Manicured lawn and stone patio" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg", imageAlt: "Professional landscaping service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15106.jpg", imageAlt: "Stone patio construction" },
{ imageSrc: "http://img.b2bpic.net/free-photo/family-knitted-winter-hats-family-christmas-vacation-woman-little-girl-park-people-playing-with-sled_1157-40832.jpg", imageAlt: "Snow removal service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-badminton_23-2149722537.jpg", imageAlt: "Complete landscaping services" }
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg?_wi=1", imageAlt: "Professional landscaping service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15106.jpg?_wi=1", imageAlt: "Stone patio construction" },
{ imageSrc: "http://img.b2bpic.net/free-photo/family-knitted-winter-hats-family-christmas-vacation-woman-little-girl-park-people-playing-with-sled_1157-40832.jpg?_wi=1", imageAlt: "Snow removal service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-badminton_23-2149722537.jpg?_wi=1", imageAlt: "Complete landscaping services" }
]}
buttons={[
{ text: "Call Now", href: "tel:(401) 744-8103" },
@@ -88,16 +88,16 @@ export default function LandingPage() {
description="Complete landscaping and construction solutions for Rhode Island properties"
features={[
{
id: "01", title: "Landscaping", description: "Professional lawn mowing, mulching, planting, and seasonal maintenance to keep your property looking pristine.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg", imageAlt: "Landscaping service"
id: "01", title: "Landscaping", description: "Professional lawn mowing, mulching, planting, and seasonal maintenance to keep your property looking pristine.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-working-garden_23-2147714891.jpg?_wi=2", imageAlt: "Landscaping service"
},
{
id: "02", title: "Construction", description: "Expert hardscaping including patios, walkways, and retaining walls built to last.", imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15106.jpg", imageAlt: "Construction service"
id: "02", title: "Construction", description: "Expert hardscaping including patios, walkways, and retaining walls built to last.", imageSrc: "http://img.b2bpic.net/free-photo/construction-technicians-are-mixing-cement-stone-sand-construction_1150-15106.jpg?_wi=2", imageAlt: "Construction service"
},
{
id: "03", title: "Snow Removal", description: "Fast, reliable snow removal and ice management to keep your driveways and walkways safe.", imageSrc: "http://img.b2bpic.net/free-photo/family-knitted-winter-hats-family-christmas-vacation-woman-little-girl-park-people-playing-with-sled_1157-40832.jpg", imageAlt: "Snow removal service"
id: "03", title: "Snow Removal", description: "Fast, reliable snow removal and ice management to keep your driveways and walkways safe.", imageSrc: "http://img.b2bpic.net/free-photo/family-knitted-winter-hats-family-christmas-vacation-woman-little-girl-park-people-playing-with-sled_1157-40832.jpg?_wi=2", imageAlt: "Snow removal service"
},
{
id: "04", title: "And More", description: "Custom solutions for all your outdoor needs. Let's discuss your vision and make it happen.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-badminton_23-2149722537.jpg", imageAlt: "Additional services"
id: "04", title: "And More", description: "Custom solutions for all your outdoor needs. Let's discuss your vision and make it happen.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-badminton_23-2149722537.jpg?_wi=2", imageAlt: "Additional services"
}
]}
textboxLayout="default"