Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-08 13:53:04 +00:00

View File

@@ -108,7 +108,7 @@ export default function LandingPage() {
{ id: "3", name: "Public Park Plaza", price: "Urban Design", imageSrc: "http://img.b2bpic.net/free-photo/back-view-man-working-eco-friendly-wind-power-project-with-wind-turbines_23-2148847776.jpg" },
{ id: "4", name: "Hillside Retreat", price: "Architecture", imageSrc: "http://img.b2bpic.net/free-photo/brown-wooden-bench-near-green-plants_250224-381.jpg" },
{ id: "5", name: "Sustainable Rooftop", price: "Green Build", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-with-bamboo-stick_23-2147791929.jpg" },
{ id: "6", name: "Botanical Pavilion", price: "Public Space", imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-art-style_23-2151488214.jpg" }
{ id: "6", name: "Botanical Pavilion", price: "Public Space", imageSrc: "http://img.b2bpic.net/free-photo/view-backyard-garden-digital-style_23-2151488214.jpg" }
]}
title="Selected Works"
description="A glimpse into our recent landscape transformations."
@@ -171,7 +171,7 @@ export default function LandingPage() {
tag="Get In Touch"
title="Ready to transform your land?"
description="Let's start your project journey with a professional consultation."
buttons={[{ text: "Contact Us", href: "#" }]}
buttons={[{ text: "Schedule Your Free Consultation", href: "#" }]}
/>
</div>
@@ -189,4 +189,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}