Files
superrevive/src/components/OurPartners.astro
2025-12-07 16:07:03 +02:00

15 lines
389 B
Plaintext

---
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>