Skip to content

Commit

Permalink
feat: add <AdditionalPlans> to index page
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirHosseinKarimi committed Jan 27, 2024
1 parent 8b88bb2 commit 79bc0f3
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 @@ -5,6 +5,7 @@ import Hero from "./components/Hero/Hero";
import Navbar from "@/components/Navbar";
import Speakers from "./components/Speakers/Speakers";
import Tweets from "@/app/components/Tweets/Tweets";
import AdditionalPlans from "./components/AdditionalPlans";

export default function Home() {
return (
Expand All @@ -15,6 +16,7 @@ export default function Home() {
<Speakers />
<ConferenceLocation />
<ConferenceTicket />
<AdditionalPlans />
<Tweets />
</main>
);
Expand Down

0 comments on commit 79bc0f3

Please sign in to comment.