moved crap

This commit is contained in:
2024-11-21 16:31:10 -05:00
parent 008a325e6a
commit 475ab665ad
44 changed files with 15 additions and 4 deletions

View File

@@ -17,8 +17,7 @@ export default async function Home() {
<FeaturesSection />
<About />
<Contact />
<Footer />
<Brands brands={data} />
<Footer />
</div>
);
}