initial commit

This commit is contained in:
user
2025-12-07 16:07:03 +02:00
commit ec0ef01427
73 changed files with 5115 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
import MaxWidthWrapper from "./other/max.width.wrapper";
import SectionHeading from "./atoms/section.heading";
import Partners from "./Partners.tsx";
---
<MaxWidthWrapper id="our-partners" className="w-full space-y-20">
<SectionHeading
title="We are authorized retailers these amazing providers"
subtitle="Our partners"
/>
<Partners />
</MaxWidthWrapper>