Update src/app/page.tsx

This commit is contained in:
2026-05-11 15:31:22 +00:00
parent bfe3a99754
commit a265e6d4fb

View File

@@ -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" },
],