Update src/app/page.tsx
This commit is contained in:
@@ -33,20 +33,16 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "/" },
|
||||||
name: "Home", id: "/"},
|
{ name: "About Us", id: "/about" },
|
||||||
{
|
{ name: "Services", id: "/services" },
|
||||||
name: "About Us", id: "/about"},
|
{ name: "Portfolio", id: "/#portfolio" },
|
||||||
{
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
name: "Services", id: "/services"},
|
{ name: "Contact Us", id: "/contact" } // Added
|
||||||
{
|
|
||||||
name: "Portfolio", id: "/#portfolio"},
|
|
||||||
{
|
|
||||||
name: "Testimonials", id: "/#testimonials"},
|
|
||||||
]}
|
]}
|
||||||
brandName="Lombard Landscaping by Morris LDC"
|
brandName="Lombard Landscaping by Morris LDC"
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
button={{ text: "Contact Us", href: "/" }}
|
button={{ text: "Contact Us", href: "/contact" }} // Updated href
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -58,7 +54,7 @@ export default function LandingPage() {
|
|||||||
description="Creating breathtaking landscapes and outdoor living spaces tailored to your vision and lifestyle. Experience unparalleled beauty and functionality."
|
description="Creating breathtaking landscapes and outdoor living spaces tailored to your vision and lifestyle. Experience unparalleled beauty and functionality."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Consultation", href: "/"},
|
text: "Get a Free Consultation", href: "/contact"}, // Changed to /contact
|
||||||
{
|
{
|
||||||
text: "View Our Portfolio", href: "/#portfolio"},
|
text: "View Our Portfolio", href: "/#portfolio"},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user