From 616b4959ef33a1e5fae167a37d108f736badf2a6 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 27 Mar 2024 13:35:00 -0400 Subject: init --- components/hero.js | 187 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 components/hero.js (limited to 'components/hero.js') diff --git a/components/hero.js b/components/hero.js new file mode 100644 index 0000000..c1e6ea3 --- /dev/null +++ b/components/hero.js @@ -0,0 +1,187 @@ +import Image from "next/image"; +import Container from "./container"; +import volunteerImg from "../public/img/volunteer.png"; + +const Hero = () => { + return ( + <> + +
+
+

+ Helping Hands +

+

+ Connect. Volunteer. Make a Difference. +

+

+ Find volunteer opportunities or assistance for your organization with Helping Hands. Swipe through diverse charities, events, and initiatives to make a difference. Join us today! +

+ +
+ + Get Started for Free + + + Download our App + +
+
+
+
+
+ Hero Illustration +
+
+
+ +
+
+ Used by over 100+{" "} + organizations worldwide +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
+ + ); +} + +function AmazonLogo() { + return ( + + + + + + + + + + + + + ); +} + +function MicrosoftLogo() { + return ( + + + + + ); +} + +function NetflixLogo() { + return ( + + + + + + ); +} + +function SonyLogo() { + return ( + + + + + + + + + ); +} + +function VerizonLogo() { + return ( + + + + + + + + + ); +} + +export default Hero; \ No newline at end of file -- cgit v1.2.3-70-g09d2