+ {!session.data ? (
+ <>
+
+ Sign In
+
+
+ Sign Up
+
+ >
+ ) : (
+ <>
+
+ {session?.data?.user?.name}
+
+
+ >
+ )}
diff --git a/src/components/Header/menuData.tsx b/src/components/Header/menuData.tsx
index fa34765b..a00f43fa 100644
--- a/src/components/Header/menuData.tsx
+++ b/src/components/Header/menuData.tsx
@@ -15,70 +15,76 @@ const menuData: Menu[] = [
},
{
id: 33,
- title: "Blog",
+ title: "Projects",
path: "/blog",
newTab: false,
},
{
id: 3,
- title: "Support",
+ title: "Contact us",
path: "/contact",
newTab: false,
},
+ // {
+ // id: 4,
+ // title: "Pages",
+ // newTab: false,
+ // submenu: [
+ // {
+ // id: 41,
+ // title: "About US",
+ // path: "/about",
+ // newTab: false,
+ // },
+ // {
+ // id: 42,
+ // title: "Contact Page",
+ // path: "/contact",
+ // newTab: false,
+ // },
+ // {
+ // id: 43,
+ // title: "Blog Grid Page",
+ // path: "/blog",
+ // newTab: false,
+ // },
+ // {
+ // id: 44,
+ // title: "Blog Sidebar Page",
+ // path: "/blog-sidebar",
+ // newTab: false,
+ // },
+ // {
+ // id: 45,
+ // title: "Blog Details Page",
+ // path: "/blog-details",
+ // newTab: false,
+ // },
+ // {
+ // id: 46,
+ // title: "Sign In Page",
+ // path: "/signin",
+ // newTab: false,
+ // },
+ // {
+ // id: 47,
+ // title: "Sign Up Page",
+ // path: "/signup",
+ // newTab: false,
+ // },
+ // {
+ // id: 48,
+ // title: "Error Page",
+ // path: "/error",
+ // newTab: false,
+ // },
+ // ],
+ // },
{
- id: 4,
- title: "Pages",
+ id: 5,
+ title: "Our Team",
+ path: "/team",
newTab: false,
- submenu: [
- {
- id: 41,
- title: "About Page",
- path: "/about",
- newTab: false,
- },
- {
- id: 42,
- title: "Contact Page",
- path: "/contact",
- newTab: false,
- },
- {
- id: 43,
- title: "Blog Grid Page",
- path: "/blog",
- newTab: false,
- },
- {
- id: 44,
- title: "Blog Sidebar Page",
- path: "/blog-sidebar",
- newTab: false,
- },
- {
- id: 45,
- title: "Blog Details Page",
- path: "/blog-details",
- newTab: false,
- },
- {
- id: 46,
- title: "Sign In Page",
- path: "/signin",
- newTab: false,
- },
- {
- id: 47,
- title: "Sign Up Page",
- path: "/signup",
- newTab: false,
- },
- {
- id: 48,
- title: "Error Page",
- path: "/error",
- newTab: false,
- },
- ],
},
];
export default menuData;
diff --git a/src/components/Hero/index.tsx b/src/components/Hero/index.tsx
index 8e65ce94..f16fe2c0 100644
--- a/src/components/Hero/index.tsx
+++ b/src/components/Hero/index.tsx
@@ -1,3 +1,4 @@
+import { url } from "inspector";
import Link from "next/link";
const Hero = () => {
@@ -5,31 +6,32 @@ const Hero = () => {
<>
-
- Free and Open-Source Next.js Template for Startup & SaaS
+
+ Your Imagination Our Innovation
-
- Startup is free Next.js template for startups and SaaS
- business websites comes with all the essential pages,
- components, and sections you need to launch a complete
- business website, built-with Next 13.x and Tailwind CSS.
+
+ Start your innovative journey with CodeSphere Innovations. We
+ are here to help your business grow with our cutting-edge
+ website and mobile app development services, all at affordable
+ prices.
- 🔥 Get Pro
+ 🔥 Get Start
Star on GitHub
@@ -41,6 +43,7 @@ const Hero = () => {