import DeviceHero from '@/components/docs/DeviceHero.astro';
import deviceImage from '@/assets/images/products/sens-home.jpg';
import Alert from '@/components/docs/Alert.astro';

<DeviceHero
  image={deviceImage}
  alt="VADTel-SENS smart pressure and temperature sensor"
  links={[{ link: '/en/devices/vadtel-sens/product-datasheet', title: 'Product Datasheet' }]}
  downloads={frontmatter.downloads}
/>

<Alert type="info">
  VADTel-SENS is a smart cellular pressure and temperature sensor designed for autonomous monitoring
  of utility and industrial networks. The device combines gauge or absolute pressure measurement
  with integrated temperature acquisition and transmits telemetry through GSM/GPRS or NB-IoT to a
  secure Linux-based backend.
</Alert>