From f51bdc21fb0a19ca35ce486d2c34e8356244c768 Mon Sep 17 00:00:00 2001 From: Rasel Hossen <116421413+rasel9t6@users.noreply.github.com> Date: Thu, 4 Jan 2024 21:42:07 +0600 Subject: [PATCH 1/3] Update Tailwind in Home.jsx --- src/Components/Home.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Components/Home.jsx b/src/Components/Home.jsx index 13bd9cd..f1eb3be 100644 --- a/src/Components/Home.jsx +++ b/src/Components/Home.jsx @@ -49,30 +49,30 @@ export default function Home() { return ( <> -
+
background img
-
+
-

+

Your Gateway to a World of Rhythm

-

+

Welcome to BeatBridge!

- From e6f354bcd9814b2e680084f12e92fa15ca808412 Mon Sep 17 00:00:00 2001 From: Rasel Hossen Date: Sat, 6 Jan 2024 21:16:57 +0600 Subject: [PATCH 2/3] fixes_Home_page_responsiveness --- src/Components/Features.jsx | 119 ++++++++++++++++++----------------- src/Components/Home.jsx | 19 +++--- src/Components/Navbar.jsx | 84 ++++++++++++++----------- src/Components/PageThree.jsx | 55 +++------------- 4 files changed, 129 insertions(+), 148 deletions(-) diff --git a/src/Components/Features.jsx b/src/Components/Features.jsx index 42c3869..7658983 100644 --- a/src/Components/Features.jsx +++ b/src/Components/Features.jsx @@ -47,66 +47,73 @@ export default function Features() { <>
-
-
-

- Ready to make some noise? -

-
- Bringing Harmony to Your Ears. -
+ {/* 1st div */} +
+

+ Ready to make some noise? +

+
+ Bringing Harmony to Your Ears.
-
- -

Get Started With Beat Bridge

-
    -
  • Who are we:
  • -
      -
    • We are passionate about connecting people with music
    • -
    +
+ + {/* 2nd div */} + +
+ +

+ Get Started With Beat Bridge +

+
    +
  • Who are we:
  • +
      +
    • We are passionate about connecting people with music
    -
      -
    • Our Mission:
    • -
        -
      • - To provide a platform that resonates with every music lover -
      • -
      +
    +
      +
    • Our Mission:
    • +
        +
      • + To provide a platform that resonates with every music lover +
      - - - - - - guitat_img -
      -
      -
+ + + + + +
+ {/* 3rd div */} +
+ + guitar_img +
+
diff --git a/src/Components/Home.jsx b/src/Components/Home.jsx index 13bd9cd..4cfc8ee 100644 --- a/src/Components/Home.jsx +++ b/src/Components/Home.jsx @@ -30,7 +30,7 @@ export default function Home() { root: null, rootMargin: "0px", threshold: 0.5, - } + }, ); if (sectionRef.current) { @@ -46,33 +46,32 @@ export default function Home() { const sectionControls = useAnimation(); - return ( <> -
+
background img
-
+
-

+

Your Gateway to a World of Rhythm

-

+

Welcome to BeatBridge!

- - diff --git a/src/Components/Navbar.jsx b/src/Components/Navbar.jsx index 8ded706..169d400 100644 --- a/src/Components/Navbar.jsx +++ b/src/Components/Navbar.jsx @@ -32,20 +32,22 @@ export default function Navbar() { <>

BEAT{" "}

Bridge

@@ -67,17 +69,20 @@ export default function Navbar() { >
)}