From 616b4959ef33a1e5fae167a37d108f736badf2a6 Mon Sep 17 00:00:00 2001 From: Jeff Date: Wed, 27 Mar 2024 13:35:00 -0400 Subject: init --- pages/index.js | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 pages/index.js (limited to 'pages/index.js') diff --git a/pages/index.js b/pages/index.js new file mode 100644 index 0000000..1156b2b --- /dev/null +++ b/pages/index.js @@ -0,0 +1,63 @@ +import Head from "next/head"; +import Hero from "../components/hero"; +import Navbar from "../components/navbar"; +import SectionTitle from "../components/sectionTitle"; + +import { benefitOne, benefitTwo } from "../components/data"; +import Video from "../components/video"; +import Benefits from "../components/benefits"; +import Footer from "../components/footer"; +import Testimonials from "../components/testimonials"; +import Cta from "../components/cta"; +import Faq from "../components/faq"; +import PopupWidget from "../components/popupWidget"; + +const Home = () => { + return ( + <> + + Helping Hands - Free Nextjs & TailwindCSS Landing Page Template + + + + + + + + Helping Hands simplifies the process of finding or offering volunteer opportunities. Here's a step-by-step guide: + + + + + This section is to highlight a promo or demo video of your product. + Analysts says a landing page with video has 3% more conversion rate. So, + don't forget to add one. Just like this. + +