diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx
index 5bb1086..19a9e4f 100644
--- a/src/app/careers/page.tsx
+++ b/src/app/careers/page.tsx
@@ -19,16 +19,16 @@ export default function CareersPage() {
return (
@@ -63,32 +63,26 @@ export default function CareersPage() {
title="Our Mission & Values"
description="We believe education should be accessible, engaging, and transformative. Our team is dedicated to creating tools that empower educators and inspire learners."
tag="Why Join Wacey"
- tagAnimation="slide-up"
+ tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
bulletPoints={[
{
- title: "Impact-Driven",
- description: "Every role directly contributes to improving educational outcomes for thousands of students",
- icon: Lightbulb,
+ title: "Impact-Driven", description: "Every role directly contributes to improving educational outcomes for thousands of students", icon: Lightbulb,
},
{
- title: "Diverse Team",
- description: "We bring together educators, technologists, and designers with shared passion for learning",
- icon: Users,
+ title: "Diverse Team", description: "We bring together educators, technologists, and designers with shared passion for learning", icon: Users,
},
{
- title: "Supportive Culture",
- description: "Growth opportunities, mentorship, and a workplace where everyone can thrive",
- icon: Heart,
+ title: "Supportive Culture", description: "Growth opportunities, mentorship, and a workplace where everyone can thrive", icon: Heart,
},
]}
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-flat-winter-animals-collection_23-2149156073.jpg?_wi=2"
imageAlt="Wacey team at work"
- mediaAnimation="slide-up"
+ mediaAnimation="none"
imagePosition="right"
buttons={[{ text: "Explore Opportunities", href: "/careers" }]}
- buttonAnimation="slide-up"
+ buttonAnimation="none"
/>
@@ -97,45 +91,27 @@ export default function CareersPage() {
title="Open Positions"
description="Discover current opportunities to join our growing team"
tag="We're Hiring"
- tagAnimation="slide-up"
+ tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: 1,
- tag: "Engineering",
- title: "Senior Full Stack Developer",
- subtitle: "Build scalable educational tech",
- description:
- "Join our backend and frontend teams to develop features that impact millions. You'll work with React, Next.js, and modern cloud infrastructure to create seamless learning experiences.",
- imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-liquids-different-color_1150-19441.jpg?_wi=3",
- imageAlt: "Development team",
- buttons: [{ text: "Apply Now", href: "/contact" }],
+ tag: "Engineering", title: "Senior Full Stack Developer", subtitle: "Build scalable educational tech", description:
+ "Join our backend and frontend teams to develop features that impact millions. You'll work with React, Next.js, and modern cloud infrastructure to create seamless learning experiences.", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-liquids-different-color_1150-19441.jpg?_wi=3", imageAlt: "Development team", buttons: [{ text: "Apply Now", href: "/contact" }],
},
{
id: 2,
- tag: "Education",
- title: "Content & Curriculum Manager",
- subtitle: "Shape our learning resources",
- description:
- "Design and oversee content strategy across Specialist, Methods, Chemistry, and Physics. Collaborate with educators to ensure our resources meet the highest academic standards.",
- imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-176748.jpg?_wi=3",
- imageAlt: "Content creation",
- buttons: [{ text: "Apply Now", href: "/contact" }],
+ tag: "Education", title: "Content & Curriculum Manager", subtitle: "Shape our learning resources", description:
+ "Design and oversee content strategy across Specialist, Methods, Chemistry, and Physics. Collaborate with educators to ensure our resources meet the highest academic standards.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-176748.jpg?_wi=3", imageAlt: "Content creation", buttons: [{ text: "Apply Now", href: "/contact" }],
},
{
id: 3,
- tag: "Support",
- title: "Customer Success Specialist",
- subtitle: "Support our school partners",
- description:
- "Help educational institutions maximize the value of Wacey. Provide onboarding, training, and ongoing support to ensure our partners achieve their student success goals.",
- imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard_23-2148365531.jpg?_wi=3",
- imageAlt: "Customer support",
- buttons: [{ text: "Apply Now", href: "/contact" }],
+ tag: "Support", title: "Customer Success Specialist", subtitle: "Support our school partners", description:
+ "Help educational institutions maximize the value of Wacey. Provide onboarding, training, and ongoing support to ensure our partners achieve their student success goals.", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard_23-2148365531.jpg?_wi=3", imageAlt: "Customer support", buttons: [{ text: "Apply Now", href: "/contact" }],
},
]}
- buttonAnimation="slide-up"
+ buttonAnimation="none"
/>
@@ -146,22 +122,16 @@ export default function CareersPage() {
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"},
]}
/>
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 808fd1b..d72c548 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -19,16 +19,16 @@ export default function ContactPage() {
return (
@@ -63,12 +63,12 @@ export default function ContactPage() {
tag="Newsletter"
title="Stay Updated"
description="Get the latest updates on new features, resources, and educational insights delivered to your inbox"
- tagAnimation="slide-up"
- background={{ variant: "radial-gradient" }}
+ tagAnimation="none"
+ background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/business-deal_52683-6807.jpg"
imageAlt="Newsletter signup illustration"
- mediaAnimation="slide-up"
+ mediaAnimation="none"
mediaPosition="right"
inputPlaceholder="Enter your email"
buttonText="Subscribe"
@@ -81,29 +81,20 @@ export default function ContactPage() {
@@ -114,22 +105,16 @@ export default function ContactPage() {
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"},
]}
/>
);
-}
\ No newline at end of file
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 12ebbda..8314e05 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,40 +1,26 @@
import type { Metadata } from "next";
-import { Manrope } from "next/font/google";
+import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
-const manrope = Manrope({
- variable: "--font-manrope",
- subsets: ["latin"],
+const inter = Inter({
+ variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Wacey - AI-Powered Educational Platform",
- description: "Modern tutoring platform with structured content library, progress tracking, and AI guidance for specialist, methods, chemistry, and physics subjects across year groups 9-12.",
- keywords: "online tutoring, education platform, physics, chemistry, methods, specialist subjects, progress tracking, AI tutor",
- robots: {
+ title: "Wacey - AI-Powered Educational Platform", description: "Modern tutoring platform with structured content library, progress tracking, and AI guidance for specialist, methods, chemistry, and physics subjects across year groups 9-12.", keywords: "online tutoring, education platform, physics, chemistry, methods, specialist subjects, progress tracking, AI tutor", robots: {
index: true,
follow: true,
},
openGraph: {
- title: "Wacey - AI-Powered Educational Platform",
- description: "Master your subjects with personalized learning paths and expert resources",
- url: "https://wacey.com",
- siteName: "Wacey",
- type: "website",
- images: [
+ title: "Wacey - AI-Powered Educational Platform", description: "Master your subjects with personalized learning paths and expert resources", url: "https://wacey.com", siteName: "Wacey", type: "website", images: [
{
- url: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg",
- alt: "Wacey tutoring platform interface",
- },
+ url: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg", alt: "Wacey tutoring platform interface"},
],
},
twitter: {
- card: "summary_large_image",
- title: "Wacey - AI-Powered Educational Platform",
- description: "Master your subjects with personalized learning paths and expert resources",
- images: ["http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg"],
+ card: "summary_large_image", title: "Wacey - AI-Powered Educational Platform", description: "Master your subjects with personalized learning paths and expert resources", images: ["http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg"],
},
};
@@ -46,7 +32,7 @@ export default function RootLayout({
return (
-
+
{children}
@@ -1420,4 +1406,4 @@ export default function RootLayout({
);
-}
\ No newline at end of file
+}
diff --git a/src/app/library/page.tsx b/src/app/library/page.tsx
index b267565..375d218 100644
--- a/src/app/library/page.tsx
+++ b/src/app/library/page.tsx
@@ -19,16 +19,16 @@ export default function LibraryPage() {
return (
@@ -63,34 +63,28 @@ export default function LibraryPage() {
title="Comprehensive Resource Organization"
description="Our content library is carefully structured to support every learning style and academic level. From foundational concepts to advanced topics, discover resources tailored to your educational journey."
tag="How Our Library Works"
- tagAnimation="slide-up"
+ tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
bulletPoints={[
{
- title: "By Year Group",
- description: "Dedicated content pathways for Year 9, 10, 11, and 12 students with age-appropriate complexity",
- icon: BookOpen,
+ title: "By Year Group", description: "Dedicated content pathways for Year 9, 10, 11, and 12 students with age-appropriate complexity", icon: BookOpen,
},
{
- title: "By Subject",
- description: "Expert resources for Specialist, Methods, Chemistry, and Physics with depth and breadth",
- icon: Filter,
+ title: "By Subject", description: "Expert resources for Specialist, Methods, Chemistry, and Physics with depth and breadth", icon: Filter,
},
{
- title: "By Term Structure",
- description: "Organized across academic terms with progressive learning objectives and assessments",
- icon: Layers,
+ title: "By Term Structure", description: "Organized across academic terms with progressive learning objectives and assessments", icon: Layers,
},
]}
imageSrc="http://img.b2bpic.net/free-vector/organization-chart_52683-8995.jpg?_wi=2"
imageAlt="Content organization system"
- mediaAnimation="slide-up"
+ mediaAnimation="none"
imagePosition="right"
buttons={[
{ text: "View All Resources", href: "/library" },
]}
- buttonAnimation="slide-up"
+ buttonAnimation="none"
/>
@@ -99,42 +93,24 @@ export default function LibraryPage() {
title="Resource Management Tools"
description="Advanced features to help educators and administrators maximize the content library"
tag="Admin Features"
- tagAnimation="slide-up"
+ tagAnimation="none"
textboxLayout="default"
useInvertedBackground={false}
features={[
{
id: 1,
- tag: "Content Upload",
- title: "Add Your Own Materials",
- subtitle: "Seamless integration with existing resources",
- description:
- "Upload custom worksheets, videos, and assessments directly to your subjects. Organize them by term and control access levels with flexible paywall settings.",
- imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-liquids-different-color_1150-19441.jpg?_wi=2",
- imageAlt: "Content upload interface",
- },
+ tag: "Content Upload", title: "Add Your Own Materials", subtitle: "Seamless integration with existing resources", description:
+ "Upload custom worksheets, videos, and assessments directly to your subjects. Organize them by term and control access levels with flexible paywall settings.", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-liquids-different-color_1150-19441.jpg?_wi=2", imageAlt: "Content upload interface"},
{
id: 2,
- tag: "Search & Filter",
- title: "Find Resources Instantly",
- subtitle: "Powerful discovery tools",
- description:
- "Use advanced filters by year, subject, term, and resource type. Save favorite resources and create custom collections for quick access during lessons.",
- imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard_23-2148365531.jpg?_wi=2",
- imageAlt: "Search interface",
- },
+ tag: "Search & Filter", title: "Find Resources Instantly", subtitle: "Powerful discovery tools", description:
+ "Use advanced filters by year, subject, term, and resource type. Save favorite resources and create custom collections for quick access during lessons.", imageSrc: "http://img.b2bpic.net/free-vector/user-panel-dashboard_23-2148365531.jpg?_wi=2", imageAlt: "Search interface"},
{
id: 3,
- tag: "Analytics",
- title: "Track Resource Usage",
- subtitle: "Understand student engagement",
- description:
- "See which resources students engage with most. Identify gaps in understanding and optimize your content strategy based on real usage patterns.",
- imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-176748.jpg?_wi=2",
- imageAlt: "Analytics dashboard",
- },
+ tag: "Analytics", title: "Track Resource Usage", subtitle: "Understand student engagement", description:
+ "See which resources students engage with most. Identify gaps in understanding and optimize your content strategy based on real usage patterns.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-176748.jpg?_wi=2", imageAlt: "Analytics dashboard"},
]}
- buttonAnimation="slide-up"
+ buttonAnimation="none"
/>
@@ -145,22 +121,16 @@ export default function LibraryPage() {
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"},
]}
/>
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 925ba32..42a0af5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -22,16 +22,16 @@ export default function HomePage() {
return (
@@ -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"
/>
@@ -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"
/>
@@ -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"
/>
@@ -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"
/>
@@ -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"},
]}
/>
);
-}
\ No newline at end of file
+}
diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx
index dc0bc02..fa187e3 100644
--- a/src/app/pricing/page.tsx
+++ b/src/app/pricing/page.tsx
@@ -18,16 +18,16 @@ export default function PricingPage() {
return (
@@ -61,63 +61,37 @@ export default function PricingPage() {
@@ -129,22 +103,16 @@ export default function PricingPage() {
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"},
]}
/>
);
-}
\ No newline at end of file
+}
diff --git a/src/app/styles/base.css b/src/app/styles/base.css
index be35e85..34aea07 100644
--- a/src/app/styles/base.css
+++ b/src/app/styles/base.css
@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
- font-family: var(--font-manrope), sans-serif;
+ font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
- font-family: var(--font-manrope), sans-serif;
+ font-family: var(--font-inter), sans-serif;
}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 0b9db34..113dafe 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
- /* --background: #f5f5f5;;
- --card: #ffffff;;
- --foreground: #1c1c1c;;
- --primary-cta: #159c49;;
+ /* --background: #ffffff;;
+ --card: #f9f9f9;;
+ --foreground: #000000;;
+ --primary-cta: #1c1c1c;;
--secondary-cta: #ffffff;;
- --accent: #159c49;;
- --background-accent: #a8e8ba;; */
+ --accent: #e2e2e2;;
+ --background-accent: #d4d4d4;; */
- --background: #f5f5f5;;
- --card: #ffffff;;
- --foreground: #1c1c1c;;
- --primary-cta: #159c49;;
+ --background: #ffffff;;
+ --card: #f9f9f9;;
+ --foreground: #000000;;
+ --primary-cta: #1c1c1c;;
--primary-cta-text: #f5f5f5;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #1c1c1c;;
- --accent: #159c49;;
- --background-accent: #a8e8ba;;
+ --accent: #e2e2e2;;
+ --background-accent: #d4d4d4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);