Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|||||||
phoneTwo={{
|
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"
|
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={[
|
buttons={[
|
||||||
{ text: "Explore Features", href: "features" }
|
{ text: "Explore Features", href: "features" }
|
||||||
]}
|
]}
|
||||||
@@ -107,11 +107,11 @@ export default function LandingPage() {
|
|||||||
description="Flexible pricing options designed for every learner and budget"
|
description="Flexible pricing options designed for every learner and budget"
|
||||||
tag="Pricing"
|
tag="Pricing"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
plans={[
|
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"
|
"5 lessons per week", "AI conversation practice", "Basic vocabulary training", "Progress tracking", "Email support"
|
||||||
],
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
|||||||
bottomNotes: ["First 7 days free"]
|
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"
|
"Unlimited lessons", "Premium AI speaking coach", "Advanced grammar & writing", "Live group sessions", "Priority support", "Certificate of completion"
|
||||||
],
|
],
|
||||||
buttons: [
|
buttons: [
|
||||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
|||||||
bottomNotes: ["Most popular", "Best value for fluency"]
|
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"
|
"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: [
|
buttons: [
|
||||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
|||||||
description="Find answers to everything you need to know about EnglishFlow"
|
description="Find answers to everything you need to know about EnglishFlow"
|
||||||
tag="FAQ"
|
tag="FAQ"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="smooth"
|
animationType="smooth"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user