---
import { readSingleton } from '@directus/sdk';
import directus from '@lib/directus';
import BaseLayout from '@layouts/BaseLayout.astro';
import HeroSection from '@components/ui/sections/HeroSection.astro';
import FeaturesSection from '@components/ui/sections/FeaturesSection.astro';
import LatestPosts from '@components/ui/sections/LatestPosts.astro';
import HeroSectionAlt from '@components/ui/sections/HeroSectionAlt.astro';
import homeImg from '@images/autumn_mountain.png';
const global = await directus.request(readSingleton('site_global'));
const description =
  'Engineering the cloud by day, homelab by night, and exploring Minnesota in between.';
---
  Alex Lebens`}
    subTitle={description}
    primaryBtn="About Me"
    primaryBtnURL="/about"
    src={homeImg}
    alt={global.home_image_alt}
  />