10 Commits

Author SHA1 Message Date
ed1a6a6d5a Merge version_3 into main
Merge version_3 into main
2026-03-12 16:13:47 +00:00
7562dc1a1f Update src/app/page.tsx 2026-03-12 16:13:43 +00:00
249d37b5b7 Merge version_3 into main
Merge version_3 into main
2026-03-12 15:55:03 +00:00
b4d9b48eb0 Update theme colors 2026-03-12 15:54:57 +00:00
9737f38d04 Merge version_3 into main
Merge version_3 into main
2026-03-12 15:50:37 +00:00
98dd19fc53 Update src/app/page.tsx 2026-03-12 15:50:33 +00:00
78277ce15d Merge version_2 into main
Merge version_2 into main
2026-03-12 15:49:23 +00:00
673e4899e1 Update src/app/page.tsx 2026-03-12 15:49:19 +00:00
463278e2ac Merge version_1 into main
Merge version_1 into main
2026-03-12 15:47:52 +00:00
49f70cf4bc Merge version_1 into main
Merge version_1 into main
2026-03-12 15:47:29 +00:00
2 changed files with 14 additions and 14 deletions

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagIcon={BookOpen}
tagAnimation="slide-up"
buttons={[
{ text: "Enroll Now", href: "#contact" },
{ text: "Enroll Today", href: "#contact" },
{ text: "Explore Courses", href: "#courses" }
]}
buttonAnimation="slide-up"
@@ -86,25 +86,25 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "primary", title: "Primary Classes (1st 5th)", price: "₹5,000", period: "per year", imageSrc: "http://img.b2bpic.net/free-photo/smiling-students-studying-outdoors_171337-11739.jpg", imageAlt: "Primary Classes for grades 1-5", button: { text: "Enroll Now", href: "#contact" },
id: "primary", title: "Primary Classes (1st 5th)", price: "₹5,000", period: "per year", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqq8MwrFEnTHZafIE7fEDielKi/uploaded-1773331595594-dlww8f5b.jpg", imageAlt: "Primary Classes for grades 1-5", button: { text: "Enroll Now", href: "#contact" },
features: [
"Strong conceptual foundation in core subjects", "Comprehensive homework guidance", "Personalized individual attention", "Weekly assessments and tracking"
]
},
{
id: "middle", title: "Middle School (6th 8th)", price: "₹8,000", period: "per year", imageSrc: "http://img.b2bpic.net/free-photo/couple-studying-with-book-together_23-2147844844.jpg", imageAlt: "Middle School for grades 6-8", button: { text: "Enroll Now", href: "#contact" },
id: "middle", title: "Middle School (6th 8th)", price: "₹8,000", period: "per year", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqq8MwrFEnTHZafIE7fEDielKi/uploaded-1773331647992-1ikx2f86.jpg", imageAlt: "Middle School for grades 6-8", button: { text: "Enroll Now", href: "#contact" },
features: [
"In-depth subject specialization", "Comprehensive exam preparation", "Analytical and conceptual learning", "Regular test series and evaluation"
]
},
{
id: "board", title: "Board Preparation (9th 10th)", price: "₹10,000", period: "per year", imageSrc: "http://img.b2bpic.net/free-photo/three-students-sitting-table-class_1157-30368.jpg", imageAlt: "Board Preparation for grades 9-10", button: { text: "Enroll Now", href: "#contact" },
id: "board", title: "Board Preparation (9th 10th)", price: "₹10,000", period: "per year", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqq8MwrFEnTHZafIE7fEDielKi/uploaded-1773331728631-xitsw42u.jpg", imageAlt: "Board Preparation for grades 9-10", button: { text: "Enroll Now", href: "#contact" },
features: [
"Comprehensive board exam preparation", "Complete concept mastery", "Complete test series coverage", "Individual performance tracking"
]
},
{
id: "english", title: "Spoken English Program", price: "₹15,000", period: "6 months", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-teacher-with-whiteboard_23-2149455206.jpg", imageAlt: "Advanced Spoken English Program", button: { text: "Enroll Now", href: "#contact" },
id: "english", title: "Spoken English Program", price: "₹15,000", period: "6 months", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aqq8MwrFEnTHZafIE7fEDielKi/uploaded-1773331950272-c0moeibm.jpg", imageAlt: "Advanced Spoken English Program", button: { text: "Enroll Now", href: "#contact" },
features: [
"Advanced grammar mastery", "Precision pronunciation practice", "Vocabulary building and expansion", "Conversational fluency development", "Intensive listening practice", "Confidence building in communication"
]

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);