Add technologies, component restructure, config changes and style fixes
This commit is contained in:
@@ -14,7 +14,7 @@ let menuClasses =
|
||||
|
||||
const Footer = () => (
|
||||
<footer className="bg-indigo-darker">
|
||||
<div className="container mx-auto pt-10 lg:flex">
|
||||
<div className="container mx-auto py-10 lg:flex">
|
||||
<div className="lg:w-1/4 p-4">
|
||||
<img src={LogoSaburly} alt="Saburly Logo" className="w-full" />
|
||||
<div className="flex justify-between social-icons py-2">
|
||||
@@ -106,14 +106,6 @@ const Footer = () => (
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div className="sm:flex items-center text-center justify-center pb-8">
|
||||
<Button
|
||||
text="Say Hello"
|
||||
standard
|
||||
classes="rounded-full text-white hover:shadow mx-2"
|
||||
url="/contact"
|
||||
/>
|
||||
</div>
|
||||
</footer>
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user