feat: add HomeVideosSection component with YouTube video integration
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { HomeHero } from "@/components/home-hero";
|
||||
import { HomeVideosSection } from "@/components/home-videos-section";
|
||||
import { ReferencesSection } from "@/components/references-section";
|
||||
|
||||
export default function Home() {
|
||||
@@ -6,6 +7,7 @@ export default function Home() {
|
||||
<section className="flex h-full flex-col gap-4 overflow-hidden">
|
||||
<HomeHero />
|
||||
<ReferencesSection />
|
||||
<HomeVideosSection />
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user