diff --git a/src/components/footer.js b/src/components/footer.js index 2ab09b1..e13eb82 100644 --- a/src/components/footer.js +++ b/src/components/footer.js @@ -23,28 +23,31 @@ const Footer = () => ( bgcolor="secondary.main" py={5} > - + - - - - - {address.name} - {address.line1} - {address.city} - {address.postcode} - {address.country} - - - - We are a Co-operative Society registered with the FCA. - - Registration Number: 4597 - Member of the CoTech Network + + + + + + + {address.name} + {address.line1} + {address.city} + {address.postcode} + {address.country} + + + + We are a Co-operative Society registered with the FCA. + + Registration Number: 4597 + Member of the CoTech Network + diff --git a/src/components/layout.js b/src/components/layout.js index 3d54e58..557a71c 100644 --- a/src/components/layout.js +++ b/src/components/layout.js @@ -1,9 +1,10 @@ import * as React from "react" import { Link as GatsbyLink } from "gatsby" -import { AppBar, Container, CssBaseline, Grid, Link, ThemeProvider, Toolbar } from "@mui/material" +import { AppBar, Box, Container, CssBaseline, Grid, Link, ThemeProvider, Toolbar } from "@mui/material" import NavMenu from "./nav-menu" import theme from "./theme" import Footer from "./footer" +import flower from "../images/flower.png" const Layout = ({ location, title, children }) => { // const rootPath = `${__PATH_PREFIX__}/` @@ -45,14 +46,29 @@ const Layout = ({ location, title, children }) => { - + - + - +
{children}
+ + + + +