Update src/app/page.tsx

This commit is contained in:
2026-01-23 09:57:36 +00:00
parent d2b978f81b
commit 24a7ce1860

View File

@@ -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"
}}
/>
<div className="mt-4">
<Link href="/">Home</Link> |
<Link href="/about">About</Link> |
<Link href="/services">Services</Link> |
<Link href="/contact">Contact</Link> |
<Link href="/blog">Blog</Link>
</div>
</div>
<div id="hero" data-section="hero">