Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2fae8193e1 | |||
| 6580dea372 | |||
| 13af7203c3 | |||
| 1c85b2a4a0 |
@@ -4,13 +4,13 @@
|
||||
/* 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: #0a0a0a;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #fffffae6;;
|
||||
--primary-cta: #facc15;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--accent: #737373;;
|
||||
--background-accent: #737373;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1263,4 +1263,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -44,7 +44,7 @@ export default function TechVisionPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardSplit
|
||||
title="Transform Your Business With Cutting-Edge IT Solutions"
|
||||
title="YO man"
|
||||
description="Deliver innovation, security, and scalability with our comprehensive technology services designed for modern enterprises."
|
||||
tag="IT Excellence"
|
||||
tagIcon={Zap}
|
||||
@@ -257,4 +257,4 @@ export default function TechVisionPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user