--- import CarsSlider from '@components/home/slider/CarsSlider'; import type { PriceProps } from '@/types/globalInterfaces'; const { cars = [], title = "Verfügbare Fahrzeuge", subtitle = "Wählen Sie die perfekte Option für Ihren Transfer" } = Astro.props as PriceProps; ---