tfrere HF Staff Cursor commited on
Commit
4c19a89
·
1 Parent(s): 6e13226

feat: add import duties shipping conditions (DDP/DAP) to Buy and Home pages

Browse files
Files changed (2) hide show
  1. src/pages/Buy.jsx +20 -1
  2. src/pages/Home.jsx +14 -0
src/pages/Buy.jsx CHANGED
@@ -98,7 +98,7 @@ const faqItems = [
98
  },
99
  {
100
  question: 'What about customs and import taxes?',
101
- answer: 'The displayed price does not include customs duties or import taxes, which vary by country. You may be responsible for these fees upon delivery.',
102
  },
103
  {
104
  question: 'Can I upgrade from Lite to Wireless later?',
@@ -372,6 +372,25 @@ function ProductCardsSection() {
372
  </Grid>
373
  ))}
374
  </Grid>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  </Container>
376
  );
377
  }
 
98
  },
99
  {
100
  question: 'What about customs and import taxes?',
101
+ answer: 'EU/UK and US/Canada orders ship duty-paid (DDP) no surprise fees on delivery. Other destinations ship DAP, meaning local import duties and taxes may apply upon delivery.',
102
  },
103
  {
104
  question: 'Can I upgrade from Lite to Wireless later?',
 
372
  </Grid>
373
  ))}
374
  </Grid>
375
+
376
+ {/* Lead time & shipping notice */}
377
+ <Box sx={{ textAlign: 'center', mt: 5, mb: 6 }}>
378
+ <Typography
379
+ variant="body1"
380
+ sx={{ fontWeight: 600, color: 'text.primary' }}
381
+ >
382
+ Current Lead time: 90 days after purchase
383
+ </Typography>
384
+ <Typography
385
+ variant="body2"
386
+ color="text.secondary"
387
+ sx={{ maxWidth: 600, mx: 'auto', lineHeight: 1.7, mt: 1 }}
388
+ >
389
+ <strong>Import duties:</strong> EU/UK + US/Canada ship duty-paid (DDP).
390
+ <br />
391
+ Other destinations may incur local import duties/taxes on delivery (DAP).
392
+ </Typography>
393
+ </Box>
394
  </Container>
395
  );
396
  }
src/pages/Home.jsx CHANGED
@@ -765,6 +765,20 @@ function ProductsSection() {
765
  >
766
  Current Lead time: 90 days after purchase
767
  </Typography>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
768
  </Box>
769
 
770
  <Typography
 
765
  >
766
  Current Lead time: 90 days after purchase
767
  </Typography>
768
+ <Typography
769
+ variant="body2"
770
+ sx={{
771
+ color: "text.secondary",
772
+ mt: 1,
773
+ maxWidth: 520,
774
+ mx: "auto",
775
+ lineHeight: 1.7,
776
+ }}
777
+ >
778
+ <strong>Import duties:</strong> EU/UK + US/Canada ship duty-paid (DDP).
779
+ <br />
780
+ Other destinations may incur local import duties/taxes on delivery (DAP).
781
+ </Typography>
782
  </Box>
783
 
784
  <Typography