Add linkedinUrl support to BlogCardOne
This commit is contained in:
@@ -11,6 +11,7 @@ import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow";
|
||||
import BlogCardOne from "@/components/sections/blog/BlogCardOne";
|
||||
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -210,17 +211,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Get in Touch"
|
||||
title="Join the Conversation"
|
||||
description="Subscribe to receive updates on cognitive liberty research, policy developments, and opportunities to support evidence-based discourse on neural technology."
|
||||
<ContactCenter
|
||||
tag="Connect"
|
||||
title="Engage with Experts"
|
||||
description="Get personalized insights into cognitive enhancement technologies."
|
||||
useInvertedBackground="noInvert"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/still-life-illustrating-ethics-concept_23-2149412286.jpg"
|
||||
imageAlt="Ethical balance and responsibility visualization"
|
||||
mediaPosition="left"
|
||||
tagIcon={MessageCircle}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Subscribe"
|
||||
termsText="We respect your privacy. You can unsubscribe anytime. Your data supports cognitive liberty advocacy."
|
||||
buttonText="Contact Us"
|
||||
termsText="Privacy Policy"
|
||||
ariaLabel="Contact section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user