|
|
|
|
@@ -3,8 +3,8 @@
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
|
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
|
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
|
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
|
|
|
|
@@ -189,13 +189,12 @@ export default function LandingPage() {
|
|
|
|
|
title="Trusted by Visionaries"
|
|
|
|
|
description="Our insights inform decisions across leading institutions and innovative enterprises worldwide."
|
|
|
|
|
speed={40}
|
|
|
|
|
showCard={true}
|
|
|
|
|
showCard={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqSplitMedia
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
<FaqSplitText
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
@@ -205,42 +204,27 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
id: "q3", title: "Can I submit an article or research for publication?", content: "We welcome contributions from experts and researchers. Please visit our 'Contribute' page for submission guidelines and editorial contact information."},
|
|
|
|
|
]}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/it-admin-writes-ai-code-laptop_482257-91025.jpg"
|
|
|
|
|
imageAlt="Modern digital interface with FAQ"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
mediaPosition="left"
|
|
|
|
|
title="Essential Insights. Your Questions, Answered."
|
|
|
|
|
description="Navigate EarthHQ's mission, content, and engagement pathways with precision. Find comprehensive answers to common inquiries about our exclusive news and analysis."
|
|
|
|
|
sideTitle="Essential Insights. Your Questions, Answered."
|
|
|
|
|
sideDescription="Navigate EarthHQ's mission, content, and engagement pathways with precision. Find comprehensive answers to common inquiries about our exclusive news and analysis."
|
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
textPosition="left"
|
|
|
|
|
showCard={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactSplitForm
|
|
|
|
|
<ContactText
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
title="Stay Informed. Engage with EarthHQ."
|
|
|
|
|
description="For press inquiries, collaboration opportunities, or to subscribe to our exclusive insights, connect with our dedicated editorial team. We champion global dialogue."
|
|
|
|
|
inputs={[
|
|
|
|
|
text="Stay Informed. Engage with EarthHQ."
|
|
|
|
|
buttons={[
|
|
|
|
|
{
|
|
|
|
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "email", type: "email", placeholder: "Your Email", required: true,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "subject", type: "text", placeholder: "Subject", required: true,
|
|
|
|
|
},
|
|
|
|
|
text: "Send Message"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
textarea={{
|
|
|
|
|
name: "message", placeholder: "Your Message", rows: 5,
|
|
|
|
|
required: true,
|
|
|
|
|
background={{
|
|
|
|
|
variant: "radial-gradient"
|
|
|
|
|
}}
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-vector/technology-background_23-2148126580.jpg"
|
|
|
|
|
imageAlt="Abstract global communication network"
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
mediaPosition="right"
|
|
|
|
|
buttonText="Send Message"
|
|
|
|
|
animationType="background-highlight"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -266,4 +250,4 @@ export default function LandingPage() {
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|