Compare commits

...

3 Commits

2 changed files with 16 additions and 16 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f7f6f7;; /* --background: #162b17;;
--card: #ffffff;; --card: #234126;;
--foreground: #250c0d;; --foreground: #f2f2f2;;
--primary-cta: #b82b40;; --primary-cta: #4CAF50;;
--secondary-cta: #ffffff;; --secondary-cta: #2e7d32;;
--accent: #b90941;; --accent: #76ff03;;
--background-accent: #e8a8b6;; */ --background-accent: #1e3c1f;; */
--background: #f7f6f7;; --background: #162b17;;
--card: #ffffff;; --card: #234126;;
--foreground: #250c0d;; --foreground: #f2f2f2;;
--primary-cta: #b82b40;; --primary-cta: #4CAF50;;
--secondary-cta: #ffffff;; --secondary-cta: #2e7d32;;
--accent: #b90941;; --accent: #76ff03;;
--background-accent: #e8a8b6;; --background-accent: #1e3c1f;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1,7 +1,7 @@
"use client" "use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatitlengOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; // import NavbarLayoutFloatitlengOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroSplit from '@/components/sections/hero/HeroSplit'; import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
@@ -46,7 +46,7 @@ export default function ITAcademyPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
title="Vitaliy" title="LLM"
description="Learn in-demand IT skills with industry experts. From web development to cybersecurity, our comprehensive courses prepare you for success in the tech industry." description="Learn in-demand IT skills with industry experts. From web development to cybersecurity, our comprehensive courses prepare you for success in the tech industry."
tag="Start Your Journey" tag="Start Your Journey"
tagIcon={Zap} tagIcon={Zap}