File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
export const metadata = {
2
- title : 'Next.js ' ,
2
+ title : 'account portfolio ' ,
3
3
description : 'Generated by Next.js' ,
4
4
}
5
5
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import '../../globals.css'
5
5
const lato = Lato ( { subsets : [ 'latin' ] , weight : [ '400' , '700' ] } )
6
6
7
7
export const metadata = {
8
- title : 'Create Next App ' ,
8
+ title : 'Your Page ' ,
9
9
description : 'Generated by create next app' ,
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import Navbar from '@/components/Navbar'
5
5
const inter = Inter ( { subsets : [ 'latin' ] } )
6
6
7
7
export const metadata = {
8
- title : 'Create Next App ' ,
8
+ title : 'Create Your Portfolio ' ,
9
9
description : 'Generated by create next app' ,
10
10
}
11
11
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const Navbar = async () => {
16
16
< nav className = "flex gap-2 sm:gap-5 font-semibold items-center font-sans text-gray-500" >
17
17
< Link href = { "/account" } > View Page</ Link >
18
18
< Link href = { "/price" } > Price</ Link >
19
- < Link href = { "/contact" } > Contact</ Link >
19
+ < Link className = "hidden md:block" href = { "/contact" } > Contact</ Link >
20
20
</ nav >
21
21
</ div >
22
22
< nav className = "flex md:gap-3 gap-1 items-center text-base text-center" >
You can’t perform that action at this time.
0 commit comments