7 Commits

Author SHA1 Message Date
06e11fcf20 Update src/app/page.tsx 2026-05-16 04:59:48 +00:00
8bebb60538 Update src/app/page.tsx 2026-05-16 04:59:18 +00:00
dd95e9700f Merge version_3 into main
Merge version_3 into main
2026-05-16 04:55:16 +00:00
068f96e2fd Update src/app/page.tsx 2026-05-16 04:55:13 +00:00
8bb6aeb71f Merge version_2 into main
Merge version_2 into main
2026-05-16 04:52:02 +00:00
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

@@ -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" }
@@ -62,8 +62,12 @@ export default function LandingPage() {
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureHoverPattern <FeatureHoverPattern
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="inline-image"
useInvertedBackground={false} useInvertedBackground={false}
titleSegments={[
{ type: "image", src: "http://img.b2bpic.net/free-photo/minimal-design-studio-abstract-composition_23-2148767215.jpg", alt: "service-top-image" },
{ type: "text", content: "Our Specialized Digital Services" }
]}
features={[ features={[
{ icon: Monitor, title: "Web Design", description: "Custom websites tailored to your specific business goals and audience." }, { icon: Monitor, title: "Web Design", description: "Custom websites tailored to your specific business goals and audience." },
{ icon: Zap, title: "Landing Pages", description: "High-conversion landing pages engineered to drive measurable results." }, { icon: Zap, title: "Landing Pages", description: "High-conversion landing pages engineered to drive measurable results." },
@@ -171,7 +175,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">