3 Commits

Author SHA1 Message Date
ce6edd009f Update src/app/page.tsx 2026-01-05 17:03:09 +00:00
1ee325772a Update src/app/globals.css 2026-01-05 17:03:08 +00:00
789df9fdd4 Update src/app/page.tsx 2026-01-05 16:50:54 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f5f8ff;;
--card: #ebf0ff;;
--foreground: #292d40;;
--primary-cta: #90a8e8;;
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #000000e6;;
--primary-cta: #1a1a1a;;
--secondary-cta: #ffffff;;
--accent: #ccd5f5;;
--background-accent: #b8c4f0;;
--accent: #bebebe;;
--background-accent: #c4c4c4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -231,7 +231,7 @@ export default function LandingPage() {
required: true
}}
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"
mediaPosition="right"
buttonText="Send Message"