diff --git a/.env b/.env index 3ac5e6e..f52c411 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -DATABASE_URL=mongodb+srv://freshbitemehedi:freshbitemehedi2810@project1.lispgny.mongodb.net/skilledai +DATABASE_URL=mongodb+srv://freshbitemehedi:freshbitemehedi2810@project1.lispgny.mongodb.net/Skilld UPLOADTHING_SECRET=sk_live_938397c2e99554ab0bc541ba01114334d2ed523a0dbb9988870bcfc05d6ad9df UPLOADTHING_APP_ID=h07pj3xjyv diff --git a/src/app/(app)/layout.tsx b/src/app/(app)/layout.tsx index 65d92eb..f424f0f 100644 --- a/src/app/(app)/layout.tsx +++ b/src/app/(app)/layout.tsx @@ -4,13 +4,12 @@ import { Metadata } from "next"; import React from "react"; export const metadata: Metadata = { - title: "Skilled Ai", - description: "Skilled Ai", + title: "Skilld", + description: "Skilld", }; const Layout = ({ children }: { children: React.ReactNode }) => { return ( -
{children}
diff --git a/src/app/(app)/pricing/page.tsx b/src/app/(app)/pricing/page.tsx index 9c8e133..38baaf3 100644 --- a/src/app/(app)/pricing/page.tsx +++ b/src/app/(app)/pricing/page.tsx @@ -58,8 +58,8 @@ export default function Page() { return (
diff --git a/src/app/(auth)/(signin)/page.tsx b/src/app/(auth)/(signin)/page.tsx index e4cc001..4f2476b 100644 --- a/src/app/(auth)/(signin)/page.tsx +++ b/src/app/(auth)/(signin)/page.tsx @@ -6,7 +6,7 @@ import { cn } from "@/lib/utils"; export const metadata: Metadata = { title: "Sign In", - description: "Sign In to start your journey with skilled ai.", + description: "Sign In to start your journey with Skilld.", }; export default function AuthenticationPage() { @@ -36,12 +36,12 @@ export default function AuthenticationPage() { > - SkilledAi + Skilld

- “Empower your coding journey at SkilledAi. Access tutorials, + “Empower your coding journey at Skilld. Access tutorials, challenges, and expert-led courses to master programming languages and tools. Join a supportive community for discussions and code reviews. Elevate your skills and stay ahead in the tech world with diff --git a/src/app/(dashboard)/dashboard/(quiz)/layout.tsx b/src/app/(dashboard)/dashboard/(quiz)/layout.tsx index f106d24..e255bdb 100644 --- a/src/app/(dashboard)/dashboard/(quiz)/layout.tsx +++ b/src/app/(dashboard)/dashboard/(quiz)/layout.tsx @@ -4,9 +4,9 @@ import StoreProvider from "@/lib/store-provider"; import type { Metadata } from "next"; export const metadata: Metadata = { - title: "Dashboard | Skilled Ai", + title: "Dashboard | Skilld", description: - "Empower your coding journey at Skilled Ai. Access tutorials, challenges, and expert-led courses to master programming languages and tools. Join a supportive community for discussions and code reviews. Elevate your skills and stay ahead in the tech world with us!", + "Empower your coding journey at Skilld. Access tutorials, challenges, and expert-led courses to master programming languages and tools. Join a supportive community for discussions and code reviews. Elevate your skills and stay ahead in the tech world with us!", }; export default function DashboardLayout({ diff --git a/src/app/(dashboard)/dashboard/(quiz)/page.tsx b/src/app/(dashboard)/dashboard/(quiz)/page.tsx index 28a465f..582a086 100644 --- a/src/app/(dashboard)/dashboard/(quiz)/page.tsx +++ b/src/app/(dashboard)/dashboard/(quiz)/page.tsx @@ -61,7 +61,7 @@ export default function Page() { - Empower your coding journey at Skilled Ai. Access tutorials, + Empower your coding journey at Skilld. Access tutorials, challenges, and expert-led courses to master programming languages and tools. Join a supportive community for discussions and code reviews. Elevate your skills and stay ahead in the tech world with diff --git a/src/app/(dashboard)/dashboard/(task)/layout.tsx b/src/app/(dashboard)/dashboard/(task)/layout.tsx index f8aa855..0ad1363 100644 --- a/src/app/(dashboard)/dashboard/(task)/layout.tsx +++ b/src/app/(dashboard)/dashboard/(task)/layout.tsx @@ -3,14 +3,14 @@ import React from "react"; import Header from "@/components/task/header"; export const metadata: Metadata = { - title: "Task | Skilled Ai", - description: "Skilled Ai", - }; + title: "Task | Skilld", + description: "Skilld", +}; const Layout = ({ children }: { children: React.ReactNode }) => { return (

-
+
{children}
); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8b4138c..48d6102 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,9 +8,9 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Home | Skilled Ai", + title: "Home | Skilld", description: - "Empower your coding journey at Skilled Ai. Access tutorials, challenges, and expert-led courses to master programming languages and tools. Join a supportive community for discussions and code reviews. Elevate your skills and stay ahead in the tech world with us!", + "Empower your coding journey at Skilld. Access tutorials, challenges, and expert-led courses to master programming languages and tools. Join a supportive community for discussions and code reviews. Elevate your skills and stay ahead in the tech world with us!", }; export default async function RootLayout({ diff --git a/src/components/footer.tsx b/src/components/footer.tsx index 0be5376..bce86fd 100644 --- a/src/components/footer.tsx +++ b/src/components/footer.tsx @@ -43,7 +43,7 @@ export default function Footer() {