Edit: [Block: social-proof-one|Social Proof One|/blocks/social-proof/socialProofOne.sv
This commit is contained in:
@@ -18,42 +18,21 @@ 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">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Brain Freedom"
|
||||
navItems={[
|
||||
|
||||
|
||||
{ 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" }
|
||||
]}
|
||||
@@ -77,6 +56,24 @@ export default function LandingPage() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof-two" data-section="social-proof-two">
|
||||
<div className="container mx-auto px-4 py-16 text-center">
|
||||
<h2 className="text-4xl font-bold mb-8">Social Proof One</h2>
|
||||
<p className="text-lg text-gray-600">This section will showcase social proof, such as testimonials, reviews, or endorsements.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="social-proof-one" data-section="social-proof-one">
|
||||
<div className="container mx-auto px-4 py-16 text-center">
|
||||
<h2 className="text-4xl font-bold mb-8">Social Proof One</h2>
|
||||
<p className="text-lg text-gray-600">This section will showcase social proof, such as testimonials, reviews, or endorsements.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div id="social-proof-one" data-section="social-proof-one">
|
||||
<div className="container mx-auto px-4 py-16 text-center">
|
||||
<h2 className="text-4xl font-bold mb-8">Social Proof One</h2>
|
||||
<p className="text-lg text-gray-600">This section will showcase social proof, such as testimonials, reviews, or endorsements.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="concerns" data-section="concerns">
|
||||
<FeatureProcessSteps
|
||||
|
||||
Reference in New Issue
Block a user