aboutsummaryrefslogtreecommitdiff
path: root/src/app/about/page.tsx
blob: 26cdb8153d5692c95eec5ecbf0ae5a88e0c072d6 (plain)
1
2
3
4
5
'use client';

export default function Home() {
    return (<div>About Us Page - Coming Soon!</div>);
}