Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 894acaa204 | |||
| f5c69fb9cd | |||
| fc613f25e8 | |||
| 7eb3d0fe8f | |||
| cbc6a32e39 | |||
| 1248af2ec9 |
@@ -1408,4 +1408,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import TeamCardOne from '@/components/sections/team/TeamCardOne';
|
||||
@@ -41,29 +41,20 @@ export default function ComputerClubPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="Join the Computer Club Community"
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="COMPUTER CLUB"
|
||||
description="Connect, learn, and innovate with passionate tech enthusiasts. From coding workshops to hackathons, we're building the future of technology together."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Welcome to Tech"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Join Us", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/binary-code-digits-technology-software-concept_53876-120040.jpg", imageAlt: "Computer Club - Technology workspace"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg", imageAlt: "Computer Club - Coding and development"
|
||||
}
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/binary-code-digits-technology-software-concept_53876-120040.jpg"
|
||||
imageAlt="Computer Club - Technology workspace"
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by 500+ Members"
|
||||
frameStyle="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -268,4 +259,4 @@ export default function ComputerClubPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #0c1325;;
|
||||
--primary-cta: #0b07ff;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #93b7ff;;
|
||||
--background-accent: #a8bae8;; */
|
||||
/* --background: #010912;;
|
||||
--card: #152840;;
|
||||
--foreground: #e6f0ff;;
|
||||
--primary-cta: #ff3d4a;;
|
||||
--secondary-cta: #0e1a29;;
|
||||
--accent: #ff6b7a;;
|
||||
--background-accent: #ff1f33;; */
|
||||
|
||||
--background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #0c1325;;
|
||||
--primary-cta: #0b07ff;;
|
||||
--background: #010912;;
|
||||
--card: #152840;;
|
||||
--foreground: #e6f0ff;;
|
||||
--primary-cta: #ff3d4a;;
|
||||
--primary-cta-text: #f7f6f7;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--secondary-cta: #0e1a29;;
|
||||
--secondary-cta-text: #0c1325;;
|
||||
--accent: #93b7ff;;
|
||||
--background-accent: #a8bae8;;
|
||||
--accent: #ff6b7a;;
|
||||
--background-accent: #ff1f33;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user