15 lines
389 B
Plaintext
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>
|