Merge version_2 into main #4
@@ -5,7 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
<MetricCardSeven
|
||||
title="Choose Your Coaching Plan"
|
||||
description="Flexible pricing designed for every budget and commitment level. All plans include personalized instruction and progress monitoring."
|
||||
tag="Transparent Pricing"
|
||||
@@ -164,28 +164,19 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
metrics={[
|
||||
{
|
||||
id: "basic", title: "Foundation", price: "€49", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-176748.jpg?_wi=2", imageAlt: "Foundation coaching plan", button: {
|
||||
text: "Get Started", href: "#contact"
|
||||
},
|
||||
features: [
|
||||
id: "basic", value: "€49", title: "Foundation Plan", items: [
|
||||
"2 sessions per month", "Email support", "Basic progress reports", "Flexible scheduling", "Course materials included"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "professional", title: "Professional", price: "€99", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-into-tablet-happy-girl_259150-60239.jpg?_wi=2", imageAlt: "Professional coaching plan", button: {
|
||||
text: "Choose Plan", href: "#contact"
|
||||
},
|
||||
features: [
|
||||
id: "professional", value: "€99", title: "Professional Plan", items: [
|
||||
"Weekly coaching sessions", "Priority email & chat support", "Detailed progress analytics", "Custom learning plans", "Performance optimization", "Monthly assessments"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "elite", title: "Elite Plus", price: "€199", period: "/month", imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-planning-financial-strategy-looking-computer-working-together-start-up-company-officet_482257-2082.jpg?_wi=2", imageAlt: "Elite coaching plan", button: {
|
||||
text: "Premium Access", href: "#contact"
|
||||
},
|
||||
features: [
|
||||
id: "elite", value: "€199", title: "Elite Plus Plan", items: [
|
||||
"Unlimited sessions", "24/7 priority support", "Advanced analytics", "Personalized curriculum", "One-on-one mentoring", "Certification prep", "Exclusive resources"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -96,8 +96,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Courses","id":"pricing"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
brandName="Coaching Italia"
|
||||
bottomLeftText="Transforming Education"
|
||||
@@ -147,8 +146,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Courses","id":"pricing"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
brandName="Coaching Italia"
|
||||
bottomLeftText="Transforming Education"
|
||||
@@ -205,8 +203,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Courses","id":"pricing"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
brandName="Coaching Italia"
|
||||
bottomLeftText="Transforming Education"
|
||||
|
||||
@@ -42,8 +42,7 @@ function ShopPageContent() {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Courses","id":"pricing"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
brandName="Coaching Italia"
|
||||
bottomLeftText="Transforming Education"
|
||||
@@ -92,8 +91,7 @@ function ShopPageContent() {
|
||||
{"name":"About","id":"about"},
|
||||
{"name":"Courses","id":"pricing"},
|
||||
{"name":"Testimonials","id":"testimonials"},
|
||||
{"name":"Contact","id":"contact"},
|
||||
{"name":"Shop","id":"/shop"}
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
brandName="Coaching Italia"
|
||||
bottomLeftText="Transforming Education"
|
||||
|
||||
Reference in New Issue
Block a user