Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 09:38:14 +00:00

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid"
@@ -47,7 +47,7 @@ export default function LandingPage() {
tag="Houston Landscaping"
tagIcon={Leaf}
tagAnimation="slide-up"
background={{ variant: "grid" }}
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Call for a Free Estimate", href: "https://tel:+17135550142" },
{ text: "Get a Quote Online", href: "#contact" }
@@ -55,11 +55,11 @@ export default function LandingPage() {
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg", imageAlt: "Beautiful landscaped Houston property with modern patio" },
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-man-wearing-apron-growing-plants-garden-cutting-branches-view-through-glasses-gardening-job-concept_74855-12791.jpg?_wi=1", imageAlt: "Professional lawn care and maintenance service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/focused-man-wearing-apron-growing-plants-garden-cutting-branches-view-through-glasses-gardening-job-concept_74855-12791.jpg", imageAlt: "Professional lawn care and maintenance service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22886.jpg", imageAlt: "Expert tree trimming and arborist services" },
{ imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-sitting-cement-seat-urban-park_23-2148328850.jpg", imageAlt: "Custom landscape design and outdoor living spaces" },
{ imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139745.jpg", imageAlt: "Overgrown garden before professional landscaping" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013417.jpg?_wi=1", imageAlt: "Stunning transformed garden after landscaping" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013417.jpg", imageAlt: "Stunning transformed garden after landscaping" },
{ imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-woman-doing-exercises-with-bamboo-stick_23-2147791931.jpg", imageAlt: "Overgrown trees before professional trimming" }
]}
ariaLabel="C&L Landscaping hero section with portfolio carousel"
@@ -119,13 +119,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Garden Renovation Project", price: "See Transformation", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013417.jpg?_wi=2", imageAlt: "Complete garden renovation with modern landscaping", initialQuantity: 1
id: "1", name: "Garden Renovation Project", price: "See Transformation", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013417.jpg", imageAlt: "Complete garden renovation with modern landscaping", initialQuantity: 1
},
{
id: "2", name: "Tree Service & Trimming", price: "Professional Results", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500817.jpg", imageAlt: "Expert tree trimming showing healthy canopy", initialQuantity: 1
},
{
id: "3", name: "Lawn Restoration", price: "Lush & Healthy", imageSrc: "http://img.b2bpic.net/free-photo/focused-man-wearing-apron-growing-plants-garden-cutting-branches-view-through-glasses-gardening-job-concept_74855-12791.jpg?_wi=2", imageAlt: "Beautiful green lawn after professional maintenance", initialQuantity: 1
id: "3", name: "Lawn Restoration", price: "Lush & Healthy", imageSrc: "http://img.b2bpic.net/free-photo/focused-man-wearing-apron-growing-plants-garden-cutting-branches-view-through-glasses-gardening-job-concept_74855-12791.jpg", imageAlt: "Beautiful green lawn after professional maintenance", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"