diff --git a/src/app/page.tsx b/src/app/page.tsx index 6788745..766544d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,5 +1,5 @@ "use client"; -import { Link } from "next/link"; +import Link from "next/link"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MediaAbout from '@/components/sections/about/MediaAbout'; @@ -31,6 +31,13 @@ export default function HomePage() { text: "Get Started", href: "https://qwer.invest/contact" }} /> +
+ Home | + About | + Services | + Contact | + Blog +