pineafan | 15b813d | 2022-02-13 10:06:09 +0000 | [diff] [blame^] | 1 | import Header from '../Components/Header' |
2 | |||||
3 | export default function Home() { | ||||
4 | return ( | ||||
5 | <> | ||||
6 | <Header | ||||
7 | name="Supporters" | ||||
8 | subtext="The people who help Clicks function" | ||||
9 | gradient={["71AFE5", "6576CC"]} | ||||
10 | wave="web/waves/header/clicksforms" | ||||
11 | buttons={[]} | ||||
12 | /> | ||||
13 | {/* <AutoSpacing> | ||||
14 | <br /> | ||||
15 | <Scroller text={[ | ||||
16 | "PineappleFan", | ||||
17 | "TheCodedProf", | ||||
18 | "Minion3665" | ||||
19 | ]} /> | ||||
20 | </AutoSpacing>*/} | ||||
21 | </> | ||||
22 | ) | ||||
23 | } |