clem HF Staff commited on
Commit
358005a
·
verified ·
1 Parent(s): 8e27590

remove apps flow that is not working

Browse files
Files changed (1) hide show
  1. src/pages/Home.jsx +0 -71
src/pages/Home.jsx CHANGED
@@ -325,77 +325,6 @@ function StatsSection() {
325
  </Box>
326
  </Grid>
327
 
328
- {/* 30+ Apps with Hand Tracking GIF */}
329
- <Grid size={{ xs: 12, sm: 6, md: 4 }}>
330
- <Box
331
- component={RouterLink}
332
- to="/apps"
333
- sx={{
334
- height: { xs: 280, md: 320 },
335
- borderRadius: 4,
336
- background: '#0f0f1a',
337
- border: '1px solid rgba(255,255,255,0.08)',
338
- overflow: 'hidden',
339
- position: 'relative',
340
- textDecoration: 'none',
341
- display: 'block',
342
- transition: 'all 0.3s ease',
343
- '&:hover': { borderColor: 'rgba(255,255,255,0.2)' },
344
- }}
345
- >
346
- {/* GIF Background */}
347
- <Box
348
- component="img"
349
- src="/assets/reachy-mini-hand-tracking.gif"
350
- alt="Real-time interaction"
351
- sx={{
352
- position: 'absolute',
353
- top: 0,
354
- left: 0,
355
- width: '100%',
356
- height: '100%',
357
- objectFit: 'cover',
358
- }}
359
- />
360
- {/* Overlay gradient */}
361
- <Box
362
- sx={{
363
- position: 'absolute',
364
- inset: 0,
365
- background: 'linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%)',
366
- }}
367
- />
368
- {/* Content */}
369
- <Box
370
- sx={{
371
- position: 'relative',
372
- zIndex: 1,
373
- height: '100%',
374
- p: { xs: 4, md: 5 },
375
- display: 'flex',
376
- flexDirection: 'column',
377
- justifyContent: 'flex-end',
378
- }}
379
- >
380
- <Typography
381
- sx={{
382
- fontSize: { xs: 56, md: 72 },
383
- fontWeight: 800,
384
- lineHeight: 1,
385
- color: 'white',
386
- }}
387
- >
388
- Apps
389
- </Typography>
390
- <Box sx={{ mt: 1 }}>
391
- <Typography sx={{ color: 'rgba(255,255,255,0.6)', fontSize: 14, mt: 0.5 }}>
392
- Explore ready-to-use app →
393
- </Typography>
394
- </Box>
395
- </Box>
396
- </Box>
397
- </Grid>
398
-
399
  {/* Community */}
400
  <Grid size={{ xs: 12, sm: 6, md: 4 }}>
401
  <Box
 
325
  </Box>
326
  </Grid>
327
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
328
  {/* Community */}
329
  <Grid size={{ xs: 12, sm: 6, md: 4 }}>
330
  <Box