Edit: [Block: social-proof-one|Social Proof One|/blocks/social-proof/socialProofOne.sv

This commit is contained in:
2026-01-26 21:56:51 +02:00
parent 8caa86b777
commit 99c846e090
2 changed files with 49 additions and 28 deletions

View File

@@ -18,12 +18,26 @@ export default function LandingPage() {
defaultButtonVariant="icon-arrow"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
<div id="social-proof-one" data-section="social-proof-one">
<div className="bg-white p-8 rounded-lg shadow-md flex flex-col items-center text-center">
<img src="/blocks/social-proof/socialProofOne.svg" alt="Social Proof One" className="w-24 h-24 mb-4" />
<h3 className="text-2xl font-bold mb-2">Social Proof One</h3>
<p className="text-gray-600">This section highlights the social proof one aspect of our platform.</p>
</div>
</div>
contentWidth="smallMedium"
sizing="largeSmallSizeLargeTitles"
background="plain"
cardStyle="elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="solid"
<div id="social-proof-one" data-section="social-proof-one">
<div className="bg-white p-8 rounded-lg shadow-md flex flex-col items-center text-center">
<img src="/blocks/social-proof/socialProofOne.svg" alt="Social Proof One" className="w-24 h-24 mb-4" />
<h3 className="text-2xl font-bold mb-2">Social Proof One</h3>
<p className="text-gray-600">This section highlights the social proof one aspect of our platform.</p>
</div>
</div>
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
@@ -33,6 +47,13 @@ export default function LandingPage() {
{ name: "Concerns", id: "concerns" },
{ name: "Science", id: "science" },
<div id="social-proof-one" data-section="social-proof-one">
<div className="bg-white p-8 rounded-lg shadow-md flex flex-col items-center text-center">
<img src="/blocks/social-proof/socialProofOne.svg" alt="Social Proof One" className="w-24 h-24 mb-4" />
<h3 className="text-2xl font-bold mb-2">Social Proof One</h3>
<p className="text-gray-600">This section highlights the social proof one aspect of our platform.</p>
</div>
</div>
{ name: "Experts", id: "experts" },
{ name: "FAQ", id: "faq" }
]}