fix: spelling
This commit is contained in:
parent
f545f2ebf0
commit
c6dcd75b84
2
.env
2
.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
|
||||
|
|
|
@ -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 (
|
||||
|
||||
<div className="flex flex-col min-h-screen">
|
||||
<Navbar />
|
||||
<main className="grow max-w-7xl mx-auto px-4">{children}</main>
|
||||
|
|
|
@ -58,8 +58,8 @@ export default function Page() {
|
|||
return (
|
||||
<div className="py-8 md:py-24">
|
||||
<PricingHeader
|
||||
title="Welcome to Skilled AI Pricing"
|
||||
subtitle="At Skilled AI, we empower software engineers with top-notch upskilling resources tailored to their career goals. Explore our pricing plans below and take the next step towards mastering your craft."
|
||||
title="Welcome to Skilld Pricing"
|
||||
subtitle="At Skilld, we empower software engineers with top-notch upskilling resources tailored to their career goals. Explore our pricing plans below and take the next step towards mastering your craft."
|
||||
/>
|
||||
<PricingSwitch onSwitch={togglePricingPeriod} />
|
||||
<section className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 justify-center gap-8 mt-8">
|
||||
|
|
|
@ -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() {
|
|||
>
|
||||
<path d="M15 6v12a3 3 0 1 0 3-3H6a3 3 0 1 0 3 3V6a3 3 0 1 0-3 3h12a3 3 0 1 0-3-3" />
|
||||
</svg>
|
||||
SkilledAi
|
||||
Skilld
|
||||
</div>
|
||||
<div className="relative z-20 mt-auto">
|
||||
<blockquote className="space-y-2">
|
||||
<p className="text-lg text-muted-foreground">
|
||||
“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
|
||||
|
|
|
@ -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({
|
||||
|
|
|
@ -61,7 +61,7 @@ export default function Page() {
|
|||
</h2>
|
||||
<Alert className="mb-4">
|
||||
<AlertDescription className="text-base">
|
||||
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
|
||||
|
|
|
@ -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 (
|
||||
<div className="grid grid-rows-[53px_1fr] min-h-screen">
|
||||
<Header/>
|
||||
<Header />
|
||||
<main className="">{children}</main>
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -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({
|
||||
|
|
|
@ -43,7 +43,7 @@ export default function Footer() {
|
|||
</section>
|
||||
|
||||
<footer className="border-t py-12 md:20">
|
||||
<div className="max-w-7xl mx-auto px-4 grid sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
|
||||
<div className="max-w-7xl mx-auto px-4 grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4">
|
||||
<ul className="space-y-1">
|
||||
<li>
|
||||
<Link className="text-muted-foreground hover:underline" href="#">
|
||||
|
@ -131,7 +131,7 @@ export default function Footer() {
|
|||
|
||||
<div className="max-w-7xl mx-auto px-4 flex justify-between mt-8 md:mt-16">
|
||||
<p className="text-muted-foreground">
|
||||
Skilled AI - Empowering Software Engineers to Thrive
|
||||
Skilld - Empowering Software Engineers to Thrive
|
||||
</p>
|
||||
<p className="text-muted-foreground">
|
||||
Copyright © 2024 All Rights Reserved.
|
||||
|
|
|
@ -9,12 +9,7 @@ export default function Header() {
|
|||
<div className="fixed top-0 left-0 right-0 supports-backdrop-blur:bg-background/60 border-b bg-background/95 backdrop-blur z-20">
|
||||
<nav className="h-14 flex items-center justify-between px-4">
|
||||
<div className="hidden lg:block">
|
||||
<Link
|
||||
href={"/dashboard"}
|
||||
>
|
||||
SkilledAi
|
||||
|
||||
</Link>
|
||||
<Link href={"/dashboard"}>Skilld</Link>
|
||||
</div>
|
||||
<div className={cn("block lg:!hidden")}>
|
||||
<MobileSidebar />
|
||||
|
|
|
@ -61,7 +61,7 @@ export default function Navbar() {
|
|||
<header className="border-b py-3">
|
||||
<div className="max-w-7xl mx-auto flex justify-between items-center px-4">
|
||||
<Link href="/" className="inline-block w-fit">
|
||||
<h2 className="text-xl font-bold">SkilledAI</h2>
|
||||
<h2 className="text-xl font-bold">Skilld</h2>
|
||||
</Link>
|
||||
|
||||
<div className="flex gap-8 items-center">
|
||||
|
@ -79,7 +79,7 @@ export default function Navbar() {
|
|||
>
|
||||
<Icons.logo className="h-6 w-6" />
|
||||
<div className="mb-2 mt-4 text-lg font-medium">
|
||||
Skilled AI
|
||||
Skilld
|
||||
</div>
|
||||
<p className="text-sm leading-tight text-muted-foreground">
|
||||
Browse our extensive catalog of courses covering a
|
||||
|
|
|
@ -7,14 +7,14 @@ const Header = () => {
|
|||
<header className="border-b px-4 h-min">
|
||||
<nav className="flex justify-between items-center max-w-[1440px] mx-auto py-2">
|
||||
<Link href="/">
|
||||
<h2>Skilled Ai</h2>
|
||||
<h2>Skilld</h2>
|
||||
</Link>
|
||||
|
||||
<div className="flex items-center gap-8">
|
||||
{/* <Link href="/">Home</Link> */}
|
||||
<Link href="/dashboard">Dashboard</Link>
|
||||
{/* <Link href="/login">Login</Link> */}
|
||||
<ThemeToggle/>
|
||||
<ThemeToggle />
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue