Update src/app/layout.tsx
This commit is contained in:
@@ -5,34 +5,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "EduPulse - The Future of Learning",
|
||||
description: "Experience revolutionary 3D education platform with AI-powered learning paths, real-time collaboration, and world-class instructors. Join 50K+ learners.",
|
||||
keywords: "online learning, education platform, 3D education, AI learning, courses, skill development, career advancement",
|
||||
openGraph: {
|
||||
title: "EduPulse - Transform Your Learning",
|
||||
description: "The future of education is here. Experience immersive 3D lessons and personalized learning.",
|
||||
siteName: "EduPulse",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "EduPulse - The Future of Learning", description: "Experience revolutionary 3D education platform with AI-powered learning paths, real-time collaboration, and world-class instructors. Join 50K+ learners.", keywords: "online learning, education platform, 3D education, AI learning, courses, skill development, career advancement", openGraph: {
|
||||
title: "EduPulse - Transform Your Learning", description: "The future of education is here. Experience immersive 3D lessons and personalized learning.", siteName: "EduPulse", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/a-stunning-3d-rendered-educational-dashb-1772516018780-bd51f59a.png",
|
||||
alt: "EduPulse - 3D Education Dashboard",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/a-stunning-3d-rendered-educational-dashb-1772516018780-bd51f59a.png", alt: "EduPulse - 3D Education Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "EduPulse - The Future of Learning",
|
||||
description: "Revolutionary 3D education platform with AI-powered personalization.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/a-stunning-3d-rendered-educational-dashb-1772516018780-bd51f59a.png",
|
||||
],
|
||||
card: "summary_large_image", title: "EduPulse - The Future of Learning", description: "Revolutionary 3D education platform with AI-powered personalization.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQDVtz45SVsUyLfpeEZ2buzKZm/a-stunning-3d-rendered-educational-dashb-1772516018780-bd51f59a.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user