No posts yet
18 | )} 19 | > 20 | ) 21 | } 22 | export default UserStartups 23 | -------------------------------------------------------------------------------- /components/ui/textarea.tsx: -------------------------------------------------------------------------------- 1 | import * as React from "react" 2 | 3 | import { cn } from "@/lib/utils" 4 | 5 | const Textarea = React.forwardRef< 6 | HTMLTextAreaElement, 7 | React.ComponentProps<"textarea"> 8 | >(({ className, ...props }, ref) => { 9 | return ( 10 | 18 | ) 19 | }) 20 | Textarea.displayName = "Textarea" 21 | 22 | export { Textarea } 23 | -------------------------------------------------------------------------------- /components/feature-card.tsx: -------------------------------------------------------------------------------- 1 | import React from "react" 2 | import { twMerge } from "tailwind-merge" 3 | 4 | export default function FeatureCard(props: { 5 | title: string 6 | description: string 7 | children?: React.ReactNode 8 | className?: string 9 | }) { 10 | const { title, description, children, className } = props 11 | return ( 12 |{description}
22 |28 | Views: {totalViews} 29 |
30 |28 | Views: {totalViews} 29 |
30 |No posts yet
34 | )} 35 |47 | {integration.description} 48 |
49 |35 | Submit Ideas, Vote on Pitches, and Get Noticed in Virtual 36 | Competitions. 37 |
38 |54 | No startups found 55 |
56 | )} 57 |57 | Next ventures integrates effortlessly with your favorite 58 | platforms, enabling smooth workflows and enhanced collaboration 59 | for entrepreneurs and teams. 60 |
61 |40 | @{user?.username} 41 |
42 |{user?.bio}
45 | 46 | 52 |Get started by sending us a sample error:
39 | 68 | 69 |70 | Next, look for the error on the{" "} 71 | 72 | Issues Page 73 | 74 | . 75 |
76 |77 | For more information, see{" "} 78 | 79 | https://docs.sentry.io/platforms/javascript/guides/nextjs/ 80 | 81 |
82 |{faq.answer}
92 |32 | {formatDate(_createdAt)} 33 |
34 |{author?.name}
46 | 47 | 48 |62 | {description} 63 |
64 |122 | Submit your startup ideas, explore innovative pitches, and shine in 123 | virtual competitions with a sleek, user-friendly platform designed to 124 | empower entrepreneurs. 125 |
126 |48 | {post.description} 49 |
50 |{post.author.name}
75 |76 | @{post.author.username} 77 |
78 |No details provided
100 | )} 101 |119 | {session.user.name} 120 |
121 |122 | {session.user.email} 123 |
124 | 125 |119 | {session.user.name} 120 |
121 |122 | {session.user.email} 123 |
124 | 125 |
80 | We've achieved{" "}
81 |
82 | incredible
83 |
91 | {" "}
92 |
93 | milestones this year.
94 |