File tree 2 files changed +21
-22
lines changed
2 files changed +21
-22
lines changed Original file line number Diff line number Diff line change 1
- export { default } from '@features/home'
1
+ export default function Home ( ) {
2
+ return (
3
+ < div className = "w-full h-96 flex flex-col items-center justify-center pt-24 px-8" >
4
+ < div className = "mb-12" >
5
+ < h3 className = "text-2xl font-semibold lg:text-6xl" >
6
+ Welcome to < span className = "text-purple-500" > Frontend Garage</ span >
7
+ </ h3 >
8
+ < h3 className = "text-2xl font-semibold lg:text-6xl" >
9
+ a place for < span className = { 'text-blue-500' } > Learn </ span >
10
+ and < span className = { 'text-green-500' } > Growth</ span > .
11
+ </ h3 >
12
+ </ div >
13
+ < div className = "flex flex-col" >
14
+ < p className = "mb-2" >
15
+ Join the community who read my free weekly Newsletter.
16
+ </ p >
17
+ < iframe src = "https://frontendgarage.substack.com/embed" > </ iframe >
18
+ </ div >
19
+ </ div >
20
+ )
21
+ }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments