Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-12 13:15:18 +00:00

View File

@@ -81,6 +81,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/park-lujiazui-financial-center-shanghai-china_1127-3318.jpg", imageAlt: "Clean and well-maintained commercial landscape"},
]}
className="pt-24"
/>
</div>
@@ -143,7 +144,7 @@ export default function LandingPage() {
id: "proj-2", name: "Lush Front Yard Renovation", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/view-robot-tending-maintaining-gardens_23-2151803968.jpg", imageAlt: "Renovated lush green front yard"},
{
id: "proj-3", name: "Modern Patio & Fire Pit", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/rural-patio-with-furniture-vegetation_23-2150698450.jpg", imageAlt: "Modern patio with a built-in fire pit"},
{
({
id: "proj-4", name: "Smart Irrigation System", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/blue-watering-can-rustic-wooden-table_53876-96629.jpg", imageAlt: "Advanced irrigation system in a garden"},
{
id: "proj-5", name: "Commercial Landscape Upgrade", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-walking-street-empty-city-center-holding-folder-with-work_1258-194076.jpg", imageAlt: "Upgraded commercial building landscape"},
@@ -264,4 +265,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}