aboutsummaryrefslogtreecommitdiff
path: root/src/app/about/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/about/page.tsx')
-rw-r--r--src/app/about/page.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..26cdb81
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,5 @@
+'use client';
+
+export default function Home() {
+ return (<div>About Us Page - Coming Soon!</div>);
+} \ No newline at end of file