tfrere HF Staff commited on
Commit
7ea2400
·
1 Parent(s): 95ef998

Remove duplicate lead time notice from Buy page

Browse files
Files changed (1) hide show
  1. src/pages/Buy.jsx +0 -26
src/pages/Buy.jsx CHANGED
@@ -372,32 +372,6 @@ function ProductCardsSection() {
372
  </Grid>
373
  ))}
374
  </Grid>
375
-
376
- {/* Lead time notice */}
377
- <Box sx={{ textAlign: 'center', mt: 4 }}>
378
- <Typography
379
- variant="body1"
380
- sx={{
381
- color: 'text.primary',
382
- fontWeight: 600,
383
- display: 'inline-flex',
384
- alignItems: 'center',
385
- gap: 1,
386
- }}
387
- >
388
- <Box
389
- component="span"
390
- sx={{
391
- width: 8,
392
- height: 8,
393
- borderRadius: '50%',
394
- bgcolor: '#000',
395
- display: 'inline-block',
396
- }}
397
- />
398
- Current Lead time: 90 days after purchase
399
- </Typography>
400
- </Box>
401
  </Container>
402
  );
403
  }
 
372
  </Grid>
373
  ))}
374
  </Grid>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  </Container>
376
  );
377
  }