Merge version_1 into main #2
@@ -49,7 +49,7 @@ export default function AboutPage() {
|
||||
description="We understand that everyone's brain works differently. That's why StudyFlow was created—to remove barriers, not add them."
|
||||
subdescription="With ADHD-friendly timers, dyslexia-optimized fonts, autism-sensory considerations, and six different study modes, we help you learn the way you learn best. No judgment, no one-size-fits-all. Just real support for real learners."
|
||||
icon={Lightbulb}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png?_wi=5"
|
||||
imageAlt="Accessible note-taking interface with large fonts and visual organization"
|
||||
mediaAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
@@ -70,25 +70,25 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: "Video Lessons",
|
||||
description: "High-quality educational videos with adjustable playback speeds, captions, and transcripts. Pause anytime without judgment.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-large-easy-to-use-media-player-interfa-1773554113056-4ae5d4c5.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-large-easy-to-use-media-player-interfa-1773554113056-4ae5d4c5.png?_wi=4",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Interactive Notes",
|
||||
description: "Dyslexia-friendly note templates with visual organization, color-coding, and speech-to-text support for easy capture.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png?_wi=6",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Podcasts & Audio",
|
||||
description: "Learn on-the-go with podcast versions of lessons. Perfect for commutes, walks, or when reading feels hard.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-large-easy-to-use-media-player-interfa-1773554113056-4ae5d4c5.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-large-easy-to-use-media-player-interfa-1773554113056-4ae5d4c5.png?_wi=5",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Focus Music Library",
|
||||
description: "Curated music and ambient sounds to help with focus and concentration. Choose your vibe: lo-fi, nature sounds, or silence.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-visual-progress-tracking-dashboard-wit-1773554114001-b85a3ecf.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-visual-progress-tracking-dashboard-wit-1773554114001-b85a3ecf.png?_wi=3",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -1,24 +1,59 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } 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 { Open_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "StudyFlow - Study Made Easy for ADHD, Autism & Dyslexia",
|
||||
description: "Neurodivergent-friendly learning platform with videos, notes, podcasts, music, chat support. For Year 1 through college, all subjects, 25+ languages. Start free.",
|
||||
keywords: "ADHD learning, dyslexia-friendly, autism education, inclusive study platform, neurodivergent learning, online courses, study tools, accessible education",
|
||||
openGraph: {
|
||||
title: "StudyFlow - Study Made Easy for Your Brain",
|
||||
description: "The only learning platform truly built for neurodivergent minds. Videos, notes, podcasts, music, and AI chat—all in one accessible place.",
|
||||
url: "https://studyflow.app",
|
||||
siteName: "StudyFlow",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-vibrant-clean-learning-dashboard-inter-1773554112983-9ba8d6d1.png",
|
||||
alt: "StudyFlow learning dashboard"
|
||||
}
|
||||
],
|
||||
type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "StudyFlow - Study Platform for Everyone",
|
||||
description: "Learn your way with videos, notes, podcasts, music, and AI support. ADHD, autism, dyslexia friendly.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-vibrant-clean-learning-dashboard-inter-1773554112983-9ba8d6d1.png"
|
||||
]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +62,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${openSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +76,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -83,13 +83,13 @@ export default function LearnPage() {
|
||||
id: 1,
|
||||
title: "GCSE Preparation",
|
||||
description: "Comprehensive preparation for GCSE exams with focused content, mock tests, and progress tracking. Covers all major subjects with expert-created content.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-visual-progress-tracking-dashboard-wit-1773554114001-b85a3ecf.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-visual-progress-tracking-dashboard-wit-1773554114001-b85a3ecf.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Study Skills Workshop",
|
||||
description: "Learn effective study strategies tailored for neurodivergent minds. Includes time management, note-taking techniques, and executive function support.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png?_wi=4",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -101,7 +101,7 @@ export default function LearnPage() {
|
||||
id: 4,
|
||||
title: "University Entrance Support",
|
||||
description: "Prepare for higher education with advanced content, essay writing guides, and subject-specific guidance from university tutors.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-friendly-ai-chat-assistant-interface-f-1773554112803-9c499039.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-friendly-ai-chat-assistant-interface-f-1773554112803-9c499039.png?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -83,7 +83,7 @@ export default function HomePage() {
|
||||
description="We understand that everyone's brain works differently. That's why StudyFlow was created—to remove barriers, not add them."
|
||||
subdescription="With ADHD-friendly timers, dyslexia-optimized fonts, autism-sensory considerations, and six different study modes, we help you learn the way you learn best. No judgment, no one-size-fits-all. Just real support for real learners."
|
||||
icon={Heart}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png?_wi=1"
|
||||
imageAlt="Accessible note-taking interface with large fonts and visual organization"
|
||||
mediaAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
@@ -104,25 +104,25 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Video Lessons",
|
||||
description: "High-quality educational videos with adjustable playback speeds, captions, and transcripts. Pause anytime without judgment.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-large-easy-to-use-media-player-interfa-1773554113056-4ae5d4c5.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-large-easy-to-use-media-player-interfa-1773554113056-4ae5d4c5.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Interactive Notes",
|
||||
description: "Dyslexia-friendly note templates with visual organization, color-coding, and speech-to-text support for easy capture.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Podcasts & Audio",
|
||||
description: "Learn on-the-go with podcast versions of lessons. Perfect for commutes, walks, or when reading feels hard.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-large-easy-to-use-media-player-interfa-1773554113056-4ae5d4c5.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-large-easy-to-use-media-player-interfa-1773554113056-4ae5d4c5.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Focus Music Library",
|
||||
description: "Curated music and ambient sounds to help with focus and concentration. Choose your vibe: lo-fi, nature sounds, or silence.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-visual-progress-tracking-dashboard-wit-1773554114001-b85a3ecf.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-visual-progress-tracking-dashboard-wit-1773554114001-b85a3ecf.png?_wi=1",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -144,21 +144,21 @@ export default function HomePage() {
|
||||
id: "video-library",
|
||||
name: "Video Lessons Library",
|
||||
price: "Included",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-large-easy-to-use-media-player-interfa-1773554113056-4ae5d4c5.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-large-easy-to-use-media-player-interfa-1773554113056-4ae5d4c5.png?_wi=3",
|
||||
imageAlt: "Video player with course content",
|
||||
},
|
||||
{
|
||||
id: "note-system",
|
||||
name: "Smart Notes System",
|
||||
price: "Included",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-colorful-note-taking-interface-with-la-1773554115394-d69fac38.png?_wi=3",
|
||||
imageAlt: "Accessible note-taking interface",
|
||||
},
|
||||
{
|
||||
id: "ai-chat",
|
||||
name: "AI Study Tutor",
|
||||
price: "Included",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-friendly-ai-chat-assistant-interface-f-1773554112803-9c499039.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-friendly-ai-chat-assistant-interface-f-1773554112803-9c499039.png?_wi=1",
|
||||
imageAlt: "AI chat assistant for homework help",
|
||||
},
|
||||
]}
|
||||
@@ -187,7 +187,7 @@ export default function HomePage() {
|
||||
role: "Year 8 Student",
|
||||
company: "London Secondary",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-photo-of-a-diverse-young-studen-1773554114229-1e9610c0.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-photo-of-a-diverse-young-studen-1773554114229-1e9610c0.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -195,7 +195,7 @@ export default function HomePage() {
|
||||
role: "GCSE Preparation",
|
||||
company: "Online Learner",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-a-teenage-student-age-14-18--1773554114454-7d154139.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-a-teenage-student-age-14-18--1773554114454-7d154139.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -203,7 +203,7 @@ export default function HomePage() {
|
||||
role: "University Student",
|
||||
company: "Cambridge Uni",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-a-college-aged-student-age-1-1773554112523-5fba93d9.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-a-college-aged-student-age-1-1773554112523-5fba93d9.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -211,7 +211,7 @@ export default function HomePage() {
|
||||
role: "Year 11 Student",
|
||||
company: "Online Learner",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-another-diverse-student-age--1773554112727-dbef568c.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-another-diverse-student-age--1773554112727-dbef568c.png?_wi=1",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -132,7 +132,7 @@ export default function PricingPage() {
|
||||
role: "Year 8 Student",
|
||||
company: "London Secondary",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-photo-of-a-diverse-young-studen-1773554114229-1e9610c0.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-photo-of-a-diverse-young-studen-1773554114229-1e9610c0.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -140,7 +140,7 @@ export default function PricingPage() {
|
||||
role: "GCSE Preparation",
|
||||
company: "Online Learner",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-a-teenage-student-age-14-18--1773554114454-7d154139.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-a-teenage-student-age-14-18--1773554114454-7d154139.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -148,7 +148,7 @@ export default function PricingPage() {
|
||||
role: "University Student",
|
||||
company: "Cambridge Uni",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-a-college-aged-student-age-1-1773554112523-5fba93d9.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-a-college-aged-student-age-1-1773554112523-5fba93d9.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -156,7 +156,7 @@ export default function PricingPage() {
|
||||
role: "Year 11 Student",
|
||||
company: "Online Learner",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-another-diverse-student-age--1773554112727-dbef568c.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/portrait-of-another-diverse-student-age--1773554112727-dbef568c.png?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -49,7 +49,7 @@ export default function SupportPage() {
|
||||
description="Our support team is dedicated to ensuring you get the most from StudyFlow."
|
||||
subdescription="Whether you have questions about features, need accessibility guidance, or want to share feedback, we're always listening. Your success is our mission, and we're committed to supporting your learning journey every step of the way."
|
||||
icon={Heart}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-friendly-ai-chat-assistant-interface-f-1773554112803-9c499039.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ay97msnAsx7j8YMq8wbMAzMUCf/a-friendly-ai-chat-assistant-interface-f-1773554112803-9c499039.png?_wi=3"
|
||||
imageAlt="Friendly AI chat assistant interface for study support"
|
||||
mediaAnimation="opacity"
|
||||
useInvertedBackground={true}
|
||||
|
||||
Reference in New Issue
Block a user