9 Commits

Author SHA1 Message Date
fe73490043 Merge version_3 into main
Merge version_3 into main
2026-03-09 11:03:10 +00:00
09383904a4 Update src/app/page.tsx 2026-03-09 11:03:05 +00:00
b9b132bb45 Update src/app/layout.tsx 2026-03-09 11:03:05 +00:00
a0a4312dd9 Merge version_2 into main
Merge version_2 into main
2026-03-09 10:58:56 +00:00
167b866fce Update src/app/page.tsx 2026-03-09 10:58:52 +00:00
c5d0bd37d7 Update src/app/layout.tsx 2026-03-09 10:58:52 +00:00
2e7910d940 Merge version_1 into main
Merge version_1 into main
2026-03-09 10:47:38 +00:00
ab1c9c8e6d Merge version_1 into main
Merge version_1 into main
2026-03-09 10:46:47 +00:00
b6eb512118 Merge version_1 into main
Merge version_1 into main
2026-03-09 10:45:27 +00:00
2 changed files with 11 additions and 1411 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -100,7 +100,7 @@ export default function LandingPage() {
{
id: "free", title: "Free Plan", price: "Free", period: "Forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahm5WqJSwOGNbX3iFohsWDw7aU/abstract-data-visualization-or-growth-ch-1773053075565-a74568c0.png?_wi=1", imageAlt: "Free Plan Features", button: { text: "Get Started", href: "#contact" },
features: [
"10 AI Questions Per Day", "Limited Access to Library", "Basic Study Materials", "Community Forum Access"
"10 Free AI Questions Daily", "Limited Access to Library", "Basic Study Materials", "Community Forum Access"
]
},
{
@@ -199,8 +199,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact" className="py-16 md:py-24 bg-gradient-to-b from-blue-50 to-transparent">
<ContactFaq
ctaTitle="Ready to Start Learning?"
ctaDescription="Join thousands of students transforming their education today. Get instant access to our AI tutor and comprehensive study tools."
ctaButton={{ text: "Join Now", href: "#pricing" }}
ctaDescription="Join 500K+ Students. Start your free trial today—no payment required"
ctaButton={{ text: "Start Free Trial", href: "#pricing" }}
ctaIcon={Zap}
faqs={[
{ id: "1", title: "What's included in my subscription?", content: "Each subscription tier includes access to our AI tutor, mock tests, study materials, and community support. Pro and Premium plans unlock additional features like personalized study plans and unlimited AI questions." },
@@ -223,4 +223,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}