Skip to content

Commit

Permalink
Merge pull request #56 from Team-Inventrix/dev
Browse files Browse the repository at this point in the history
update!
  • Loading branch information
Ningsang-Jabegu authored Feb 16, 2024
2 parents d281087 + 2c31d09 commit 8b2387a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ import PrivacyPage from "./page/PrivacyPage";
import ContactPage from "./page/ContactPage";
import SignInPage from "./page/SignInPage";
import SignUpPage from "./page/SignUpPage";
import { SpeedInsights } from "@vercel/speed-insights/react"

function App() {
return (
<BrowserRouter>
<Routes>
<SpeedInsights/>
<Route path="/" element={<HomePage />} />
<Route path="/contact" element={<ContactPage />} />
<Route path="/privacy" element={<PrivacyPage />} />
Expand Down
2 changes: 2 additions & 0 deletions src/page/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import MainSlider from "../component/MainSlider";
import TermsAndCondition from "../component/TermsAndCondition";
import PrivacyPolicy from "../component/PrivacyPolicy";
import ManufacturingProcess from "../component/ManufacturingProcess";
import { SpeedInsights } from "@vercel/speed-insights/react";

export default function HomePage() {
useEffect(() => {
Expand All @@ -26,6 +27,7 @@ export default function HomePage() {

return (
<>
<SpeedInsights />
<MainSlider />
<Header active_item="Our Story" />
<OurStory active_item="Our Story" id="os" />
Expand Down

0 comments on commit 8b2387a

Please sign in to comment.