10 Commits

Author SHA1 Message Date
b8908963e1 Update src/app/page.tsx 2026-02-27 13:43:02 +00:00
294c62f18c Update src/app/layout.tsx 2026-02-27 13:43:01 +00:00
f010828ced Merge version_3 into main
Merge version_3 into main
2026-02-27 13:40:37 +00:00
343ae83fa3 Update src/app/styles/variables.css 2026-02-27 13:40:33 +00:00
0248c966ac Merge version_2 into main
Merge version_2 into main
2026-02-27 13:38:24 +00:00
5c018611e9 Update src/app/page.tsx 2026-02-27 13:38:20 +00:00
231b3310a2 Update src/app/layout.tsx 2026-02-27 13:38:19 +00:00
4670f8ad00 Merge version_1 into main
Merge version_1 into main
2026-02-27 13:36:06 +00:00
d0a7ed99a1 Merge version_1 into main
Merge version_1 into main
2026-02-27 13:35:17 +00:00
e627dbbcbc Merge version_1 into main
Merge version_1 into main
2026-02-27 13:33:47 +00:00
2 changed files with 28 additions and 32 deletions

View File

@@ -1,8 +1,8 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
@@ -43,26 +43,20 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="CODECLUB"
description="Welcome to the ultimate hub for computer enthusiasts, developers, and tech innovators. Connect, learn, and build amazing projects together."
<HeroSplit
title="Empower Your Tech Journey"
description="Join a vibrant community of developers and tech innovators. Learn cutting-edge technologies, collaborate on exciting projects, and grow together with passionate people who share your vision."
background={{ variant: "sparkles-gradient" }}
tag="Welcome to CodeClub"
tagIcon={Sparkles}
buttons={[
{ text: "Join Today", href: "contact" },
{ text: "Learn More", href: "about" }
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Coding and programming"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-winning-videogame_23-2149349984.jpg", imageAlt: "Tech community collaboration"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-caucasian-man-virtual-reality-vr-headset-is-presumably-gamer-hacker-cracking-code-into-secure-network-server-with-lines-code_146671-18941.jpg", imageAlt: "Innovation and technology"
}
]}
autoplayDelay={5000}
showDimOverlay={true}
imageSrc="http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg"
imageAlt="Coding and programming"
mediaAnimation="slide-up"
imagePosition="right"
/>
</div>
@@ -107,6 +101,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
cardClassName="group perspective cursor-pointer h-full"
containerClassName="[&_.card-inner]:group-hover:transition-transform [&_.card-inner]:group-hover:duration-500 [&_.card-inner]:group-hover:[transform-style:preserve-3d] [&_.card-inner]:group-hover:[transform:rotateY(180deg)]"
/>
</div>

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;; */
/* --background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;; */
--background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--primary-cta-text: #fafffb;;
--secondary-cta: #ffffff;;
--secondary-cta: #0e1a29;;
--secondary-cta-text: #001a0a;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;;
--accent: #3f5c79;;
--background-accent: #004a93;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);