Skip to content

Commit

Permalink
feat: use Sponsor component in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHossein-z committed Feb 17, 2024
1 parent e8dde30 commit e41143e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Navbar from "@/components/Navbar";
import Participants from "./components/Participants/Participants";
import Speakers from "./components/Speakers/Speakers";
import Timeline from "./components/Timeline";
import { Sponsors } from "./components/Sponsor";

export default function Home() {
return (
Expand All @@ -25,6 +26,7 @@ export default function Home() {
<ConferenceLocation />
<ConferenceTicket />
<AdditionalPlans />
<Sponsors />
<Footer />
{/* <Tweets /> */}
</main>
Expand Down

0 comments on commit e41143e

Please sign in to comment.