5 Commits

Author SHA1 Message Date
f24d8fabb9 Update theme colors 2026-04-24 17:56:20 +00:00
caf19f036d Update theme colors 2026-04-24 17:56:01 +00:00
fcfb3962c4 Update src/app/styles/variables.css 2026-04-24 17:50:55 +00:00
ff5e983e6e Update src/app/page.tsx 2026-04-24 17:50:54 +00:00
b347cffc22 Merge version_2 into main
Merge version_2 into main
2026-04-24 17:50:10 +00:00
2 changed files with 9 additions and 12 deletions

View File

@@ -3,14 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { CheckCircle } from "lucide-react"; import { CheckCircle } from "lucide-react";

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #020617; --background: #f5f5f5;
--card: #0f172a; --card: #ffffff;
--foreground: #e2e8f0; --foreground: #1c1c1c;
--primary-cta: #c4d8f9; --primary-cta: #341f51;
--primary-cta-text: #ffffff; --primary-cta-text: #f5f5f5;
--secondary-cta: #041633; --secondary-cta: #ffffff;
--secondary-cta-text: #ffffff; --secondary-cta-text: #1c1c1c;
--accent: #2d30f3; --accent: #6139e6;
--background-accent: #1d4ed8; --background-accent: #b3a8e8;
/* 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);