Update src/app/page.tsx
This commit is contained in:
@@ -12,7 +12,7 @@ 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, Star } from "lucide-react";
|
||||
import { Zap, Target, Sparkles, Rocket, Award, Users, HelpCircle, Youtube, Linkedin, Twitter, Github } from "lucide-react";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
@@ -90,7 +90,6 @@ 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"
|
||||
@@ -180,7 +179,6 @@ export default function Page() {
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
carouselMode="buttons"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -240,32 +238,28 @@ export default function Page() {
|
||||
name: "Robert Chen",
|
||||
role: "Senior Developer & Course Lead",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg",
|
||||
imageAlt: "Robert Chen",
|
||||
rating: 5
|
||||
imageAlt: "Robert Chen"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lisa Patterson",
|
||||
role: "Cybersecurity Specialist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg",
|
||||
imageAlt: "Lisa Patterson",
|
||||
rating: 5
|
||||
imageAlt: "Lisa Patterson"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "James Wilson",
|
||||
role: "Full Stack Developer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg",
|
||||
imageAlt: "James Wilson",
|
||||
rating: 5
|
||||
imageAlt: "James Wilson"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Amanda Foster",
|
||||
role: "Data Science Mentor",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg",
|
||||
imageAlt: "Amanda Foster",
|
||||
rating: 5
|
||||
imageAlt: "Amanda Foster"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -339,7 +333,6 @@ export default function Page() {
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
carouselMode="buttons"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -392,7 +385,6 @@ export default function Page() {
|
||||
<div id="contact" data-section="contact">
|
||||
<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."
|
||||
animationType="reveal-blur"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
@@ -409,8 +401,8 @@ export default function Page() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseSocial
|
||||
logoText="Start Code"
|
||||
description="Empowering the next generation of IT professionals with quality education and career support."
|
||||
logoText="Start Code"
|
||||
copyrightText="© 2025 Start Code. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user