From 4f0eddb2bb04b89633e1b07a4d0932a76711ccc0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:37:22 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 79305e5..e040c30 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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,