--- import { readSingleton } from '@directus/sdk'; import directus from '@lib/directus'; import BaseLayout from '@layouts/BaseLayout.astro'; import HeroSection from '@components/sections/HeroSection.astro'; import FeaturesSection from '@components/sections/FeaturesSection.astro'; import WeatherSection from '@components/sections/WeatherSection.astro'; import LatestPostsSection from '@components/sections/LatestPostsSection.astro'; import GiteaSection from '@components/sections/GiteaSection.astro'; import homeImg from '@images/autumn_mountain.png'; const global = await directus.request(readSingleton('site_global')); const weather = await directus.request(readSingleton('site_weather')); --- Alex Lebens`} subTitle={global.about_description} primaryBtn="About Me" primaryBtnURL="/about" src={homeImg} alt={global.home_image_alt} />