From 80a713cc56c8f241ca62edd6d851635dd4081ac6 Mon Sep 17 00:00:00 2001 From: ishikabhoyar Date: Sun, 30 Mar 2025 01:11:21 +0530 Subject: [PATCH] Remove Navbar component and associated styles --- Frontend/src/components/Navbar.jsx | 150 ----------------------------- 1 file changed, 150 deletions(-) delete mode 100644 Frontend/src/components/Navbar.jsx diff --git a/Frontend/src/components/Navbar.jsx b/Frontend/src/components/Navbar.jsx deleted file mode 100644 index 3ab701c..0000000 --- a/Frontend/src/components/Navbar.jsx +++ /dev/null @@ -1,150 +0,0 @@ -import React from "react" -"use client" - -import Link from "next/link" -import { ChevronDown } from "lucide-react" - -import { Button } from "@/components/ui/button" -import { - NavigationMenu, - NavigationMenuContent, - NavigationMenuItem, - NavigationMenuLink, - NavigationMenuList, - NavigationMenuTrigger, -} from "@/components/ui/navigation-menu" - -export function Navbar() { - return ( -
-
- - *Azzle - - - - - - - Demo - - -
- - -
Features
-

- Explore all the features our platform has to offer -

- -
- - -
Pricing
-

- View our flexible pricing plans -

- -
-
-
-
- - - - About - - - - - - Services - - -
- - -
Consulting
-

- Expert guidance for your business needs -

- -
- - -
Implementation
-

- Full-service implementation and support -

- -
-
-
-
- - - Pages - - -
- - -
Blog
-

- Read our latest articles and updates -

- -
- - -
Resources
-

- Helpful guides and documentation -

- -
-
-
-
- - - - Contact - - - -
-
- -
- - -
-
-
- ) -} - -export default Navbar \ No newline at end of file