Slop-free
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m49s

This commit is contained in:
2026-02-23 11:54:27 -07:00
parent c31d0b5589
commit 737a4dd7e8
5 changed files with 402 additions and 546 deletions

View File

@@ -1,15 +1,21 @@
---
import Icon from "../Icon.astro";
import { type IconName } from "../../config/icons";
import { siteConfig } from "../../config/site";
import Section from "../Section.astro";
const features = [
const features: {
icon: IconName;
variant: string;
title: string;
content: string;
}[] = [
{
icon: "bolt",
...siteConfig.whyUs.cards[0],
},
{
icon: "check-circle",
icon: "slopfree",
...siteConfig.whyUs.cards[1],
},
{