8 Commits

Author SHA1 Message Date
4022edcd51 Update src/app/page.tsx 2025-12-27 16:12:51 +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
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
ac4efc07e2 Update src/app/page.tsx 2025-12-26 13:39:30 +00:00
7e20acc10b Update src/app/page.tsx 2025-12-26 13:37:08 +00:00
2 changed files with 9 additions and 13 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: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--secondary-cta: #ffffff;
--accent: #a8d9be;
--background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -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"
@@ -335,7 +333,6 @@ export default function Page() {
}
]}
gridVariant="uniform-all-items-equal"
carouselMode="buttons"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
@@ -388,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",
@@ -405,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={[
{