Skip to content

Commit

Permalink
add tanzania
Browse files Browse the repository at this point in the history
  • Loading branch information
menthy-wu committed Nov 12, 2023
1 parent 60929f0 commit c50d5df
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/app/projects/tanzania/page.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
import React from "react";
import Tanzania from "@/components/projects/Tanzania";
import Header from "@/components/projects/Header";
import header from "../../../../public/images/tanzania/tanzaniaHeader.webp";

const page = () => {
return <div>page</div>;
return (
<>
<Header img={header.src} title="Project" />
<Tanzania />
</>
);
};

export default page;

0 comments on commit c50d5df

Please sign in to comment.