4 Commits

Author SHA1 Message Date
0748d128d4 Update src/app/page.tsx 2026-05-01 10:09:13 +00:00
02166facf7 Update src/app/styles/variables.css 2026-05-01 05:04:23 +00:00
8c1e1633dc Update src/app/page.tsx 2026-05-01 05:04:22 +00:00
21c2925f5d Merge version_1 into main
Merge version_1 into main
2026-05-01 04:59:09 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -106,11 +106,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Johnson", role: "Student", company: "Grade 10", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-student-just-sitting-with-different-books-white-floor-reading-girl-library-student-school-books_140725-44755.jpg" },
{ id: "2", name: "Michael Chen", role: "Parent", company: "Grade 8", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/busy-father-working-laptop-while-showing-something-smart-phone-his-daughter-home_637285-12545.jpg" },
{ id: "3", name: "Emily Rodriguez", role: "Educator", company: "High School", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/teacher-doing-english-lesson-online-his-students_23-2148963012.jpg" },
{ id: "4", name: "David Kim", role: "Student", company: "Grade 6", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-student-black-jacket-wearing-backpack-holding-yellow-files-rejoicing-blue-wall-school-college-university_140725-43373.jpg" },
{ id: "5", name: "Jessica Lee", role: "Student", company: "Grade 12", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/concentrated-businesswoman-looking-laptop-holding-pen_23-2147601507.jpg" },
{ id: "1", name: "Nividha Mahajan ", role: "Student", company: "Grade 10", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6kg9Dzn216UoKO9EbvDbQTUXZ/uploaded-1777612290895-boz0rqve.jpg" },
{ id: "2", name: "Aarya garg ", role: "Parent", company: "Grade 8", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D6kg9Dzn216UoKO9EbvDbQTUXZ/uploaded-1777612671769-ibrn9dv7.jpg" },
{ id: "3", name: "Daksh ", role: "Educator", company: "High School", rating: 5, imageSrc: "https://img.b2bpic.net/premium-photo/indian-male-teacher_981168-3018.jpg?id=276744028" },
{ id: "4", name: "David Kim", role: "Student", company: "Grade 12", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/portrait-hispanic-college-student-carrying-backpack-standing-school-hallway_662251-1109.jpg?id=27508173" },
{ id: "5", name: "Jessica Lee", role: "Student", company: "Grade 12", rating: 5, imageSrc: "https://img.b2bpic.net/premium-photo/cheerful-student-thumbs-up_1015182-46326.jpg?id=356687252" },
]}
kpiItems={[{ value: "90%", label: "Higher Grades" }, { value: "40%", label: "Time Saved" }, { value: "1M+", label: "Questions Solved" }]}
title="Trusted by Students & Families"
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--background: #fff0f5;
--card: #ffebf0;
--foreground: #4a1e2a;
--primary-cta: #ff9eb9;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta: #ffebf0;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--accent: #ffcce2;
--background-accent: #ffb3c6;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);