Merge version_1 into main #2
@@ -1,5 +1,5 @@
|
|||||||
"use client";
|
"use client";
|
||||||
import { Link } from "next/link";
|
import Link from "next/link";
|
||||||
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
@@ -31,6 +31,13 @@ export default function HomePage() {
|
|||||||
text: "Get Started", href: "https://qwer.invest/contact"
|
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>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
|
|||||||
Reference in New Issue
Block a user