Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e2009afa49 | |||
| 405b284ffa | |||
| 2a9af8ffc0 | |||
| deecffc695 | |||
| ffd5939632 | |||
| a7e3427d73 | |||
| c08b444f95 | |||
| 246e5d9681 |
@@ -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"
|
||||||
@@ -100,7 +104,7 @@ export default function LandingPage() {
|
|||||||
id: "starter",
|
id: "starter",
|
||||||
badge: "Starter Site",
|
badge: "Starter Site",
|
||||||
price: "$599 Setup / $49 per month",
|
price: "$599 Setup / $49 per month",
|
||||||
subtitle: "Essential foundation for your digital presence",
|
subtitle: "Essential foundation for your digital presence. Monthly billing begins the month after initial purchase (first month included in setup).",
|
||||||
buttons: [{ text: "Inquire", onClick: handleInquireClick }],
|
buttons: [{ text: "Inquire", onClick: handleInquireClick }],
|
||||||
features: ["3-page website", "Mobile-friendly design", "Domain connection", "Hosting included", "2 revision rounds", "Monthly hosting, security, and edits"]
|
features: ["3-page website", "Mobile-friendly design", "Domain connection", "Hosting included", "2 revision rounds", "Monthly hosting, security, and edits"]
|
||||||
},
|
},
|
||||||
@@ -108,7 +112,7 @@ export default function LandingPage() {
|
|||||||
id: "business",
|
id: "business",
|
||||||
badge: "Business Growth",
|
badge: "Business Growth",
|
||||||
price: "$1199 Setup / $89 per month",
|
price: "$1199 Setup / $89 per month",
|
||||||
subtitle: "Scale your impact with professional tools",
|
subtitle: "Scale your impact with professional tools. Monthly billing begins the month after initial purchase (first month included in setup).",
|
||||||
buttons: [{ text: "Inquire", onClick: handleInquireClick }],
|
buttons: [{ text: "Inquire", onClick: handleInquireClick }],
|
||||||
features: ["5-page website", "Modern mobile-friendly design", "Custom branding and colors", "Testimonial section", "Gallery/portfolio section", "FAQ section", "Basic local SEO", "3 revision rounds", "Monthly hosting, small edits, and priority support"]
|
features: ["5-page website", "Modern mobile-friendly design", "Custom branding and colors", "Testimonial section", "Gallery/portfolio section", "FAQ section", "Basic local SEO", "3 revision rounds", "Monthly hosting, small edits, and priority support"]
|
||||||
}
|
}
|
||||||
@@ -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