From 95ec7e95d567acf6910ee070b79ee51d0838acb6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 13:15:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 435b535..3582a85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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() { ); -} +} \ No newline at end of file