diff --git a/src/App.css b/src/App.css index 0149620..aded000 100644 --- a/src/App.css +++ b/src/App.css @@ -1,8 +1,10 @@ -@import url("https://fonts.googleapis.com/css2?family=Jost&display=swap"); +@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400&family=Raleway:wght@300&display=swap'); + @tailwind base; @tailwind components; @tailwind utilities; body{ overflow-x: hidden; + font-family: 'Raleway', sans-serif; } \ No newline at end of file diff --git a/src/Components/Features.jsx b/src/Components/Features.jsx index a24fbdc..f77dc04 100644 --- a/src/Components/Features.jsx +++ b/src/Components/Features.jsx @@ -51,14 +51,14 @@ export default function Features() { >
-

+

Ready to make some noise?

-
+
Bringing Harmony to Your Ears.
-
+
{ entries.forEach((entry) => { if (entry.isIntersecting) { - // When the section is in the viewport, trigger the animation animationControls.visible && sectionControls.start("visible"); } else { - // When the section is out of the viewport, reset the animation animationControls.hidden && sectionControls.start("hidden"); } }); @@ -30,7 +29,7 @@ export default function Home() { { root: null, rootMargin: "0px", - threshold: 0.5, // Adjust the threshold as needed + threshold: 0.5, } ); @@ -72,15 +71,17 @@ export default function Home() {

Welcome to BeatBridge!

- + + +
-