Update src/app/page.tsx

This commit is contained in:
2026-05-30 05:13:52 +00:00
parent 85f7e23051
commit c15f48925b

View File

@@ -38,7 +38,7 @@ export default function LandingPage() {
{
name: "About Us", id: "/about"},
{
name: "Services", id: "#services"},
name: "Services", id: "/services"},
{
name: "Portfolio", id: "#portfolio"},
{
@@ -57,7 +57,7 @@ export default function LandingPage() {
<HeroBillboard
background={{
variant: "downward-rays-static"}}
title="Transform Your Outdoors with Lombard Landscaping"
title="## Transform Your Outdoors with Lombard Landscaping"
description="Creating breathtaking landscapes and outdoor living spaces tailored to your vision and lifestyle. Experience unparalleled beauty and functionality."
buttons={[
{
@@ -253,11 +253,11 @@ export default function LandingPage() {
{
title: "Services", items: [
{
label: "Design & Planning", href: "#services"},
label: "Design & Planning", href: "/services"},
{
label: "Installation", href: "#services"},
label: "Installation", href: "/services"},
{
label: "Maintenance", href: "#services"},
label: "Maintenance", href: "/services"},
{
label: "Outdoor Living", href: "#portfolio"},
],
@@ -290,4 +290,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}