diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f9b57d..bfa7ea5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 62c2d18..5303de1 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -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); diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 340dcff..3e4fe52 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -1,4 +1,7 @@ :root { + --font-inter: "Inter", sans-serif; + --font-montserrat: "Montserrat", sans-serif; + /* Base units */ /* --vw is set by ThemeProvider */