Update src/app/page.tsx
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user