Merge version_2 into main #2
@@ -171,7 +171,16 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Your business email"
|
||||
buttonText="Get Started"
|
||||
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 id="footer" data-section="footer">
|
||||
@@ -184,4 +193,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user