--- // Port of preview/pages/card-gradients.html (layout: default) import DefaultLayout from '@shared/layouts/DefaultLayout.astro'; import Welcome from '@shared/components/cards/Welcome.astro'; import DeleteConfirm from '@shared/components/cards/DeleteConfirm.astro'; import SuccessMessage from '@shared/components/cards/SuccessMessage.astro'; import PricingPlan from '@shared/components/cards/PricingPlan.astro'; import StatGradient from '@shared/components/cards/StatGradient.astro'; import HappyBirthday from '@shared/components/cards/HappyBirthday.astro'; import YouWin from '@shared/components/cards/YouWin.astro'; import Weather from '@shared/components/cards/Weather.astro'; import ProfileContact from '@shared/components/cards/ProfileContact.astro'; import SmallStats from '@shared/components/cards/SmallStats.astro'; import people from '@data/people.json'; ---