Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "Pricing", id: "pricing"},
|
name: "Pricing", id: "pricing"},
|
||||||
]}
|
]}
|
||||||
brandName="ProMind"
|
brandName="ProMind with Hisham"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -249,8 +249,8 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Book Your Session"
|
title="Book Your Session with ProMind by Hisham"
|
||||||
description="Ready to master your body and mind? Get in touch with our team today for a personalized consultation."
|
description="Ready to master your body and mind? Get in touch with our team today for a personalized consultation with Coach Hisham."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name"},
|
name: "name", type: "text", placeholder: "Your Name"},
|
||||||
@@ -269,7 +269,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="ProMind"
|
logoText="ProMind by Hisham"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
@@ -302,10 +302,10 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2026 ProMind. All Rights Reserved."
|
copyrightText="© 2026 ProMind by Hisham. All Rights Reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user