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