last push to github
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Contact } from "@/components/pages/contact";
|
||||
import React from "react";
|
||||
|
||||
export default function Page() {
|
||||
return <Contact />;
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
import { ProductBanner, Products } from "@/components/pages/products";
|
||||
import React from "react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { OurService, Video } from "@/components/pages/home";
|
||||
import { ServiceBanner, ServiceFaq } from "@/components/pages/services";
|
||||
import React from "react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
|
||||
@@ -80,7 +80,7 @@ export function Navbar() {
|
||||
font-semibold opacity-0 invisible group-hover:opacity-100
|
||||
group-hover:visible transition-all duration-300
|
||||
transform translate-y-2 group-hover:translate-y-0
|
||||
pointer-events-none group-hover:pointer-events-auto"
|
||||
pointer-events-none group-hover:pointer-events-auto overflow-hidden"
|
||||
>
|
||||
<Link
|
||||
href="/faq"
|
||||
@@ -96,13 +96,13 @@ export function Navbar() {
|
||||
>
|
||||
Services
|
||||
</Link>
|
||||
<Link
|
||||
{/* <Link
|
||||
href="/blog"
|
||||
className="block px-4 py-2 text-black text-sm hover:bg-red-600
|
||||
hover:text-white transition-colors rounded-b-md"
|
||||
>
|
||||
Blog
|
||||
</Link>
|
||||
</Link> */}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user