|
|
|
|
@@ -1,17 +1,18 @@
|
|
|
|
|
"use client"
|
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
|
|
|
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
|
|
|
|
import ParallaxAbout from '@/components/sections/about/ParallaxAbout';
|
|
|
|
|
import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty';
|
|
|
|
|
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
|
|
|
|
import ProductCardSix from '@/components/sections/product/ProductCardSix';
|
|
|
|
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
|
|
|
|
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
|
|
|
|
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
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() {
|
|
|
|
|
return (
|
|
|
|
|
@@ -89,6 +90,7 @@ export default function Page() {
|
|
|
|
|
<ParallaxAbout
|
|
|
|
|
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."
|
|
|
|
|
titleClassName="text-white"
|
|
|
|
|
tag="About Us"
|
|
|
|
|
tagIcon={Target}
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766672728464-s6bmwda4.jpg"
|
|
|
|
|
@@ -142,7 +144,7 @@ export default function Page() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="courses" data-section="courses">
|
|
|
|
|
<ProductCardSeven
|
|
|
|
|
<ProductCardSix
|
|
|
|
|
title="Our IT Courses"
|
|
|
|
|
description="Choose from our carefully designed courses tailored to match industry demands and career advancement opportunities."
|
|
|
|
|
tag="Enrollment"
|
|
|
|
|
@@ -178,6 +180,7 @@ export default function Page() {
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
carouselMode="buttons"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
@@ -267,6 +270,78 @@ export default function Page() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="team-linkedin" data-section="team-linkedin">
|
|
|
|
|
<TeamCardTwo
|
|
|
|
|
title="Connect With Our Team"
|
|
|
|
|
description="Follow our instructors on LinkedIn to stay updated with industry insights and career opportunities."
|
|
|
|
|
tag="Social"
|
|
|
|
|
tagIcon={Users}
|
|
|
|
|
members={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
name: "Robert Chen",
|
|
|
|
|
role: "Senior Developer & Course Lead",
|
|
|
|
|
description: "Passionate about full-stack development and mentoring the next generation of tech professionals.",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg",
|
|
|
|
|
imageAlt: "Robert Chen",
|
|
|
|
|
socialLinks: [
|
|
|
|
|
{
|
|
|
|
|
icon: Linkedin,
|
|
|
|
|
url: "https://linkedin.com/in/robertchen"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
name: "Lisa Patterson",
|
|
|
|
|
role: "Cybersecurity Specialist",
|
|
|
|
|
description: "Expert in network security and helping students build secure systems that protect organizations.",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg",
|
|
|
|
|
imageAlt: "Lisa Patterson",
|
|
|
|
|
socialLinks: [
|
|
|
|
|
{
|
|
|
|
|
icon: Linkedin,
|
|
|
|
|
url: "https://linkedin.com/in/lisapatterson"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
name: "James Wilson",
|
|
|
|
|
role: "Full Stack Developer",
|
|
|
|
|
description: "Specializes in modern web technologies and helps students master front-end and back-end development.",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg",
|
|
|
|
|
imageAlt: "James Wilson",
|
|
|
|
|
socialLinks: [
|
|
|
|
|
{
|
|
|
|
|
icon: Linkedin,
|
|
|
|
|
url: "https://linkedin.com/in/jameswilson"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
name: "Amanda Foster",
|
|
|
|
|
role: "Data Science Mentor",
|
|
|
|
|
description: "Leads our data science curriculum and guides students in machine learning and AI applications.",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg",
|
|
|
|
|
imageAlt: "Amanda Foster",
|
|
|
|
|
socialLinks: [
|
|
|
|
|
{
|
|
|
|
|
icon: Linkedin,
|
|
|
|
|
url: "https://linkedin.com/in/amandafoster"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
carouselMode="buttons"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqBase
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
@@ -416,4 +491,4 @@ export default function Page() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|