Bold font on "Ships in 90 days"

#4
Files changed (1) hide show
  1. src/pages/Buy.jsx +2 -2
src/pages/Buy.jsx CHANGED
@@ -41,7 +41,7 @@ const products = {
41
  price: 449,
42
  badge: 'Wireless',
43
  badgeColor: '#0ea5e9',
44
- description: 'Self-contained robot with on-board compute. Works wirelessly or wired, perfect for standalone projects and demos. Ships in 90 days',
45
  buyLink: 'https://buy.stripe.com/9B65kFfFlaKFbY34W873G03',
46
  image: '/assets/reachy-wireless.png',
47
  featured: true,
@@ -52,7 +52,7 @@ const products = {
52
  price: 299,
53
  badge: 'Lite',
54
  badgeColor: '#f59e0b',
55
- description: 'Connect to your computer via USB. Same expressive robot, powered by your machine. Ideal for development and learning. Ships in 90 days',
56
  buyLink: 'https://buy.stripe.com/6oUfZj78P1a5e6b0FS73G02',
57
  image: '/assets/reachy-lite.png',
58
  featured: false,
 
41
  price: 449,
42
  badge: 'Wireless',
43
  badgeColor: '#0ea5e9',
44
+ description: 'Self-contained robot with on-board compute. Works wirelessly or wired, perfect for standalone projects and demos. <strong>Ships in 90 days</strong>.',
45
  buyLink: 'https://buy.stripe.com/9B65kFfFlaKFbY34W873G03',
46
  image: '/assets/reachy-wireless.png',
47
  featured: true,
 
52
  price: 299,
53
  badge: 'Lite',
54
  badgeColor: '#f59e0b',
55
+ description: 'Connect to your computer via USB. Same expressive robot, powered by your machine. Ideal for development and learning. <strong>Ships in 90 days</strong>.',
56
  buyLink: 'https://buy.stripe.com/6oUfZj78P1a5e6b0FS73G02',
57
  image: '/assets/reachy-lite.png',
58
  featured: false,