Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 068f96e2fd | |||
| 8bb6aeb71f | |||
| 591dc596fd | |||
| 39775c7616 |
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
title="Elevating Brands Through Premium Web Design"
|
title="Elevating Brands Through Premium Web Design"
|
||||||
description="Brightline Web crafts high-converting digital experiences that turn visitors into loyal customers. We blend aesthetics with strategy."
|
description="Brightline Web crafts high-converting digital experiences that turn visitors into loyal customers. We blend aesthetics with strategy."
|
||||||
tag="Crafting Premium Digital Growth"
|
tag="Crafting Premium Digital Growth"
|
||||||
buttons={[{ text: "Get Your Free Strategy", href: "#contact" }]}
|
buttons={[{ text: "Get Your Free Strategy - Contact: brightlinewebsolutions@gmail.com", href: "#contact" }]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-cinema-glasses-isolated-white-background_23-2148188109.jpg", imageAlt: "minimalist abstract web design agency" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-cinema-glasses-isolated-white-background_23-2148188109.jpg", imageAlt: "minimalist abstract web design agency" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-effect_23-2148898156.jpg", imageAlt: "minimalist abstract web design agency" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-effect_23-2148898156.jpg", imageAlt: "minimalist abstract web design agency" }
|
||||||
@@ -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