Skip to content

Commit 1c22dc8

Browse files
committed
Temporarily brings back the code example
1 parent 9ec0d24 commit 1c22dc8

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

apps/web-roo-code/src/app/page.tsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
33
import { getVSCodeDownloads } from "@/lib/stats"
44

55
import { Button } from "@/components/ui"
6-
import { AnimatedBackground, InstallSection, Features, Testimonials, FAQSection } from "@/components/homepage"
6+
import {
7+
AnimatedBackground,
8+
InstallSection,
9+
Features,
10+
Testimonials,
11+
FAQSection,
12+
CodeExample,
13+
} from "@/components/homepage"
714

815
// Invalidate cache when a request comes in, at most once every hour.
916
export const revalidate = 3600
@@ -64,7 +71,7 @@ export default async function Home() {
6471
</div>
6572
<div className="relative flex items-center mx-auto h-full mt-8 lg:mt-0">
6673
<div className="flex items-center justify-center">
67-
<div className="bg-red-500 h-[600px] w-[320px]">Video will go here</div>
74+
<CodeExample />
6875
</div>
6976
</div>
7077
</div>

0 commit comments

Comments
 (0)