Merge version_1 into main #1
@@ -94,7 +94,7 @@ export default function ChatPage() {
|
||||
"Formatted content with examples and analogies",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/flat-design-language-learning-landing-page-template_23-2149924757.jpg",
|
||||
"http://img.b2bpic.net/free-psd/flat-design-language-learning-landing-page-template_23-2149924757.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "multi-subject",
|
||||
@@ -106,7 +106,7 @@ export default function ChatPage() {
|
||||
"Adaptive difficulty levels based on your input",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/flat-design-nps-infographic_23-2149966450.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-nps-infographic_23-2149966450.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "conversation-history",
|
||||
@@ -118,7 +118,7 @@ export default function ChatPage() {
|
||||
"Export learning notes and summaries",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elegant-uber-driver-giving-taxi-ride_23-2149241760.jpg",
|
||||
"http://img.b2bpic.net/free-photo/elegant-uber-driver-giving-taxi-ride_23-2149241760.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -139,7 +139,7 @@ export default function ChatPage() {
|
||||
description="Get personalized explanations tailored to your specific questions and learning style."
|
||||
subdescription="Ask → Understand → Excel"
|
||||
icon={Zap}
|
||||
imageSrc="http://img.b2bpic.net/free-psd/flat-design-language-learning-landing-page-template_23-2149924757.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-psd/flat-design-language-learning-landing-page-template_23-2149924757.jpg?_wi=3"
|
||||
imageAlt="AI Chat interface demonstration"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -1,28 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Public_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "StudyMate - AI Study Platform for Students",
|
||||
description: "StudyMate combines AI tutoring, smart scheduling, and task tracking in one platform. Get instant homework help, auto-generate study plans, and never miss a deadline.",
|
||||
keywords: "student productivity app, AI tutoring, study planner, homework help, assignment tracker",
|
||||
metadataBase: new URL("https://studymate.app"),
|
||||
alternates: {
|
||||
canonical: "https://studymate.app",
|
||||
},
|
||||
openGraph: {
|
||||
title: "StudyMate - Study Smarter, Not Harder",
|
||||
description: "An intelligent productivity platform for students combining AI-powered tutoring, smart scheduling, and seamless task management.",
|
||||
url: "https://studymate.app",
|
||||
siteName: "StudyMate",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/education-information-school-ideas-concept_53876-120603.jpg",
|
||||
alt: "StudyMate Platform Dashboard",
|
||||
},
|
||||
],
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "StudyMate - AI-Powered Student Productivity",
|
||||
description: "Master your studies with intelligent tutoring, smart scheduling, and automatic task management.",
|
||||
images: ["http://img.b2bpic.net/free-photo/education-information-school-ideas-concept_53876-120603.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${publicSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${publicSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -122,7 +122,7 @@ export default function HomePage() {
|
||||
"Show/hide detailed explanations with one click",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-psd/flat-design-language-learning-landing-page-template_23-2149924757.jpg",
|
||||
"http://img.b2bpic.net/free-psd/flat-design-language-learning-landing-page-template_23-2149924757.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "smart-planner",
|
||||
@@ -134,7 +134,7 @@ export default function HomePage() {
|
||||
"Automatic task creation from uploaded assignments",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/medical-booking-app_23-2148556962.jpg",
|
||||
"http://img.b2bpic.net/free-vector/medical-booking-app_23-2148556962.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "task-tracking",
|
||||
@@ -146,7 +146,7 @@ export default function HomePage() {
|
||||
"Smart warnings for time-crunched deadlines",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-spring-break-stamps-collection_23-2149295600.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-spring-break-stamps-collection_23-2149295600.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -167,7 +167,7 @@ export default function HomePage() {
|
||||
description="StudyMate simplifies the entire student workflow through seamless integration of tutoring, planning, and tracking."
|
||||
subdescription="Upload → Learn → Succeed"
|
||||
icon={BookOpen}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-uber-driver-giving-taxi-ride_23-2149241760.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-uber-driver-giving-taxi-ride_23-2149241760.jpg?_wi=1"
|
||||
imageAlt="Assignment workflow demonstration"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -345,7 +345,7 @@ export default function HomePage() {
|
||||
description="Join thousands of students who are already achieving better grades with smarter study habits. Start your free trial today—no credit card required."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-nps-infographic_23-2149966450.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-design-nps-infographic_23-2149966450.jpg?_wi=1"
|
||||
imageAlt="StudyMate progress dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -94,7 +94,7 @@ export default function PlannerPage() {
|
||||
"Quick deadline visibility and management",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/medical-booking-app_23-2148556962.jpg",
|
||||
"http://img.b2bpic.net/free-vector/medical-booking-app_23-2148556962.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "auto-scheduling",
|
||||
@@ -106,7 +106,7 @@ export default function PlannerPage() {
|
||||
"Deadline-aware scheduling recommendations",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/flat-design-nps-infographic_23-2149966450.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-nps-infographic_23-2149966450.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "task-extraction",
|
||||
@@ -118,7 +118,7 @@ export default function PlannerPage() {
|
||||
"Automatic reminders before deadlines",
|
||||
],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-spring-break-stamps-collection_23-2149295600.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-spring-break-stamps-collection_23-2149295600.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -139,7 +139,7 @@ export default function PlannerPage() {
|
||||
description="Never miss an assignment again with smart deadline tracking and proactive notifications."
|
||||
subdescription="Plan → Execute → Succeed"
|
||||
icon={Calendar}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app_23-2148556962.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app_23-2148556962.jpg?_wi=3"
|
||||
imageAlt="Planner calendar demonstration"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -155,7 +155,7 @@ export default function PlannerPage() {
|
||||
description="Take control of your schedule and stay organized with our intelligent study planner. Plan your week, track your progress, and achieve your academic goals."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app_23-2148556962.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app_23-2148556962.jpg?_wi=4"
|
||||
imageAlt="Start planning your studies"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user