Compare commits
2 Commits
version_9
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 405b284ffa | |||
| 2a9af8ffc0 |
@@ -18,6 +18,10 @@ export default function LandingPage() {
|
|||||||
window.location.href = "mailto:brightlinewebsolutions@gmail.com";
|
window.location.href = "mailto:brightlinewebsolutions@gmail.com";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const handlePrivacyClick = () => {
|
||||||
|
window.location.href = "/privacy";
|
||||||
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-stagger"
|
defaultButtonVariant="text-stagger"
|
||||||
@@ -177,7 +181,7 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="Brightline Web"
|
logoText="Brightline Web"
|
||||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
leftLink={{ text: "Privacy Policy", onClick: handlePrivacyClick }}
|
||||||
rightLink={{ text: "Terms & Conditions", href: "#" }}
|
rightLink={{ text: "Terms & Conditions", href: "#" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user