Update src/app/page.tsx

This commit is contained in:
2025-12-22 11:03:56 +00:00
parent 1ca3632967
commit 6ad5da0ea7

View File

@@ -3,7 +3,7 @@
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroLogoBillboardSplitImage from '@/components/sections/hero/HeroLogoBillboardSplitImage';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import FeatureCardEighteen from '@/components/sections/feature/FeatureCardEighteen';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
@@ -72,36 +72,27 @@ export default function LandingPage() {
</div>
<div id="features" data-section="features">
<FeatureCardEighteen
<FeatureCardSix
title="Traditional vs Modern Learning"
description="See how our innovative approach transforms coding education"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
negativeCard={{
features={[
{
id: 1,
title: "Traditional Approach",
items: [
"Outdated curriculum",
"Passive learning",
"Limited real-world projects",
"One-size-fits-all pace",
"Theory without practice"
],
description: "Outdated curriculum, passive learning, limited real-world projects, one-size-fits-all pace, and theory without practice hold students back from developing practical skills.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766400731841-8k7ivtzl.jpg",
imageAlt: "Traditional learning"
}}
positiveCard={{
},
{
id: 2,
title: "Our Modern Method",
items: [
"Current industry standards",
"Hands-on interactive learning",
"Real portfolio projects",
"Personalized learning pace",
"Theory plus practical application"
],
description: "Current industry standards, hands-on interactive learning, real portfolio projects, personalized learning pace, and theory plus practical application create a comprehensive and effective learning experience.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766400732838-4uulpve1.jpg",
imageAlt: "Modern coding education"
}}
}
]}
/>
</div>