Merge version_1 into main #4
@@ -7,41 +7,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "MedStudy Pro - AI-Powered Medical Exam Preparation Platform",
|
||||
description: "Master medical exams with intelligent study tracking, AI mentorship, adaptive learning, and performance analytics. 50+ features for serious medical aspirants.",
|
||||
keywords: "medical exam preparation, AI study platform, NEET preparation, medical entrance exam, adaptive learning, study analytics, medical education SaaS",
|
||||
metadataBase: new URL("https://medstudypro.com"),
|
||||
title: "MedStudy Pro - AI-Powered Medical Exam Preparation Platform", description: "Master medical exams with intelligent study tracking, AI mentorship, adaptive learning, and performance analytics. 50+ features for serious medical aspirants.", keywords: "medical exam preparation, AI study platform, NEET preparation, medical entrance exam, adaptive learning, study analytics, medical education SaaS", metadataBase: new URL("https://medstudypro.com"),
|
||||
alternates: {
|
||||
canonical: "https://medstudypro.com",
|
||||
},
|
||||
canonical: "https://medstudypro.com"},
|
||||
openGraph: {
|
||||
title: "MedStudy Pro - AI-Powered Medical Study Platform",
|
||||
description: "Transform your medical exam preparation with intelligent AI mentorship, performance analytics, and adaptive learning. 50+ features for serious aspirants.",
|
||||
url: "https://medstudypro.com",
|
||||
siteName: "MedStudy Pro",
|
||||
type: "website",
|
||||
},
|
||||
title: "MedStudy Pro - AI-Powered Medical Study Platform", description: "Transform your medical exam preparation with intelligent AI mentorship, performance analytics, and adaptive learning. 50+ features for serious aspirants.", url: "https://medstudypro.com", siteName: "MedStudy Pro", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "MedStudy Pro - AI Medical Study Platform",
|
||||
description: "Intelligent exam preparation with AI mentorship and adaptive learning",
|
||||
},
|
||||
card: "summary_large_image", title: "MedStudy Pro - AI Medical Study Platform", description: "Intelligent exam preparation with AI mentorship and adaptive learning"},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
|
||||
Reference in New Issue
Block a user