diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index db651c3..1d08d5d 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -3,6 +3,11 @@ import { BrowserRouter as Router, Routes, Route } from "react-router-dom"; import PagenotFound from "./components/PagenotFound"; import Search from "./components/Search/Search"; import Home from "./components/Home/Home"; +import Aboutus from "./pages/Aboutus" +import Blog from "./pages/Blog" +import Terms from "./pages/Terms" +import Contactus from "./pages/Contactus" +import Culture from "./pages/Culture" const App = () => { return ( @@ -11,6 +16,11 @@ const App = () => { } /> } /> } /> + } /> + } /> + } /> + } /> + } /> ); diff --git a/frontend/src/components/Footer.jsx b/frontend/src/components/Footer.jsx index 7e3562f..bd50e0b 100644 --- a/frontend/src/components/Footer.jsx +++ b/frontend/src/components/Footer.jsx @@ -1,4 +1,7 @@ import React from "react"; +import { IoIosCall } from "react-icons/io"; +import { HiOutlineMail } from "react-icons/hi"; +import { TiLocation } from "react-icons/ti"; import { AiOutlineInstagram } from "react-icons/ai"; import { FaXTwitter } from "react-icons/fa6"; import { FaLinkedinIn } from "react-icons/fa"; @@ -6,7 +9,6 @@ import { FaFacebookF } from "react-icons/fa"; import { BsYoutube } from "react-icons/bs"; import { FaGithub } from "react-icons/fa"; import { Link } from "react-router-dom"; - const Footer = () => { const currentYear = new Date().getFullYear(); return ( @@ -22,8 +24,12 @@ const Footer = () => {
  • About Us
  • -
  • Culture
  • -
  • Blog
  • +
  • + Culture +
  • +
  • + Blogs +
  • Terms and Policy
  • diff --git a/frontend/src/components/PagenotFound.jsx b/frontend/src/components/PagenotFound.jsx index ac54fa4..ff9f99e 100644 --- a/frontend/src/components/PagenotFound.jsx +++ b/frontend/src/components/PagenotFound.jsx @@ -4,7 +4,7 @@ import { Link } from 'react-router-dom'; export default function PagenotFound() { return (
    - 404 pic + 404 pic
    ) diff --git a/frontend/src/pages/Terms.jsx b/frontend/src/pages/Terms.jsx index 3563348..f46c22d 100644 --- a/frontend/src/pages/Terms.jsx +++ b/frontend/src/pages/Terms.jsx @@ -6,7 +6,7 @@ const Terms = () => {

    Terms and Conditions -
    +