Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
phoneTwo={{
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/satisfied-lovely-brunette-lady-updates-profile-social-networks-holds-telephone-installs-app-digital-cellular-sits-crossed-legs-sofa-with-book-legs-table-with-papers-pens-foreground_273609-29047.jpg", imageAlt: "EnglishFlow app vocabulary practice screen"
|
||||
}}
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Explore Features", href: "features" }
|
||||
]}
|
||||
@@ -107,11 +107,11 @@ export default function LandingPage() {
|
||||
description="Flexible pricing options designed for every learner and budget"
|
||||
tag="Pricing"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", price: "$29", subtitle: "per month", features: [
|
||||
id: "starter", features: [
|
||||
"5 lessons per week", "AI conversation practice", "Basic vocabulary training", "Progress tracking", "Email support"
|
||||
],
|
||||
buttons: [
|
||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
||||
bottomNotes: ["First 7 days free"]
|
||||
},
|
||||
{
|
||||
id: "pro", price: "$59", subtitle: "per month", features: [
|
||||
id: "pro", features: [
|
||||
"Unlimited lessons", "Premium AI speaking coach", "Advanced grammar & writing", "Live group sessions", "Priority support", "Certificate of completion"
|
||||
],
|
||||
buttons: [
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
bottomNotes: ["Most popular", "Best value for fluency"]
|
||||
},
|
||||
{
|
||||
id: "elite", price: "$99", subtitle: "per month", features: [
|
||||
id: "elite", features: [
|
||||
"Everything in Pro", "1-on-1 tutor sessions", "Business English specialization", "Custom curriculum", "TOEFL/IELTS prep", "Lifetime access to lessons", "24/7 priority support"
|
||||
],
|
||||
buttons: [
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
description="Find answers to everything you need to know about EnglishFlow"
|
||||
tag="FAQ"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="smooth"
|
||||
faqs={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user