Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 591dc596fd | |||
| 39775c7616 |
@@ -171,7 +171,16 @@ export default function LandingPage() {
|
|||||||
inputPlaceholder="Your business email"
|
inputPlaceholder="Your business email"
|
||||||
buttonText="Get Started"
|
buttonText="Get Started"
|
||||||
tag="Let's Talk"
|
tag="Let's Talk"
|
||||||
|
onSubmit={(email: string) => {}}
|
||||||
/>
|
/>
|
||||||
|
<div className="flex flex-wrap gap-4 justify-center py-8">
|
||||||
|
<a href="mailto:brightlinewebsolutions@gmail.com" className="bg-primary-cta text-primary-cta-text px-6 py-3 rounded-full font-medium hover:opacity-90 transition-opacity">
|
||||||
|
Email Us
|
||||||
|
</a>
|
||||||
|
<a href="tel:3233243186" className="bg-secondary-cta text-secondary-cta-text px-6 py-3 rounded-full font-medium hover:opacity-90 transition-opacity border border-accent">
|
||||||
|
Call: 323-324-3186
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user