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