+
TRVL
-
+
-
-
+
+
-
- -
-
+
+ -
+
Home
- -
+
-
Services
- -
+
-
Products
@@ -64,15 +64,15 @@ function Navbar() {
-
Sign Up
- {button && }
+ {button && }
>
diff --git a/frontend/src/components/pages/Home.js b/frontend/src/components/pages/Home.js
index 58007e9..da855a2 100644
--- a/frontend/src/components/pages/Home.js
+++ b/frontend/src/components/pages/Home.js
@@ -1,17 +1,17 @@
-import React from 'react';
-import '../../App.css'
-import HeroSection from '../HeroSection'
-import Cards from '../Cards'
-import Footer from '../../Footer';
+import React from "react";
+import "../../App.css";
+import HeroSection from "../HeroSection";
+import Cards from "../Cards";
+import Footer from "../../Footer";
function Home() {
- return (
- <>
-
-
-
- >
- )
+ return (
+ <>
+
+
+
+ >
+ );
}
-export default Home;
\ No newline at end of file
+export default Home;
diff --git a/frontend/src/components/pages/Products.js b/frontend/src/components/pages/Products.js
index 8959b46..a2d8f84 100644
--- a/frontend/src/components/pages/Products.js
+++ b/frontend/src/components/pages/Products.js
@@ -1,8 +1,12 @@
-import React from 'react'
-import '../../App.css'
+import React from "react";
+import "../../App.css";
+import Footer from "../../Footer";
export default function Products() {
- return (
-
PRODUCTS
- );
-}
\ No newline at end of file
+ return (
+ <>
+
PRODUCTS
+
+ >
+ );
+}
diff --git a/frontend/src/components/pages/Services.js b/frontend/src/components/pages/Services.js
index efaeb0d..d30d4cc 100644
--- a/frontend/src/components/pages/Services.js
+++ b/frontend/src/components/pages/Services.js
@@ -1,6 +1,12 @@
-import React from 'react'
-import '../../App.css'
+import React from "react";
+import "../../App.css";
+import Footer from "../../Footer";
export default function Services() {
- return
SERVICES
;
-}
\ No newline at end of file
+ return (
+ <>
+
SERVICES
+
+ >
+ );
+}
diff --git a/frontend/src/components/pages/SignUp.js b/frontend/src/components/pages/SignUp.js
index 7cf4109..27e6fa5 100644
--- a/frontend/src/components/pages/SignUp.js
+++ b/frontend/src/components/pages/SignUp.js
@@ -1,6 +1,12 @@
-import React from 'react'
-import '../../App.css'
+import React from "react";
+import "../../App.css";
+import Footer from "../../Footer";
export default function SignUp() {
- return
SIGN UP
;
-}
\ No newline at end of file
+ return (
+ <>
+
SIGN UP
+
+ >
+ );
+}
diff --git a/frontend/src/index.js b/frontend/src/index.js
index 272f33a..c24e9d8 100644
--- a/frontend/src/index.js
+++ b/frontend/src/index.js
@@ -1,8 +1,5 @@
-import React from 'react';
-import ReactDOM from 'react-dom';
-import App from './App';
+import React from "react";
+import ReactDOM from "react-dom";
+import App from "./App";
-ReactDOM.render(
-
,
- document.getElementById('root')
-);
\ No newline at end of file
+ReactDOM.render(
, document.getElementById("root"));