9 Commits

Author SHA1 Message Date
d54be4b642 Merge version_6 into main
Merge version_6 into main
2025-12-22 14:33:13 +00:00
02378bfda3 Update src/app/page.tsx 2025-12-22 14:33:09 +00:00
b4d8987b4e Merge version_5 into main
Merge version_5 into main
2025-12-22 11:06:55 +00:00
98b9baca87 Update src/app/page.tsx 2025-12-22 11:06:51 +00:00
96f7691fba Merge version_4 into main
Merge version_4 into main
2025-12-22 11:04:00 +00:00
6ad5da0ea7 Update src/app/page.tsx 2025-12-22 11:03:56 +00:00
1ca3632967 Update src/app/layout.tsx 2025-12-22 11:03:55 +00:00
bedb4e173d Merge version_3 into main
Merge version_3 into main
2025-12-22 11:01:29 +00:00
9fcebf3e6c Merge version_2 into main
Merge version_2 into main
2025-12-22 10:58:27 +00:00
2 changed files with 23 additions and 34 deletions

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';
@@ -44,12 +44,10 @@ export default function LandingPage() {
<HeroLogoBillboardSplitImage
logoText="FUTURE GREAT CODER"
description="Learn coding from industry experts. Master Python, JavaScript, Web Development, and more. Transform your future with practical coding skills that matter in today's tech industry."
buttons={[
{ text: "Start Learning", href: "#pricing" },
{ text: "Learn More", href: "#about" }
]}
buttons={[{ text: "Start Learning", href: "#pricing" },
{ text: "Learn More", href: "#about" }]}
layoutOrder="default"
splitImageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766400729817-xua7356z.png"
splitImageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766139083006-v50xgv4n.jpg"
splitImageAlt="Student learning to code"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766400730808-6l24nyjr.jpg"
imageAlt="Modern coding classroom"
@@ -72,36 +70,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={{
title: "Traditional Approach",
items: [
"Outdated curriculum",
"Passive learning",
"Limited real-world projects",
"One-size-fits-all pace",
"Theory without practice"
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766400731841-8k7ivtzl.jpg",
imageAlt: "Traditional learning"
}}
positiveCard={{
title: "Our Modern Method",
items: [
"Current industry standards",
"Hands-on interactive learning",
"Real portfolio projects",
"Personalized learning pace",
"Theory plus practical application"
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766400732838-4uulpve1.jpg",
imageAlt: "Modern coding education"
}}
features={[
{
id: 1,
title: "Traditional Approach",
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"
},
{
id: 2,
title: "Our Modern Method",
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>