diff --git a/src/components/support/Support.jsx b/src/components/support/Support.jsx index 45baa5d..6e0eaeb 100644 --- a/src/components/support/Support.jsx +++ b/src/components/support/Support.jsx @@ -1,19 +1,29 @@ import Connect from "@/components/support/Connect"; +import Subtitle from "@/components/Subtitle"; +import Button from "@/components/Button"; import { SOCIALS } from "@/data/support/Socials"; const Support = () => { return ( -
- Connect with us! -
- {SOCIALS.map((socials, index) => ( - - ))} +
+
+ +
+
+ Connect with us! +
+ {SOCIALS.map((socials, index) => ( + + ))} +
);