Compare commits
3 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| ce6edd009f | |||
| 1ee325772a | |||
| 789df9fdd4 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #f5f8ff;;
|
--background: #ffffff;;
|
||||||
--card: #ebf0ff;;
|
--card: #fcfcfc;;
|
||||||
--foreground: #292d40;;
|
--foreground: #000000e6;;
|
||||||
--primary-cta: #90a8e8;;
|
--primary-cta: #1a1a1a;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #ccd5f5;;
|
--accent: #bebebe;;
|
||||||
--background-accent: #b8c4f0;;
|
--background-accent: #c4c4c4;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -231,7 +231,7 @@ export default function LandingPage() {
|
|||||||
required: true
|
required: true
|
||||||
}}
|
}}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767628979237-t50ea8ic.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_32T51L3BHE8qqE8rXXWBwMZaYtk/uploaded-1767631838224-vwgg7si7.jpg"
|
||||||
imageAlt="Team collaboration and connection"
|
imageAlt="Team collaboration and connection"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
buttonText="Send Message"
|
buttonText="Send Message"
|
||||||
|
|||||||
Reference in New Issue
Block a user