diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6437c61..c9756aa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,32 +3,19 @@ import { DM_Sans } from "next/font/google"; import "./globals.css"; const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], + variable: "--font-dm-sans", subsets: ["latin"], }); export const metadata: Metadata = { - title: "TechAcademy - Master In-Demand Tech Skills", - description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate. Enroll today!", - keywords: "IT academy, coding courses, programming bootcamp, tech training, online learning, web development, Python, data science", - openGraph: { - title: "TechAcademy - Master In-Demand Tech Skills", - description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate.", - url: "https://techacademy.io", - siteName: "TechAcademy", - type: "website", - images: [ + title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate. Enroll today!", keywords: "IT academy, coding courses, programming bootcamp, tech training, online learning, web development, Python, data science", openGraph: { + title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity from industry experts. 95% job placement rate.", url: "https://techacademy.io", siteName: "TechAcademy", type: "website", images: [ { - url: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", - alt: "TechAcademy - IT Training" + url: "https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg", alt: "TechAcademy - IT Training" } ] }, twitter: { - card: "summary_large_image", - title: "TechAcademy - Master In-Demand Tech Skills", - description: "Learn web development, Python, data science, and cybersecurity. 95% job placement rate.", - images: ["https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg"] + card: "summary_large_image", title: "TechAcademy - Master In-Demand Tech Skills", description: "Learn web development, Python, data science, and cybersecurity. 95% job placement rate.", images: ["https://img.b2bpic.net/free-photo/programming-background-with-person-working-with-codes-computer_23-2150010130.jpg"] }, robots: { index: true,