diff --git a/public/CTA.png b/public/CTA.png new file mode 100644 index 0000000..b4f75b0 Binary files /dev/null and b/public/CTA.png differ diff --git a/public/about-card-bg.svg b/public/about-card-bg.svg new file mode 100644 index 0000000..ecfbda8 --- /dev/null +++ b/public/about-card-bg.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/chevron.svg b/public/chevron.svg new file mode 100644 index 0000000..aa4b89d --- /dev/null +++ b/public/chevron.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/contacts/address.svg b/public/contacts/address.svg new file mode 100644 index 0000000..c21ff8e --- /dev/null +++ b/public/contacts/address.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/contacts/email.svg b/public/contacts/email.svg new file mode 100644 index 0000000..f07e96f --- /dev/null +++ b/public/contacts/email.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/contacts/fax.svg b/public/contacts/fax.svg new file mode 100644 index 0000000..586dfa9 --- /dev/null +++ b/public/contacts/fax.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/contacts/location.svg b/public/contacts/location.svg new file mode 100644 index 0000000..4a6701b --- /dev/null +++ b/public/contacts/location.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/contacts/mail.svg b/public/contacts/mail.svg new file mode 100644 index 0000000..0c4f861 --- /dev/null +++ b/public/contacts/mail.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/contacts/mobile.svg b/public/contacts/mobile.svg new file mode 100644 index 0000000..8578a4c --- /dev/null +++ b/public/contacts/mobile.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/contacts/phone.svg b/public/contacts/phone.svg new file mode 100644 index 0000000..5dd3630 --- /dev/null +++ b/public/contacts/phone.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/public/cover.png b/public/cover.png new file mode 100644 index 0000000..d6c7498 Binary files /dev/null and b/public/cover.png differ diff --git a/public/hero-banner.png b/public/hero-banner.png new file mode 100644 index 0000000..ea454e4 Binary files /dev/null and b/public/hero-banner.png differ diff --git a/public/in.svg b/public/in.svg new file mode 100644 index 0000000..19a57ea --- /dev/null +++ b/public/in.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/inst.svg b/public/inst.svg new file mode 100644 index 0000000..97909b9 --- /dev/null +++ b/public/inst.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/offer-1.png b/public/offer-1.png new file mode 100644 index 0000000..dc0ab1a Binary files /dev/null and b/public/offer-1.png differ diff --git a/public/offer-2.png b/public/offer-2.png new file mode 100644 index 0000000..d1047c4 Binary files /dev/null and b/public/offer-2.png differ diff --git a/public/theme/1.svg b/public/theme/1.svg new file mode 100644 index 0000000..8520f0c --- /dev/null +++ b/public/theme/1.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/theme/2.svg b/public/theme/2.svg new file mode 100644 index 0000000..17f72fb --- /dev/null +++ b/public/theme/2.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/theme/3.svg b/public/theme/3.svg new file mode 100644 index 0000000..c156ffa --- /dev/null +++ b/public/theme/3.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/theme/4.svg b/public/theme/4.svg new file mode 100644 index 0000000..3d760c8 --- /dev/null +++ b/public/theme/4.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/theme/5.svg b/public/theme/5.svg new file mode 100644 index 0000000..d98c8b2 --- /dev/null +++ b/public/theme/5.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/theme/6.svg b/public/theme/6.svg new file mode 100644 index 0000000..2aa71ba --- /dev/null +++ b/public/theme/6.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/theme/7.svg b/public/theme/7.svg new file mode 100644 index 0000000..eb0f8f7 --- /dev/null +++ b/public/theme/7.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/theme/8.svg b/public/theme/8.svg new file mode 100644 index 0000000..abe2d9c --- /dev/null +++ b/public/theme/8.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/x.svg b/public/x.svg new file mode 100644 index 0000000..36597d4 --- /dev/null +++ b/public/x.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/components/layout/cover.tsx b/src/components/layout/cover.tsx index 0ed635f..40d20ce 100644 --- a/src/components/layout/cover.tsx +++ b/src/components/layout/cover.tsx @@ -8,7 +8,7 @@ export const Cover: FC = ({ title }) => { return (

{title}

diff --git a/src/components/layout/footer.tsx b/src/components/layout/footer.tsx index 324d612..57cc635 100644 --- a/src/components/layout/footer.tsx +++ b/src/components/layout/footer.tsx @@ -1,12 +1,13 @@ import { FC } from "react"; import { Container } from "./"; +import { Logo } from "../shared"; export const Footer: FC = () => { return ( -