Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Download", href: "#" },
|
||||
@@ -29,8 +28,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -77,7 +74,7 @@ export default function AboutPage() {
|
||||
tag="About AI Study Companion"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Join Our Mission", href: "#" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
@@ -86,14 +83,10 @@ export default function AboutPage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-vibrant-illustration-showing-a-student-1772950553066-61886ba2.png?_wi=2",
|
||||
imageAlt: "Our Team Collaborating",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-vibrant-illustration-showing-a-student-1772950553066-61886ba2.png", imageAlt: "Our Team Collaborating"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-futuristic-illustration-showing-ai-rev-1772950553760-02d01d8f.png?_wi=2",
|
||||
imageAlt: "AI Education Innovation",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-futuristic-illustration-showing-ai-rev-1772950553760-02d01d8f.png", imageAlt: "AI Education Innovation"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -110,28 +103,16 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "50K+",
|
||||
title: "Active Students",
|
||||
items: ["Growing daily", "From 50+ countries"],
|
||||
id: "1", value: "50K+", title: "Active Students", items: ["Growing daily", "From 50+ countries"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "15M+",
|
||||
title: "Questions Answered",
|
||||
items: ["By our AI tutor", "With 98% accuracy"],
|
||||
id: "2", value: "15M+", title: "Questions Answered", items: ["By our AI tutor", "With 98% accuracy"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "4.9",
|
||||
title: "App Store Rating",
|
||||
items: ["Out of 5 stars", "From 10K+ reviews"],
|
||||
id: "3", value: "4.9", title: "App Store Rating", items: ["Out of 5 stars", "From 10K+ reviews"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "2M+",
|
||||
title: "Study Hours Supported",
|
||||
items: ["Across the globe", "Every month"],
|
||||
id: "4", value: "2M+", title: "Study Hours Supported", items: ["Across the globe", "Every month"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
257
src/app/page.tsx
257
src/app/page.tsx
@@ -25,8 +25,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Download", href: "#" },
|
||||
@@ -34,8 +33,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -43,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Cookie Policy", href: "#" },
|
||||
@@ -82,7 +79,7 @@ export default function HomePage() {
|
||||
tag="AI-Powered Learning"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Download App", href: "#" },
|
||||
{ text: "Try Web Version", href: "#" },
|
||||
@@ -91,14 +88,10 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-modern-clean-ai-study-companion-dashbo-1772950554867-4809e923.png?_wi=1",
|
||||
imageAlt: "AI Study Dashboard Interface",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-modern-clean-ai-study-companion-dashbo-1772950554867-4809e923.png", imageAlt: "AI Study Dashboard Interface"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-sleek-ai-tutor-chat-interface-showing--1772950553619-ef14ca59.png?_wi=1",
|
||||
imageAlt: "AI Tutor Chat Interface",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-sleek-ai-tutor-chat-interface-showing--1772950553619-ef14ca59.png", imageAlt: "AI Tutor Chat Interface"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -113,14 +106,7 @@ export default function HomePage() {
|
||||
tag="Partners & Integration"
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Google Play",
|
||||
"Apple App Store",
|
||||
"EdTech Alliance",
|
||||
"Student Community",
|
||||
"AI Association",
|
||||
"Learning Hub",
|
||||
"Tech Innovators",
|
||||
]}
|
||||
"Google Play", "Apple App Store", "EdTech Alliance", "Student Community", "AI Association", "Learning Hub", "Tech Innovators"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -139,40 +125,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: MessageSquare,
|
||||
title: "AI Tutor",
|
||||
description:
|
||||
"Ask any question and get instant explanations tailored to your learning style",
|
||||
},
|
||||
title: "AI Tutor", description:
|
||||
"Ask any question and get instant explanations tailored to your learning style"},
|
||||
{
|
||||
icon: Camera,
|
||||
title: "Homework Scanner",
|
||||
description:
|
||||
"Scan and solve problems instantly with step-by-step solutions",
|
||||
},
|
||||
title: "Homework Scanner", description:
|
||||
"Scan and solve problems instantly with step-by-step solutions"},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Study Planner",
|
||||
description:
|
||||
"AI builds personalized daily study schedules based on your goals",
|
||||
},
|
||||
title: "Study Planner", description:
|
||||
"AI builds personalized daily study schedules based on your goals"},
|
||||
{
|
||||
icon: Focus,
|
||||
title: "Focus Mode",
|
||||
description:
|
||||
"Stay distraction-free with our advanced focus timer and notifications",
|
||||
},
|
||||
title: "Focus Mode", description:
|
||||
"Stay distraction-free with our advanced focus timer and notifications"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Progress Tracking",
|
||||
description:
|
||||
"Monitor your improvement with detailed analytics and insights",
|
||||
},
|
||||
title: "Progress Tracking", description:
|
||||
"Monitor your improvement with detailed analytics and insights"},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Achievement Badges",
|
||||
description:
|
||||
"Earn rewards as you reach milestones in your learning journey",
|
||||
},
|
||||
title: "Achievement Badges", description:
|
||||
"Earn rewards as you reach milestones in your learning journey"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -189,28 +163,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "1",
|
||||
title: "Create Your Account",
|
||||
items: ["Sign up in seconds", "Personalize your profile"],
|
||||
id: "1", value: "1", title: "Create Your Account", items: ["Sign up in seconds", "Personalize your profile"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "2",
|
||||
title: "Ask AI Questions",
|
||||
items: ["Get instant explanations", "Follow step-by-step solutions"],
|
||||
id: "2", value: "2", title: "Ask AI Questions", items: ["Get instant explanations", "Follow step-by-step solutions"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "3",
|
||||
title: "Get Study Plan",
|
||||
items: ["AI creates your schedule", "Adapt to your learning pace"],
|
||||
id: "3", value: "3", title: "Get Study Plan", items: ["AI creates your schedule", "Adapt to your learning pace"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "4",
|
||||
title: "Track Progress",
|
||||
items: ["Monitor your improvement", "Celebrate achievements"],
|
||||
id: "4", value: "4", title: "Track Progress", items: ["Monitor your improvement", "Celebrate achievements"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -228,54 +190,22 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
title: "Free Starter",
|
||||
price: "₹0",
|
||||
period: "/forever",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-welcoming-illustration-representing-th-1772950553154-e12347d1.png",
|
||||
imageAlt: "Free Starter Plan",
|
||||
button: { text: "Get Started", href: "#" },
|
||||
id: "free", title: "Free Starter", price: "₹0", period: "/forever", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-welcoming-illustration-representing-th-1772950553154-e12347d1.png", imageAlt: "Free Starter Plan", button: { text: "Get Started", href: "#" },
|
||||
features: [
|
||||
"50 daily AI questions",
|
||||
"Basic homework scanner",
|
||||
"Study reminders",
|
||||
"Community access",
|
||||
],
|
||||
"50 daily AI questions", "Basic homework scanner", "Study reminders", "Community access"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Pro Plan",
|
||||
price: "₹99",
|
||||
period: "/month",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/an-advanced-study-app-pro-plan-illustrat-1772950554030-d6b061f7.png",
|
||||
imageAlt: "Pro Plan",
|
||||
button: { text: "Start Free Trial", href: "#" },
|
||||
id: "pro", title: "Pro Plan", price: "₹99", period: "/month", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/an-advanced-study-app-pro-plan-illustrat-1772950554030-d6b061f7.png", imageAlt: "Pro Plan", button: { text: "Start Free Trial", href: "#" },
|
||||
features: [
|
||||
"Unlimited AI questions",
|
||||
"Advanced homework scanner",
|
||||
"AI-powered study planner",
|
||||
"Focus mode unlocked",
|
||||
"Priority support",
|
||||
],
|
||||
"Unlimited AI questions", "Advanced homework scanner", "AI-powered study planner", "Focus mode unlocked", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
title: "Premium Plus",
|
||||
price: "₹299",
|
||||
period: "/month",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-premium-plus-plan-illustration-showcas-1772950554265-a4f58235.png",
|
||||
imageAlt: "Premium Plus Plan",
|
||||
button: { text: "Unlock Premium", href: "#" },
|
||||
id: "premium", title: "Premium Plus", price: "₹299", period: "/month", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-premium-plus-plan-illustration-showcas-1772950554265-a4f58235.png", imageAlt: "Premium Plus Plan", button: { text: "Unlock Premium", href: "#" },
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"Offline mode",
|
||||
"Personalized AI tutor",
|
||||
"Advanced analytics",
|
||||
"1-on-1 expert consultations",
|
||||
],
|
||||
"Everything in Pro", "Offline mode", "Personalized AI tutor", "Advanced analytics", "1-on-1 expert consultations"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -293,71 +223,35 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rahul Sharma",
|
||||
handle: "@rahulstudies",
|
||||
testimonial:
|
||||
"This app helped me prepare for my engineering exams in half the time. The AI explanations are crystal clear!",
|
||||
rating: 5,
|
||||
id: "1", name: "Rahul Sharma", handle: "@rahulstudies", testimonial:
|
||||
"This app helped me prepare for my engineering exams in half the time. The AI explanations are crystal clear!", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-photo-of-a-confi-1772950553090-b926ac18.png?_wi=1",
|
||||
imageAlt: "Rahul Sharma",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-photo-of-a-confi-1772950553090-b926ac18.png", imageAlt: "Rahul Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Verma",
|
||||
handle: "@priyalearns",
|
||||
testimonial:
|
||||
"The homework scanner literally changed my life. I now understand concepts instead of just solving problems.",
|
||||
rating: 5,
|
||||
id: "2", name: "Priya Verma", handle: "@priyalearns", testimonial:
|
||||
"The homework scanner literally changed my life. I now understand concepts instead of just solving problems.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-photo-of-a-confi-1772950552625-439f0687.png?_wi=1",
|
||||
imageAlt: "Priya Verma",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-photo-of-a-confi-1772950552625-439f0687.png", imageAlt: "Priya Verma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Aman Gupta",
|
||||
handle: "@amanguru",
|
||||
testimonial:
|
||||
"Best study app ever! The AI study planner keeps me organized and motivated. Worth every rupee!",
|
||||
rating: 5,
|
||||
id: "3", name: "Aman Gupta", handle: "@amanguru", testimonial:
|
||||
"Best study app ever! The AI study planner keeps me organized and motivated. Worth every rupee!", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-a-young-india-1772950552831-2291e5c8.png?_wi=1",
|
||||
imageAlt: "Aman Gupta",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-a-young-india-1772950552831-2291e5c8.png", imageAlt: "Aman Gupta"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Neha Singh",
|
||||
handle: "@nehasmart",
|
||||
testimonial:
|
||||
"The focus mode helped me concentrate better. My grades improved significantly within a month.",
|
||||
rating: 5,
|
||||
id: "4", name: "Neha Singh", handle: "@nehasmart", testimonial:
|
||||
"The focus mode helped me concentrate better. My grades improved significantly within a month.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-a-confident-y-1772950553953-18b5bded.png",
|
||||
imageAlt: "Neha Singh",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-a-confident-y-1772950553953-18b5bded.png", imageAlt: "Neha Singh"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Patel",
|
||||
handle: "@vikramvicky",
|
||||
testimonial:
|
||||
"Finally an app that actually helps with learning, not just memorization. Highly recommend!",
|
||||
rating: 5,
|
||||
id: "5", name: "Vikram Patel", handle: "@vikramvicky", testimonial:
|
||||
"Finally an app that actually helps with learning, not just memorization. Highly recommend!", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-a-young-india-1772950552439-d936170a.png",
|
||||
imageAlt: "Vikram Patel",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-a-young-india-1772950552439-d936170a.png", imageAlt: "Vikram Patel"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Meera Kapoor",
|
||||
handle: "@meeraexcels",
|
||||
testimonial:
|
||||
"The AI tutor is like having a personal teacher available 24/7. Life-changing for competitive exams!",
|
||||
rating: 5,
|
||||
id: "6", name: "Meera Kapoor", handle: "@meeraexcels", testimonial:
|
||||
"The AI tutor is like having a personal teacher available 24/7. Life-changing for competitive exams!", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-a-confident-y-1772950552766-c708e959.png",
|
||||
imageAlt: "Meera Kapoor",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-a-confident-y-1772950552766-c708e959.png", imageAlt: "Meera Kapoor"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -375,47 +269,20 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Study Tips",
|
||||
title: "How AI Can Improve Your Study Efficiency",
|
||||
excerpt:
|
||||
"Discover proven strategies to maximize your learning with AI-powered tools and smart study techniques.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-vibrant-illustration-showing-a-student-1772950553066-61886ba2.png?_wi=1",
|
||||
imageAlt: "Study Efficiency Tips",
|
||||
authorName: "Dr. Arun Kumar",
|
||||
authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-an-indian-mal-1772950553437-bd6cb687.png",
|
||||
date: "Jan 15, 2025",
|
||||
},
|
||||
id: "1", category: "Study Tips", title: "How AI Can Improve Your Study Efficiency", excerpt:
|
||||
"Discover proven strategies to maximize your learning with AI-powered tools and smart study techniques.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-vibrant-illustration-showing-a-student-1772950553066-61886ba2.png", imageAlt: "Study Efficiency Tips", authorName: "Dr. Arun Kumar", authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-an-indian-mal-1772950553437-bd6cb687.png", date: "Jan 15, 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Exam Prep",
|
||||
title: "Master Board Exams with Strategic Planning",
|
||||
excerpt:
|
||||
"Learn the secrets behind successful exam preparation and how to create an effective study schedule.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/an-illustration-of-a-student-preparing-f-1772950554130-1d08a863.png?_wi=1",
|
||||
imageAlt: "Exam Preparation Guide",
|
||||
authorName: "Priya Desai",
|
||||
authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-an-indian-fem-1772950552850-41460974.png",
|
||||
date: "Jan 12, 2025",
|
||||
},
|
||||
id: "2", category: "Exam Prep", title: "Master Board Exams with Strategic Planning", excerpt:
|
||||
"Learn the secrets behind successful exam preparation and how to create an effective study schedule.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/an-illustration-of-a-student-preparing-f-1772950554130-1d08a863.png", imageAlt: "Exam Preparation Guide", authorName: "Priya Desai", authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-an-indian-fem-1772950552850-41460974.png", date: "Jan 12, 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "AI Learning",
|
||||
title: "The Future of Education: AI Tutors",
|
||||
excerpt:
|
||||
"Explore how artificial intelligence is revolutionizing the way students learn and grow academically.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-futuristic-illustration-showing-ai-rev-1772950553760-02d01d8f.png?_wi=1",
|
||||
imageAlt: "AI in Education",
|
||||
authorName: "Prof. Rajesh Sharma",
|
||||
authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-an-indian-mal-1772950554093-1f92b081.png",
|
||||
date: "Jan 10, 2025",
|
||||
},
|
||||
id: "3", category: "AI Learning", title: "The Future of Education: AI Tutors", excerpt:
|
||||
"Explore how artificial intelligence is revolutionizing the way students learn and grow academically.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-futuristic-illustration-showing-ai-rev-1772950553760-02d01d8f.png", imageAlt: "AI in Education", authorName: "Prof. Rajesh Sharma", authorAvatar:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeQI3EqLS8WE0GK71vRa2k0wiC/a-professional-portrait-of-an-indian-mal-1772950554093-1f92b081.png", date: "Jan 10, 2025"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user