From 040da3c38a334b91af5b461180bd36eb01b39432 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:17:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 90 +++++++++++++++++++++++++++++++----------------- 1 file changed, 59 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e07618c..51adfd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,10 +14,10 @@ import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { Briefcase, Zap, Star, Rocket } from "lucide-react"; const navItems = [ - { name: "Services", id: "/services" }, - { name: "Portfolio", id: "/portfolio" }, - { name: "About", id: "/about" }, - { name: "FAQ", id: "/faq" }, + { name: "Services", id: "#services" }, + { name: "Portfolio", id: "#portfolio" }, + { name: "About", id: "#about" }, + { name: "FAQ", id: "#faq" }, ]; export default function HomePage() { @@ -38,7 +38,7 @@ export default function HomePage() { @@ -48,8 +48,8 @@ export default function HomePage() { logoText="Atlas Digital" description="Professional websites that help contractors and trades businesses get discovered, build trust, and win more jobs." buttons={[ - { text: "Get Free Website Audit", href: "/contact" }, - { text: "Get Started", href: "/contact" }, + { text: "Get Free Website Audit", href: "#contact" }, + { text: "Get Started", href: "#contact" }, ]} background={{ variant: "animated-grid" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQNNUnPh4SZaKcM9O4X6OpiwPn/a-modern-web-design-dashboard-displayed--1772520862642-cdefd6d9.png" @@ -78,9 +78,15 @@ export default function HomePage() {