7 Commits

Author SHA1 Message Date
6f2f5b96f7 Update theme colors 2026-03-12 16:12:52 +00:00
a276176079 Update src/app/page.tsx 2026-03-12 08:12:28 +00:00
37096dee51 Merge version_2 into main
Merge version_2 into main
2026-03-12 08:09:58 +00:00
60b5a44f09 Update src/app/page.tsx 2026-03-12 08:09:54 +00:00
23e160a45c Merge version_1 into main
Merge version_1 into main
2026-03-12 08:08:57 +00:00
025b6ab1b0 Merge version_1 into main
Merge version_1 into main
2026-03-12 08:08:33 +00:00
0df4adfacc Merge version_1 into main
Merge version_1 into main
2026-03-12 08:07:44 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
description="Helping Students Succeed from Classroom to Career. Trusted guidebooks for Class 15 students and BCS Preliminary candidates, designed with clear explanations, exam-focused practice, and smart revision tools."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "📚 Explore Books", href: "#products" },
{ text: "📚 Get Your Guide Today", href: "#products" },
{ text: "🎯 BCS Preparation", href: "#products" }
]}
layoutOrder="default"

View File

@@ -12,11 +12,11 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;