mirror of
https://github.com/harivansh-afk/Saas-Teamspace-2.git
synced 2026-04-21 03:04:32 +00:00
initial commit
This commit is contained in:
commit
9963e01acc
158 changed files with 48198 additions and 0 deletions
11
src/templates/DemoBanner.tsx
Normal file
11
src/templates/DemoBanner.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import Link from 'next/link';
|
||||
|
||||
import { StickyBanner } from '@/features/landing/StickyBanner';
|
||||
|
||||
export const DemoBanner = () => (
|
||||
<StickyBanner>
|
||||
Live Demo of SaaS Boilerplate -
|
||||
{' '}
|
||||
<Link href="/sign-up">Explore the User Dashboard</Link>
|
||||
</StickyBanner>
|
||||
);
|
||||
Loading…
Add table
Add a link
Reference in a new issue