aboutsummaryrefslogtreecommitdiffstats
path: root/pages/index.js
diff options
context:
space:
mode:
authorJeff <jeffkleinaitis@gmail.com>2024-03-29 13:44:27 -0400
committerJeff <jeffkleinaitis@gmail.com>2024-03-29 13:44:27 -0400
commit9d66ca14b4229a03ed84170c0668cadbda97383a (patch)
treef0a6cdb0019e024eee2c72ca67f637e436b95032 /pages/index.js
parent625c497a450acd261ec0bf76553bba9cd84dab6b (diff)
fix: Remove video and testimonial sections from landing page and all files associated with them
Diffstat (limited to 'pages/index.js')
-rw-r--r--pages/index.js22
1 files changed, 2 insertions, 20 deletions
diff --git a/pages/index.js b/pages/index.js
index 1156b2b..1a17c88 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -4,10 +4,8 @@ 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";
@@ -16,14 +14,13 @@ const Home = () => {
return (
<>
<Head>
- <title>Helping Hands - Free Nextjs & TailwindCSS Landing Page Template</title>
+ <title>Helping Hands</title>
<meta
name="description"
- content="Helping Hands is a free landing page template built with next.js & Tailwind CSS"
+ content="Helping Hands"
/>
<link rel="icon" href="/favicon.ico" />
</Head>
-
<Navbar />
<Hero />
<SectionTitle
@@ -33,21 +30,6 @@ const Home = () => {
</SectionTitle>
<Benefits data={benefitOne} />
<Benefits imgPos="right" data={benefitTwo} />
- <SectionTitle
- pretitle="Watch a video"
- title="Learn how to fullfil your needs">
- 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&apos;t forget to add one. Just like this.
- </SectionTitle>
- <Video />
- <SectionTitle
- pretitle="Testimonials"
- title="Here's what our customers said">
- Testimonails is a great way to increase the brand trust and awareness.
- Use this section to highlight your popular customers.
- </SectionTitle>
- <Testimonials />
<SectionTitle pretitle="FAQ" title="Frequently Asked Questions">
Answer your customers possible questions here, it will increase the
conversion rate as well as support or chat requests.