7 Commits

Author SHA1 Message Date
ef4c02ea4c Merge version_3 into main
Merge version_3 into main
2026-03-06 14:15:15 +00:00
07ce23eb11 Update src/app/styles/variables.css 2026-03-06 14:14:53 +00:00
a6386b25a7 Update src/app/layout.tsx 2026-03-06 14:14:53 +00:00
4e3e9201eb Update theme colors 2026-03-06 14:13:39 +00:00
15fe209b28 Update src/app/styles/variables.css 2026-03-06 14:13:17 +00:00
9ad618dc02 Update src/app/layout.tsx 2026-03-06 14:13:17 +00:00
725763fc5f Merge version_2 into main
Merge version_2 into main
2026-03-06 14:12:52 +00:00
2 changed files with 8 additions and 17 deletions

View File

@@ -1,14 +1,7 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./styles/base.css";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: "ADVANIKA - Enterprise Cloud & Dedicated Servers", description: "Premium cloud server and dedicated infrastructure solutions with 24+ years of expertise, 99.9% uptime guarantee, and 5,000+ trusted customers."}; title: "ADVANIKA - Enterprise Cloud & Dedicated Server Solutions", description: "Premium cloud server solutions with 24+ years of expertise, 5,000+ trusted customers, and 99.9% uptime guarantee."};
export default function RootLayout({ export default function RootLayout({
children, children,
@@ -17,9 +10,7 @@ export default function RootLayout({
}) { }) {
return ( return (
<html lang="en"> <html lang="en">
<body className={`${inter.variable} antialiased`}> <body>{children}
{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #e8f0f8; --background: #e6f2ff;
--card: #dce8f3; --card: #d9ebff;
--foreground: #001122; --foreground: #001a4d;
--primary-cta: #15479c; --primary-cta: #0052cc;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #000612e6; --secondary-cta-text: #000612e6;
--accent: #a8cce8; --accent: #4d94ff;
--background-accent: #7ba3cf; --background-accent: #1f69ff;
/* 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);