blob: f74ddc683801010bbaec035521557dac307c724c [file] [log] [blame]
import Header from '../Components/Header'
export default function Error() {
<<<<<<< HEAD
return (
<>
<Header
name="0118 999 881 999 119 7253"
subtext={<>
Dear Sir/Madam,<br />
Fire! Fire! Help me!<br />
123 Cavendon Road.<br />
Looking forward to hearing from you,<br />
All the best, Maurice Moss
</>}
embedDescription="This is the internet"
gradient={["F27878", "D96B6B"]}
wave="web/waves/header/rsm"
buttons={[{color: "F27878", buttonText: "ffffff", text: "No that's too formal", link: "/#"}]}
fullscreen={true}
/>
</>
)
=======
return (
<>
<Header
name="0118 999 881 999 119 7253"
subtext={<>
Dear Sir/Madam,<br />
Fire! Fire! Help me!<br />
123 Carenden Road.<br />
Looking forward to hearing from you,<br />
All the best, Maurice Moss
</>}
embedDescription="This is the internet"
gradient={["F27878", "D96B6B"]}
wave="web/waves/header/rsm"
buttons={[{color: "F27878", buttonText: "ffffff", text: "No that's too formal", link: "/#"}]}
fullscreen={true}
/>
</>
)
>>>>>>> 11dc35cde9cce7a8dfe7f5000060b0ea04437844
}