25 Commits

Author SHA1 Message Date
02b2f086f5 Merge version_12 into main
Merge version_12 into main
2025-12-28 09:05:14 +00:00
2db5411ff9 Update src/app/page.tsx 2025-12-28 09:05:09 +00:00
d655e89c0b Merge version_11 into main
Merge version_11 into main
2025-12-28 08:39:05 +00:00
50d2277262 Update src/app/page.tsx 2025-12-28 08:39:00 +00:00
e6c531b5e4 Merge version_11 into main
Merge version_11 into main
2025-12-28 08:36:46 +00:00
9c8fa50c52 Update src/app/page.tsx 2025-12-28 08:36:41 +00:00
c91fa59f2d Merge version_9 into main
Merge version_9 into main
2025-12-28 08:23:36 +00:00
6f24847cb7 Update src/app/globals.css 2025-12-28 08:23:31 +00:00
be53a0e008 Merge version_8 into main
Merge version_8 into main
2025-12-27 16:12:56 +00:00
4022edcd51 Update src/app/page.tsx 2025-12-27 16:12:51 +00:00
d3b9942c10 Merge version_8 into main
Merge version_8 into main
2025-12-27 16:10:40 +00:00
6fa849e484 Update src/app/page.tsx 2025-12-27 16:10:35 +00:00
a4a7f29dc0 Update src/app/layout.tsx 2025-12-27 16:10:34 +00:00
759dc760c1 Update src/app/globals.css 2025-12-27 16:10:34 +00:00
3f8b39e5b9 Merge version_7 into main
Merge version_7 into main
2025-12-26 13:41:53 +00:00
0ec5719f18 Update src/app/page.tsx 2025-12-26 13:41:48 +00:00
cc25a0bac4 Update src/app/layout.tsx 2025-12-26 13:41:47 +00:00
22b3ae299d Merge version_7 into main
Merge version_7 into main
2025-12-26 13:39:35 +00:00
ac4efc07e2 Update src/app/page.tsx 2025-12-26 13:39:30 +00:00
a534ae12a6 Merge version_7 into main
Merge version_7 into main
2025-12-26 13:37:13 +00:00
7e20acc10b Update src/app/page.tsx 2025-12-26 13:37:08 +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
2 changed files with 20 additions and 16 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #1a1a1a;
--card: #2d2d2d;
--foreground: #ffffff;
--primary-cta: #ff0000;
--secondary-cta: #000000;
--accent: #ff3333;
--background-accent: #333333;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fff0f0e6;
--primary-cta: #ff3d4a;
--secondary-cta: #1a1a1a;
--accent: #7b2d2d;
--background-accent: #b8111f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -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"
@@ -199,24 +197,28 @@ export default function Page() {
{
id: "1",
name: "Sarah Johnson",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484714329-4i8nds16.jpg",
imageAlt: "Sarah Johnson"
},
{
id: "2",
name: "Michael Chen",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492698706-udp5pns4.jpg",
imageAlt: "Michael Chen"
},
{
id: "3",
name: "Emma Rodriguez",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766743064968-mn7r0vxe.jpg",
imageAlt: "Emma Rodriguez"
},
{
id: "4",
name: "David Kim",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766743065834-k1ycryfc.jpg",
imageAlt: "David Kim"
}
@@ -240,28 +242,32 @@ 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"
imageAlt: "Robert Chen",
rating: 5
},
{
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"
imageAlt: "Lisa Patterson",
rating: 5
},
{
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"
imageAlt: "James Wilson",
rating: 5
},
{
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"
imageAlt: "Amanda Foster",
rating: 5
}
]}
animationType="slide-up"
@@ -335,7 +341,6 @@ export default function Page() {
}
]}
gridVariant="uniform-all-items-equal"
carouselMode="buttons"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
@@ -388,7 +393,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",
@@ -405,8 +409,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={[
{