Merge version_12 into main
Merge version_12 into main
This commit was merged in pull request #11.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user