8 Commits

Author SHA1 Message Date
d3b9942c10 Merge version_8 into main
Merge version_8 into main
2025-12-27 16:10:40 +00:00
3f8b39e5b9 Merge version_7 into main
Merge version_7 into main
2025-12-26 13:41:53 +00:00
22b3ae299d Merge version_7 into main
Merge version_7 into main
2025-12-26 13:39:35 +00:00
a534ae12a6 Merge version_7 into main
Merge version_7 into main
2025-12-26 13:37:13 +00:00
8e8c503883 Merge version_5 into main
Merge version_5 into main
2025-12-26 13:30:33 +00:00
faa5e4630e Merge version_4 into main
Merge version_4 into main
2025-12-26 13:25:18 +00:00
30e1b0a80a Merge version_3 into main
Merge version_3 into main
2025-12-26 13:21:34 +00:00
e976a8c26b Merge version_2 into main
Merge version_2 into main
2025-12-26 12:16:07 +00:00

View File

@@ -12,7 +12,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial';
import { Zap, Target, Sparkles, Rocket, Award, Users, HelpCircle, Youtube, Linkedin, Twitter, Github } from "lucide-react"; import { Zap, Target, Sparkles, Rocket, Award, Users, HelpCircle, Youtube, Linkedin, Twitter, Github, Star } from "lucide-react";
export default function Page() { export default function Page() {
return ( return (
@@ -90,6 +90,7 @@ export default function Page() {
<ParallaxAbout <ParallaxAbout
title="Building Future Tech Leaders" title="Building Future Tech Leaders"
description="Start Code is dedicated to providing comprehensive IT education that bridges the gap between academic theory and real-world industry demands. Our expert instructors bring years of professional experience to every course, ensuring students gain practical skills needed for success." description="Start Code is dedicated to providing comprehensive IT education that bridges the gap between academic theory and real-world industry demands. Our expert instructors bring years of professional experience to every course, ensuring students gain practical skills needed for success."
titleClassName="text-white"
tag="About Us" tag="About Us"
tagIcon={Target} tagIcon={Target}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672728464-s6bmwda4.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672728464-s6bmwda4.jpg"
@@ -179,6 +180,7 @@ export default function Page() {
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
carouselMode="buttons"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -238,28 +240,32 @@ export default function Page() {
name: "Robert Chen", name: "Robert Chen",
role: "Senior Developer & Course Lead", role: "Senior Developer & Course Lead",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg",
imageAlt: "Robert Chen" imageAlt: "Robert Chen",
rating: 5
}, },
{ {
id: "2", id: "2",
name: "Lisa Patterson", name: "Lisa Patterson",
role: "Cybersecurity Specialist", role: "Cybersecurity Specialist",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg",
imageAlt: "Lisa Patterson" imageAlt: "Lisa Patterson",
rating: 5
}, },
{ {
id: "3", id: "3",
name: "James Wilson", name: "James Wilson",
role: "Full Stack Developer", role: "Full Stack Developer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg",
imageAlt: "James Wilson" imageAlt: "James Wilson",
rating: 5
}, },
{ {
id: "4", id: "4",
name: "Amanda Foster", name: "Amanda Foster",
role: "Data Science Mentor", role: "Data Science Mentor",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg",
imageAlt: "Amanda Foster" imageAlt: "Amanda Foster",
rating: 5
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -333,6 +339,7 @@ export default function Page() {
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
carouselMode="buttons"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -385,6 +392,7 @@ export default function Page() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
text="Ready to transform your career in technology? Get in touch with our enrollment team to discuss your learning goals and find the perfect course for you." text="Ready to transform your career in technology? Get in touch with our enrollment team to discuss your learning goals and find the perfect course for you."
animationType="reveal-blur"
buttons={[ buttons={[
{ {
text: "Contact Us", text: "Contact Us",
@@ -401,8 +409,8 @@ export default function Page() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseSocial <FooterBaseSocial
description="Empowering the next generation of IT professionals with quality education and career support."
logoText="Start Code" logoText="Start Code"
description="Empowering the next generation of IT professionals with quality education and career support."
copyrightText="© 2025 Start Code. All rights reserved." copyrightText="© 2025 Start Code. All rights reserved."
columns={[ columns={[
{ {