File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 margin : 0 auto;
1919}
2020
21+ .heroImage {
22+ max-width : 100% ;
23+ height : auto;
24+ border-radius : var (--radius-lg );
25+ box-shadow : var (--shadow-xl );
26+ margin-bottom : var (--spacing-2xl );
27+ }
28+
2129.badge {
2230 display : inline-flex;
2331 align-items : center;
Original file line number Diff line number Diff line change @@ -19,6 +19,11 @@ export const Home: React.FC = () => {
1919 { /* Hero Section */ }
2020 < section className = { styles . hero } >
2121 < div className = { styles . heroContent } >
22+ < img
23+ src = { `${ import . meta. env . BASE_URL } FUNSTACK_Static_Hero_small.png` }
24+ alt = "FUNSTACK Static"
25+ className = { styles . heroImage }
26+ />
2227 < span className = { styles . badge } > React Server Components</ span >
2328 < h1 className = { styles . title } > SPAs Powered by RSC</ h1 >
2429 < p className = { styles . subtitle } >
You can’t perform that action at this time.
0 commit comments