Skip to content

Commit

Permalink
add guild-docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Jan 6, 2025
1 parent 734d476 commit 02779ea
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion website/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
import { HeroGradient, HeroVideo, InfoList, NPMBadge } from '@theguild/components';
import {
ExploreMainProductCards,
HeroGradient,
HeroVideo,
InfoList,
NPMBadge,
ToolsAndLibrariesCards,
} from '@theguild/components';

export const metadata = {
title: 'Home',
Expand All @@ -7,6 +14,8 @@ export const metadata = {
export default function IndexPage() {
return (
<>
<ExploreMainProductCards />
<ToolsAndLibrariesCards />
<HeroGradient
title="The Guild Docs"
description="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed at gravida lacus"
Expand Down

0 comments on commit 02779ea

Please sign in to comment.