3 Commits

Author SHA1 Message Date
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 7 additions and 10 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: #ffffff;
--card: #0f172a; --card: #f9f9f9;
--foreground: #e2e8f0; --foreground: #1A1A1A;
--primary-cta: #c4d8f9; --primary-cta: #E67E22;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #041633; --secondary-cta: #2980B9;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #2d30f3; --accent: #E67E22;
--background-accent: #1d4ed8; --background-accent: #FFF3E0;
/* 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);