From 925fb30b9f3f44025947325d668066be46196272 Mon Sep 17 00:00:00 2001 From: Pulkit Date: Wed, 7 Aug 2024 09:08:29 +0530 Subject: [PATCH] Add: twitter logo in the hero section --- app/(marketing)/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/(marketing)/page.tsx b/app/(marketing)/page.tsx index 9b321bd..2aefbb9 100644 --- a/app/(marketing)/page.tsx +++ b/app/(marketing)/page.tsx @@ -4,6 +4,7 @@ import { env } from "@/env.mjs" import { siteConfig } from "@/config/site" import { cn } from "@/lib/utils" import { buttonVariants } from "@/components/ui/button" +import { Icons } from "@/components/icons" async function getGitHubStars(): Promise { try { @@ -41,10 +42,11 @@ export default async function IndexPage() {
Follow along on Twitter +

An example app built using Next.js 13 server components.