About and database table to convert for the orm
This commit is contained in:
16
latosa-frontend/app/about/page.tsx
Normal file
16
latosa-frontend/app/about/page.tsx
Normal file
@@ -0,0 +1,16 @@
|
||||
"use server"
|
||||
|
||||
export default async function About() {
|
||||
return (
|
||||
<main>
|
||||
<div>
|
||||
About us
|
||||
will :
|
||||
+explain what we
|
||||
+pricing
|
||||
|
||||
+plannign for what will come next
|
||||
</div>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
@@ -106,7 +106,7 @@ const Navbar = () => {
|
||||
)}
|
||||
|
||||
href="/">
|
||||
Calendar
|
||||
Planning
|
||||
</a>
|
||||
<a
|
||||
className={cn(
|
||||
@@ -116,9 +116,9 @@ const Navbar = () => {
|
||||
variant: "ghost",
|
||||
}),
|
||||
)}
|
||||
href="#"
|
||||
href="/about"
|
||||
>
|
||||
Pricing
|
||||
A propos
|
||||
</a>
|
||||
<a
|
||||
className={cn(
|
||||
|
||||
Reference in New Issue
Block a user