Compare commits
19 Commits
version_3_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c09058653 | |||
| 99c49dfa7e | |||
| b869f5278f | |||
| ee4a6aed6e | |||
| 3a3ef14253 | |||
| 16af1c316d | |||
| 74e9c4c103 | |||
| ad10156a5a | |||
| ce29b96016 | |||
| 133e56d2fc | |||
| f13823ebae | |||
| 42bd5a40d0 | |||
| 61d1a55f38 | |||
| f718955ffb | |||
| a8d6c67cc2 | |||
| edd9ee1d2f | |||
| 1bebdc35b1 | |||
|
|
31e9a6909e | ||
| eeb27f8961 |
@@ -1,5 +1,5 @@
|
||||
import FooterMinimal from '@/components/sections/footer/FooterMinimal';
|
||||
import NavbarCentered from '@/components/ui/NavbarCentered';
|
||||
import NavbarFloating from '@/components/ui/NavbarFloating';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot";
|
||||
import { Instagram, Linkedin, Twitter } from "lucide-react";
|
||||
@@ -42,7 +42,7 @@ export default function Layout() {
|
||||
<StyleProvider buttonVariant="magnetic" siteBackground="noise" heroBackground="gradientBars">
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarCentered
|
||||
<NavbarFloating
|
||||
logo="MADAR"
|
||||
ctaButton={{
|
||||
text: "Join Now",
|
||||
|
||||
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/grayNavyBlue */
|
||||
--background: #f5faff;
|
||||
--background: #fffafa;
|
||||
--card: #ffffff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--foreground: #1a0000;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #fffafa;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--secondary-cta-text: #1a0000;
|
||||
--accent: #f5c4c7;
|
||||
--background-accent: #f09199;
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user