Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-25 22:11:18 +00:00
3 changed files with 6 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ export default function LandingPage() {
{
value: "50K+", title: "Happy Customers"},
]}
videoSrc="https://pixabay.com/get/g217601893647710c80a20fca8dc231e5dfc2772e327350c429302b3ac38a49ab07f0e84a69bc0f1db069f67a44e63dffe2c2a96e2828d9b3c70589e75e36016f_1280.jpg"
videoSrc="https://cdn.pixabay.com/video/2022/04/20/114648-706913491_large.mp4"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>

View File

@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700;800;900&display=swap');
* {
scrollbar-width: thin;
scrollbar-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 0);

View File

@@ -1,4 +1,7 @@
:root {
--font-inter: "Inter", sans-serif;
--font-montserrat: "Montserrat", sans-serif;
/* Base units */
/* --vw is set by ThemeProvider */