|
|
|
|
@@ -1,17 +1,17 @@
|
|
|
|
|
"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 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 +89,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 +143,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 +179,7 @@ export default function Page() {
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
carouselMode="buttons"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
|