Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 15:51:30 +00:00
2 changed files with 1379 additions and 12 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -54,11 +54,11 @@ export default function LandingPage() {
background={{ variant: "circleGradient" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/vintage-landscape-photo_23-2149728869.jpg", imageAlt: "Beautiful patio installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg", imageAlt: "Paver patio installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg?_wi=1", imageAlt: "Paver patio installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-balcony-beautiful-tress-with-mountains-norway_181624-11167.jpg", imageAlt: "Retaining wall construction" },
{ imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg", imageAlt: "Professional landscape design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-petanque_23-2149530338.jpg", imageAlt: "Yard transformation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-with-mobile-phone_329181-2852.jpg", imageAlt: "Outdoor entertaining space" }
{ imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg?_wi=1", imageAlt: "Professional landscape design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-petanque_23-2149530338.jpg?_wi=1", imageAlt: "Yard transformation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-with-mobile-phone_329181-2852.jpg?_wi=1", imageAlt: "Outdoor entertaining space" }
]}
/>
</div>
@@ -71,16 +71,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: "hardscape", title: "Hardscape Construction", description: "Paver patios, walkways, retaining walls, and garden borders designed for durability and beauty", tag: "Hardscape", imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg", imageAlt: "Hardscape construction", buttons: [{ text: "Learn More", href: "#contact" }]
id: "hardscape", title: "Hardscape Construction", description: "Paver patios, walkways, retaining walls, and garden borders designed for durability and beauty", tag: "Hardscape", imageSrc: "http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg?_wi=2", imageAlt: "Hardscape construction", buttons: [{ text: "Learn More", href: "#contact" }]
},
{
id: "landscaping", title: "Landscape Design & Installation", description: "Custom landscape design, mulching, plant installation, and garden beds that transform your yard", tag: "Landscaping", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg", imageAlt: "Landscape design", buttons: [{ text: "Learn More", href: "#contact" }]
id: "landscaping", title: "Landscape Design & Installation", description: "Custom landscape design, mulching, plant installation, and garden beds that transform your yard", tag: "Landscaping", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg?_wi=2", imageAlt: "Landscape design", buttons: [{ text: "Learn More", href: "#contact" }]
},
{
id: "lawn-care", title: "Lawn Care & Maintenance", description: "Professional lawn maintenance, sod installation, and repair services for a healthy, beautiful lawn", tag: "Lawn Care", imageSrc: "http://img.b2bpic.net/free-photo/farmer-planting-young-seedlings-flowers-garden-man-holding-little-flower-sprout-hands-going-put-it-soil-with-garden-tools_176420-19891.jpg", imageAlt: "Lawn care", buttons: [{ text: "Learn More", href: "#contact" }]
},
{
id: "seasonal", title: "Seasonal Services", description: "Spring cleanup, fall leaf cleanup, and snow removal to keep your property maintained year-round", tag: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg", imageAlt: "Seasonal services", buttons: [{ text: "Learn More", href: "#contact" }]
id: "seasonal", title: "Seasonal Services", description: "Spring cleanup, fall leaf cleanup, and snow removal to keep your property maintained year-round", tag: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=1", imageAlt: "Seasonal services", buttons: [{ text: "Learn More", href: "#contact" }]
}
]}
animationType="slide-up"
@@ -101,7 +101,7 @@ export default function LandingPage() {
description="Ozzy and his experienced team"
subdescription="Locally trusted since serving Addison and surrounding communities"
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg"
imageSrc="http://img.b2bpic.net/free-photo/natural-landscape_8327-27.jpg?_wi=3"
imageAlt="Garcia's Project team at work"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -120,11 +120,11 @@ export default function LandingPage() {
gridVariant="bento-grid"
carouselMode="buttons"
products={[
{ id: "1", name: "Patio Installation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-petanque_23-2149530338.jpg", imageAlt: "Beautiful patio transformation" },
{ id: "2", name: "Retaining Wall", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/construction-with-mobile-phone_329181-2852.jpg", imageAlt: "Professional retaining wall" },
{ id: "3", name: "Landscape Design", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg", imageAlt: "Custom landscape design" },
{ id: "1", name: "Patio Installation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-petanque_23-2149530338.jpg?_wi=2", imageAlt: "Beautiful patio transformation" },
{ id: "2", name: "Retaining Wall", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/construction-with-mobile-phone_329181-2852.jpg?_wi=2", imageAlt: "Professional retaining wall" },
{ id: "3", name: "Landscape Design", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-3770.jpg?_wi=3", imageAlt: "Custom landscape design" },
{ id: "4", name: "Walkway Installation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-vertical-shot-cylindrical-cement-blocks-park_181624-24752.jpg", imageAlt: "Stone walkway installation" },
{ id: "5", name: "Spring Cleanup", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg", imageAlt: "Seasonal spring cleanup" }
{ id: "5", name: "Spring Cleanup", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/gardener-watering-succulent-plant-soil_23-2147844313.jpg?_wi=2", imageAlt: "Seasonal spring cleanup" }
]}
/>
</div>