Update src/app/page.tsx
This commit is contained in:
@@ -31,7 +31,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Local Experts Committed to Quality and Speed"
|
||||
buttons={[
|
||||
{ text: "Learn More About Us", href: "#about" },
|
||||
{ text: "Learn More About Us", href: "/about" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,7 +170,7 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user