// app/layout.js import "./globals.css"; import { ThemeProvider } from "@/context/ThemeContext"; import Footer from "./components/Footer"; import Script from "next/script"; export const metadata = { title: "Learnix", description: "Learnix is a learning platform where students can share their study resources, explore solutions, and make learning referable and collaborative.", keywords: [ "Learnix", "student homework", "learning platform", "share homework", "study resources", "online learning" ], authors: [{ name: "Shashidhara K." }], openGraph: { title: "Learnix - Learn Smarter", description: "Collaborative platform for students to share homework and learning resources.", url: "https://learnix.dev", siteName: "Learnix", type: "website", locale: "en_US", }, twitter: { card: "summary_large_image", title: "Learnix - Learn Smarter", description: "Collaborative platform for students to share Resources and learning resources.", creator: "", // optional }, }; export default function RootLayout({ children }) { return (
{/* Google Analytics */} {/* Infolinks Ads */}