feat(www): add basic layout including header, footer and meta (#3)
- Added new UI components including Badge, Button, Card, Checkbox, Dialog, Footer, Input, Label, SubscriptionForm, Textarea, and Tooltip. - Implemented a new layout configuration with improved navigation and metadata handling. - Integrated third-party libraries for enhanced functionality (e.g., Radix UI, Lucide). - Updated global styles and added custom CSS variables for theming. - Introduced new pages for Changelog, Contact, Community, and GitHub redirection. - Updated package dependencies in package.json and pnpm-lock.yaml. - Added Open Graph image generation for better social media sharing. - Included favicon and application icons for branding.
This commit is contained in:
parent
19764a4de0
commit
74ffdbe419
35 changed files with 2661 additions and 45 deletions
5
apps/www/app/github/page.tsx
Normal file
5
apps/www/app/github/page.tsx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default async function CommunityPage() {
|
||||
redirect('https://github.com/amicalhq/amical')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue