Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 09383904a4 | |||
| b9b132bb45 | |||
| a0a4312dd9 | |||
| 167b866fce | |||
| c5d0bd37d7 | |||
| 2e7910d940 | |||
| ab1c9c8e6d | |||
| b6eb512118 |
1414
src/app/layout.tsx
1414
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user