Update src/app/page.tsx

This commit is contained in:
2026-06-02 16:31:42 +00:00
parent c265853e61
commit 75c75f1cf2

View File

@@ -17,10 +17,10 @@ import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingU
export default function WebAgency2Page() {
const updatedNavItems = [
{ name: "Work", href: "/portfolio" },
{ name: "Services", href: "#services" },
{ name: "About", href: "#about" },
{ name: "Contact", href: "/contact" },
{ name: "Work", id: "/portfolio" },
{ name: "Services", id: "#services" },
{ name: "About", id: "#about" },
{ name: "Contact", id: "/contact" },
];
const updatedFooterColumns = [