Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-04-09 08:43:53 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
@@ -26,7 +26,7 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "hero"},
@@ -194,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -15,9 +15,9 @@
--foreground: #ffffff;
--primary-cta: #ff69b4;
--primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a;
--secondary-cta: #2a2a2a;
--secondary-cta-text: #ffffff;
--accent: #ff00ff;
--accent: #00ffff;
--background-accent: #5d3fd3;
/* text sizing - set by ThemeProvider */