initial commit
This commit is contained in:
14
src/components/OurPartners.astro
Normal file
14
src/components/OurPartners.astro
Normal 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>
|
||||
Reference in New Issue
Block a user