From c75aebaf23a5710275f59eb0d8e014fd5f6109b3 Mon Sep 17 00:00:00 2001 From: Krish-Panchani Date: Sat, 14 Oct 2023 11:14:34 +0530 Subject: [PATCH 1/2] Fixed Navbar links --- src/components/AboutUs-section/AboutUs.jsx | 2 +- src/components/Contact-section/Contact.jsx | 2 +- src/components/Header-section/Navbar.jsx | 10 ++++++---- src/components/Services-section/Services-section.jsx | 2 +- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/components/AboutUs-section/AboutUs.jsx b/src/components/AboutUs-section/AboutUs.jsx index 54536f6..459775a 100644 --- a/src/components/AboutUs-section/AboutUs.jsx +++ b/src/components/AboutUs-section/AboutUs.jsx @@ -2,7 +2,7 @@ import rentBoardImg from "../.././assets/Images/rent-board.png"; import "./AboutUs-section.css"; const AboutUs = () => { return ( -
+
About Us
{ return ( <> -
+

Contact Us

diff --git a/src/components/Header-section/Navbar.jsx b/src/components/Header-section/Navbar.jsx index 74ba132..6a9724b 100644 --- a/src/components/Header-section/Navbar.jsx +++ b/src/components/Header-section/Navbar.jsx @@ -8,19 +8,21 @@ const Navbar = () => { diff --git a/src/components/Services-section/Services-section.jsx b/src/components/Services-section/Services-section.jsx index 79a4a10..b8de4ca 100644 --- a/src/components/Services-section/Services-section.jsx +++ b/src/components/Services-section/Services-section.jsx @@ -5,7 +5,7 @@ import placeName from "./placeName"; const Services = () => { return ( <> -

+

Our Services Includes

From 0c3ac95ff0907b652730794d69feee2027dd9b6d Mon Sep 17 00:00:00 2001 From: Krish-Panchani Date: Sun, 15 Oct 2023 10:12:29 +0530 Subject: [PATCH 2/2] Added Navbar links & resolved conflicts --- src/components/Header-section/Navbar.jsx | 41 ++++++------------------ 1 file changed, 9 insertions(+), 32 deletions(-) diff --git a/src/components/Header-section/Navbar.jsx b/src/components/Header-section/Navbar.jsx index 38bde8c..0ca88da 100644 --- a/src/components/Header-section/Navbar.jsx +++ b/src/components/Header-section/Navbar.jsx @@ -23,28 +23,6 @@ const Navbar = () => { return ( <> -<<<<<<< HEAD - ); }; -export default Navbar; +export default Navbar; \ No newline at end of file