Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { ComingSoon } from '@/components/ComingSoon'

<ComingSoon />
25 changes: 25 additions & 0 deletions apps/landing/src/components/ComingSoon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
import { Box, Text, VStack } from '@devup-ui/react'

export function ComingSoon() {
return (
<Box
bg="$cardBg"
borderRadius="12px"
p="40px"
textAlign="center"
width="100%"
>
<VStack alignItems="center" gap="12px">
<Text color="$textSecondary" fontSize="32px">
🚧
</Text>
<Text color="$title" typography="h6">
Coming Soon
</Text>
<Text color="$textSecondary" typography="body">
This section is currently under construction.
</Text>
</VStack>
</Box>
)
}
22 changes: 11 additions & 11 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading