@@ -24,16 +24,8 @@ import { HighlightBox } from "./boxes";
2424export  default  function  GettingStarted ( )  { 
2525 return  ( 
2626 < > 
27-  < Stack  sx = { {  alignItems : "center" ,  mb : 2  } } > 
28-  < HighlightBox > 
29-  < Typography  variant = "h5"  component = "p" > 
30-  Run your ML demo with ease in a Next.js/React environment
31-  </ Typography > 
32-  </ HighlightBox > 
33-  </ Stack > 
34- 
3527 < Grid  container  spacing = { 2 } > 
36-  < Grid  item  sm = { 8 }  lg = { 6 } > 
28+  < Grid  item  sm = { 8 }  lg = { 6 }   sx = { {   justifyContent :  "center"   } } > 
3729 < Paper  sx = { {  p : 2  } } > 
3830 < List  disablePadding > 
3931 < ListSubheader > Features</ ListSubheader > 
@@ -98,8 +90,7 @@ export default function GettingStarted() {
9890 < SyncIcon  /> 
9991 </ ListItemIcon > 
10092 < ListItemText > 
101-  Sync your repo on GitHub with your 🤗 Space via a GitHub
102-  Action
93+  Sync your repo on GitHub with your 🤗 Space
10394 </ ListItemText > 
10495 </ ListItem > 
10596 < ListItem > 
@@ -115,40 +106,28 @@ export default function GettingStarted() {
115106 < Grid  item  sm = { 4 }  lg = { 3 } > 
116107 < Stack  gap = { 2 } > 
117108 < Paper  sx = { {  p : 2  } } > 
118-  < Stack  gap = { 2 } > 
119-  < Button 
120-  startIcon = { < ContentCopyIcon  /> } 
121-  variant = "contained" 
122-  href = "https://huggingface.co/spaces/failfast/nextjs-docker-starter?duplicate=true" 
123-  target = "_blank" 
124-  rel = "noopener" 
125-  > 
126-  Duplicate space
127-  </ Button > 
128- 
129-  < Button 
130-  href = "https://github.com/failfa-st/nextjs-docker-starter" 
109+  < Typography  variant = "body1" > 
110+  Explore our{ " " } 
111+  < Link 
112+  href = "https://huggingface.co/spaces/failfast/nextjs-docker-starter/blob/main/README.md" 
131113 target = "_blank" 
132114 rel = "noopener" 
133115 > 
134-  Contribute on GitHub
135-  </ Button > 
136-  </ Stack > 
137-  </ Paper > 
138- 
139-  < Paper  sx = { {  p : 2  } } > 
140-  < Typography  variant = "body1" > 
141-  Get started with the{ " " } 
142-  < Link  href = "https://huggingface.co/spaces/failfast/nextjs-docker-starter/blob/main/README.md" > 
143116 README
144-  </ Link > 
117+  </ Link > { " " } 
118+  for a comprehensive guide on local development, Docker
119+  utilization, secret management, and GitHub-based Space control.
145120 </ Typography > 
146121 </ Paper > 
147122
148123 < Paper  sx = { {  p : 2  } } > 
149124 < Typography  variant = "body1" > 
150125 Something missing?{ " " } 
151-  < Link  href = "https://huggingface.co/spaces/failfast/nextjs-docker-starter/discussions" > 
126+  < Link 
127+  href = "https://huggingface.co/spaces/failfast/nextjs-docker-starter/discussions" 
128+  target = "_blank" 
129+  rel = "noopener" 
130+  > 
152131 Please let us know!
153132 </ Link > 
154133 </ Typography > 
0 commit comments