Compare commits
5 Commits
version_41
...
957f8bcd6b
| Author | SHA1 | Date | |
|---|---|---|---|
| 957f8bcd6b | |||
| 8734ed1782 | |||
| f7849fb761 | |||
| aed8fd17bc | |||
| 88d4feb4e4 |
@@ -4,21 +4,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #162b17;;
|
||||
--card: #234126;;
|
||||
--foreground: #f2f2f2;;
|
||||
--primary-cta: #4CAF50;;
|
||||
--secondary-cta: #2e7d32;;
|
||||
--accent: #76ff03;;
|
||||
--background-accent: #1e3c1f;; */
|
||||
/* --background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #250c0d;;
|
||||
--primary-cta: #b82b40;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #b90941;;
|
||||
--background-accent: #e8a8b6;; */
|
||||
|
||||
--background: #162b17;;
|
||||
--card: #234126;;
|
||||
--foreground: #f2f2f2;;
|
||||
--primary-cta: #4CAF50;;
|
||||
--secondary-cta: #2e7d32;;
|
||||
--accent: #76ff03;;
|
||||
--background-accent: #1e3c1f;;
|
||||
--background: #f7f6f7;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #250c0d;;
|
||||
--primary-cta: #b82b40;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #b90941;;
|
||||
--background-accent: #e8a8b6;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"use client"
|
||||
|
||||
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 MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
@@ -12,7 +12,6 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import { Award, BookOpen, HelpCircle, Star, Users, Zap } from 'lucide-react';
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
|
||||
export default function ITAcademyPage() {
|
||||
return (
|
||||
@@ -46,7 +45,7 @@ export default function ITAcademyPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="LLM"
|
||||
title="Vitaliy"
|
||||
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"
|
||||
tagIcon={Zap}
|
||||
@@ -265,4 +264,4 @@ export default function ITAcademyPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user