import Link from 'next/link'; import { StickyBanner } from '@/features/landing/StickyBanner'; export const DemoBanner = () => ( Live Demo of SaaS Boilerplate - {' '} Explore the User Dashboard );