Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-03 06:20:39 +00:00

View File

@@ -53,13 +53,13 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg", imageAlt: "Beautiful garden landscape"
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg?_wi=1", imageAlt: "Beautiful garden landscape"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Modern landscape design"
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=1", imageAlt: "Modern landscape design"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Garden maintenance project"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=1", imageAlt: "Garden maintenance project"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-curvy-pathway-forest_181624-44037.jpg", imageAlt: "Outdoor space transformation"
@@ -129,13 +129,13 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "proj-1", name: "Modern Backyard Oasis", price: "Completed 2024", variant: "Design • Installation • Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg", imageAlt: "Modern backyard landscape"
id: "proj-1", name: "Modern Backyard Oasis", price: "Completed 2024", variant: "Design • Installation • Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/female-teen-her-mother-taking-care-backyard-plants_7502-9662.jpg?_wi=2", imageAlt: "Modern backyard landscape"
},
{
id: "proj-2", name: "Residential Front Entrance", price: "Completed 2024", variant: "Design • Hardscape • Planting", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg", imageAlt: "Front entrance landscaping"
id: "proj-2", name: "Residential Front Entrance", price: "Completed 2024", variant: "Design • Hardscape • Planting", imageSrc: "http://img.b2bpic.net/free-photo/terrace-with-trees-forest-cozy-outdoor-relaxation-space_169016-69565.jpg?_wi=2", imageAlt: "Front entrance landscaping"
},
{
id: "proj-3", name: "Commercial Property Design", price: "Completed 2023", variant: "Design • Installation • Irrigation", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Commercial landscaping project"
id: "proj-3", name: "Commercial Property Design", price: "Completed 2023", variant: "Design • Installation • Irrigation", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg?_wi=2", imageAlt: "Commercial landscaping project"
}
]}
/>