Update src/app/page.tsx
This commit is contained in:
158
src/app/page.tsx
158
src/app/page.tsx
@@ -22,16 +22,16 @@ export default function HomePage() {
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultButtonVariant="text-shift"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="soft"
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="aurora"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="medium"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
@@ -47,17 +47,17 @@ export default function HomePage() {
|
||||
title="Master Your Subjects with Wacey"
|
||||
description="Interactive learning platform with personalized guidance from your AI tutor. Expert resources for Specialist, Methods, Chemistry, and Physics across all year groups."
|
||||
tag="AI-Powered Learning"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=1"
|
||||
imageAlt="Wacey tutoring interface"
|
||||
textPosition="center"
|
||||
showBlur={true}
|
||||
showDimOverlay={true}
|
||||
showBlur={false}
|
||||
showDimOverlay={false}
|
||||
buttons={[
|
||||
{ text: "Explore Content", href: "/library" },
|
||||
{ text: "Start Free Trial", href: "/pricing" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -66,37 +66,29 @@ export default function HomePage() {
|
||||
title="Meet Wacey, Your Learning Companion"
|
||||
description="Your friendly AI tutor is here to guide you through every lesson. With an intuitive interface and expert-curated resources, Wacey makes mastering complex subjects engaging and accessible."
|
||||
tag="Your Personal Tutor"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Smart Guidance",
|
||||
description: "Interactive tours and personalized learning paths tailored to your progress",
|
||||
icon: Sparkles,
|
||||
title: "Smart Guidance", description: "Interactive tours and personalized learning paths tailored to your progress", icon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Comprehensive Resources",
|
||||
description: "Expert-curated materials for Specialist, Methods, Chemistry, and Physics",
|
||||
icon: BookOpen,
|
||||
title: "Comprehensive Resources", description: "Expert-curated materials for Specialist, Methods, Chemistry, and Physics", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "Progress Tracking",
|
||||
description: "Real-time charts and completion percentages to monitor your growth",
|
||||
icon: TrendingUp,
|
||||
title: "Progress Tracking", description: "Real-time charts and completion percentages to monitor your growth", icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
title: "Flexible Learning",
|
||||
description: "Organized by year groups and terms with admin-controlled paywall options",
|
||||
icon: Lock,
|
||||
title: "Flexible Learning", description: "Organized by year groups and terms with admin-controlled paywall options", icon: Lock,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-flat-winter-animals-collection_23-2149156073.jpg?_wi=1"
|
||||
imageAlt="Wacey mascot with fedora"
|
||||
mediaAnimation="slide-up"
|
||||
mediaAnimation="none"
|
||||
imagePosition="right"
|
||||
buttons={[{ text: "Learn More", href: "/library" }]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,42 +97,24 @@ export default function HomePage() {
|
||||
title="Structured Learning System"
|
||||
description="Navigate through year groups with organized subject channels and progressive content unlocking"
|
||||
tag="Platform Features"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Year Groups",
|
||||
title: "Organized by Education Level",
|
||||
subtitle: "Year 9 through Year 12 pathways",
|
||||
description:
|
||||
"Browse content organized by academic year. Each year group contains subject channels with expandable sections for specialized learning paths.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/organization-chart_52683-8995.jpg?_wi=1",
|
||||
imageAlt: "Year group organization",
|
||||
},
|
||||
tag: "Year Groups", title: "Organized by Education Level", subtitle: "Year 9 through Year 12 pathways", description:
|
||||
"Browse content organized by academic year. Each year group contains subject channels with expandable sections for specialized learning paths.", imageSrc: "http://img.b2bpic.net/free-vector/organization-chart_52683-8995.jpg?_wi=1", imageAlt: "Year group organization"},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Subject Channels",
|
||||
title: "Expert Subject Categories",
|
||||
subtitle: "Specialist, Methods, Chemistry, Physics",
|
||||
description:
|
||||
"Access dedicated channels for each subject with admin-controlled content management. Add resources, organize materials, and track student progress per subject.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-liquids-different-color_1150-19441.jpg?_wi=1",
|
||||
imageAlt: "Subject channels interface",
|
||||
},
|
||||
tag: "Subject Channels", title: "Expert Subject Categories", subtitle: "Specialist, Methods, Chemistry, Physics", description:
|
||||
"Access dedicated channels for each subject with admin-controlled content management. Add resources, organize materials, and track student progress per subject.", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-liquids-different-color_1150-19441.jpg?_wi=1", imageAlt: "Subject channels interface"},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Term Structure",
|
||||
title: "Term-Based Content Organization",
|
||||
subtitle: "Term 1 through Term 4 divisions",
|
||||
description:
|
||||
"Content organized across academic terms with subsections and paywall controls. Track completion rates and student achievement metrics for each term.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-176748.jpg?_wi=1",
|
||||
imageAlt: "Term-based organization",
|
||||
},
|
||||
tag: "Term Structure", title: "Term-Based Content Organization", subtitle: "Term 1 through Term 4 divisions", description:
|
||||
"Content organized across academic terms with subsections and paywall controls. Track completion rates and student achievement metrics for each term.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-176748.jpg?_wi=1", imageAlt: "Term-based organization"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -149,36 +123,18 @@ export default function HomePage() {
|
||||
title="Track Your Progress"
|
||||
description="Real-time analytics with completion percentages and growth charts for every subject and term"
|
||||
tag="Performance Metrics"
|
||||
tagAnimation="slide-up"
|
||||
tagAnimation="none"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "95%",
|
||||
title: "Average Completion",
|
||||
description: "Students completing assigned resources",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard_23-2148365531.jpg?_wi=1",
|
||||
imageAlt: "Completion statistics",
|
||||
},
|
||||
id: "1", value: "95%", title: "Average Completion", description: "Students completing assigned resources", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard_23-2148365531.jpg?_wi=1", imageAlt: "Completion statistics"},
|
||||
{
|
||||
id: "2",
|
||||
value: "4.8/5",
|
||||
title: "Student Satisfaction",
|
||||
description: "Average rating from learners worldwide",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-nps-infographic_23-2149966441.jpg",
|
||||
imageAlt: "Student feedback metrics",
|
||||
},
|
||||
id: "2", value: "4.8/5", title: "Student Satisfaction", description: "Average rating from learners worldwide", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-nps-infographic_23-2149966441.jpg", imageAlt: "Student feedback metrics"},
|
||||
{
|
||||
id: "3",
|
||||
value: "2000+",
|
||||
title: "Resources Available",
|
||||
description: "Expert-curated content across all subjects",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-studying-with-tablettextbooks-cup-coffee-desk-cozy-home_574295-3876.jpg",
|
||||
imageAlt: "Resource library count",
|
||||
},
|
||||
id: "3", value: "2000+", title: "Resources Available", description: "Expert-curated content across all subjects", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-studying-with-tablettextbooks-cup-coffee-desk-cozy-home_574295-3876.jpg", imageAlt: "Resource library count"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
animationType="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -190,15 +146,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Cambridge Academy",
|
||||
"Oxford Prep",
|
||||
"Trinity School",
|
||||
"St Andrews International",
|
||||
"Westfield Academy",
|
||||
"Ashton College",
|
||||
"Brighton University Prep",
|
||||
"London Grammar School",
|
||||
]}
|
||||
"Cambridge Academy", "Oxford Prep", "Trinity School", "St Andrews International", "Westfield Academy", "Ashton College", "Brighton University Prep", "London Grammar School"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -211,33 +159,21 @@ export default function HomePage() {
|
||||
author="Dr. Sarah Johnson, Head of Sciences"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg",
|
||||
alt: "School administrator 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg", alt: "School administrator 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg",
|
||||
alt: "School administrator 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg", alt: "School administrator 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg",
|
||||
alt: "School administrator 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-glasses-workplace_1301-980.jpg", alt: "School administrator 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
alt: "Teacher 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Teacher 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
alt: "Teacher 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Teacher 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg",
|
||||
alt: "Student representative",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", alt: "Student representative"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
ratingAnimation="none"
|
||||
avatarsAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -248,22 +184,16 @@ export default function HomePage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/wacey",
|
||||
ariaLabel: "Follow us on Twitter",
|
||||
},
|
||||
href: "https://twitter.com/wacey", ariaLabel: "Follow us on Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/wacey",
|
||||
ariaLabel: "Connect on LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/wacey", ariaLabel: "Connect on LinkedIn"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/wacey",
|
||||
ariaLabel: "Follow us on Instagram",
|
||||
},
|
||||
href: "https://instagram.com/wacey", ariaLabel: "Follow us on Instagram"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user