Skip to content

Commit

Permalink
Add NewsSnippet and PartnersSponsors components
Browse files Browse the repository at this point in the history
  • Loading branch information
FoggyMtnDrifter committed Feb 20, 2024
1 parent 50c8880 commit 6799f11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/[locale]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
import Hero from "./Hero";
import FeatureOne from "./FeatureOne";
import NewsSnippet from "./NewsSnippet";
import PartnersSponsors from "./PartnersSponsors";

export default function Home() {
return (
<>
<Hero />
<FeatureOne />
<NewsSnippet />
<PartnersSponsors />
</>
);
}

0 comments on commit 6799f11

Please sign in to comment.