2 Commits

Author SHA1 Message Date
591dc596fd Update src/app/page.tsx 2026-05-16 04:51:56 +00:00
39775c7616 Merge version_1 into main
Merge version_1 into main
2026-05-16 04:48:06 +00:00

View File

@@ -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">
@@ -184,4 +193,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }