23 Commits

Author SHA1 Message Date
cd0491d758 Update src/app/page.tsx 2026-05-16 05:18:12 +00:00
734a16698f Update theme fonts 2026-05-16 05:12:41 +00:00
fc37cd0262 Update theme fonts 2026-05-16 05:12:41 +00:00
bac29292d2 Update theme fonts 2026-05-16 05:12:28 +00:00
bbd7d5151f Update theme fonts 2026-05-16 05:12:27 +00:00
447a8349de Update src/app/page.tsx 2026-05-16 05:10:43 +00:00
286744618a Merge version_5 into main
Merge version_5 into main
2026-05-16 05:09:45 +00:00
5f1da49bd1 Update src/app/page.tsx 2026-05-16 05:09:39 +00:00
2b1df397ff Merge version_5 into main
Merge version_5 into main
2026-05-16 05:08:28 +00:00
0a84e8feee Update src/app/page.tsx 2026-05-16 05:08:25 +00:00
f680da3be7 Merge version_5 into main
Merge version_5 into main
2026-05-16 05:05:20 +00:00
6f8d5320e3 Update src/app/page.tsx 2026-05-16 05:05:14 +00:00
b0b546ecde Merge version_5 into main
Merge version_5 into main
2026-05-16 05:03:08 +00:00
18c87fe674 Update src/app/page.tsx 2026-05-16 05:03:02 +00:00
1585eeac85 Merge version_4 into main
Merge version_4 into main
2026-05-16 04:59:54 +00:00
06e11fcf20 Update src/app/page.tsx 2026-05-16 04:59:48 +00:00
cf215c83ef Merge version_4 into main
Merge version_4 into main
2026-05-16 04:59:22 +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
3 changed files with 47 additions and 18 deletions

View File

@@ -6,6 +6,8 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google"; import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
@@ -25,7 +27,17 @@ export const metadata: Metadata = {
}, },
}; };
const manrope = Manrope({ variable: "--font-manrope", subsets: ["latin"] });
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export default function RootLayout({ export default function RootLayout({
children, children,
@@ -35,7 +47,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${manrope.variable} antialiased`}> <body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
{children} {children}
<script <script

View File

@@ -15,6 +15,10 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { Monitor, Palette, Zap } from "lucide-react"; import { Monitor, Palette, Zap } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
const handleInquireClick = () => {
window.location.href = "mailto:brightlinewebsolutions@gmail.com";
};
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="text-stagger"
@@ -48,10 +52,10 @@ 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", onClick: handleInquireClick }]}
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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dn41einsengmZoxwP3uYGIRn4w/tmp/a-professional-website-on-a-computer-wit-1778908537836-a8bbc78f.png", 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: "https://img.b2bpic.net/free-photo/businessman-pointing-his-presentation-futuristic-digital-screen_53876-102617.jpg?id=15556741", imageAlt: "minimalist abstract web design agency" }
]} ]}
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
rating={5} rating={5}
@@ -62,8 +66,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." },
@@ -81,12 +89,12 @@ export default function LandingPage() {
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Tech Startup Platform", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-psd/computer-repair-template-design_23-2151454615.jpg" }, { id: "p1", name: "Tech Startup Platform", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-psd/computer-repair-template-design_23-2151454615.jpg" },
{ id: "p2", name: "Luxury Retail Experience", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-vector/vintage-vaporwave-background_23-2148872602.jpg" }, { id: "p2", name: "Luxury Retail Experience", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-vector/vintage-vaporwave-background_23-2148872602.jpg" },
{ id: "p3", name: "Digital SaaS Identity", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-vases-with-decorative-branches-soft-lighting_24972-3108.jpg" }, { id: "p3", name: "Digital SaaS Identity", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-vases-with-decorative-branches-soft-lighting_24972-3108.jpg" },
{ id: "p4", name: "Professional Service Hub", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/feedback-review-good-service-4-star-icon-symbol-concept-yellow-background-3d-illustration_56104-1566.jpg" }, { id: "p4", name: "Professional Service Hub", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/feedback-review-good-service-4-star-icon-symbol-concept-yellow-background-3d-illustration_56104-1566.jpg" },
{ id: "p5", name: "Fitness Brand Portal", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-business-landing-page-template_23-2149928631.jpg" }, { id: "p5", name: "Fitness Brand Portal", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-business-landing-page-template_23-2149928631.jpg" },
{ id: "p6", name: "Creative Agency Portfolio", price: "View Case Study", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aluminum-tubes-half-used_23-2150919848.jpg" } { id: "p6", name: "Creative Agency Portfolio", price: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/close-up-aluminum-tubes-half-used_23-2150919848.jpg" }
]} ]}
title="Selected Project Work" title="Selected Project Work"
description="A glimpse into our recent design work for high-growth brands." description="A glimpse into our recent design work for high-growth brands."
@@ -110,15 +118,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "starter", badge: "Essential", price: "$3,500", subtitle: "For small businesses starting out", buttons: [{ text: "Inquire" }], id: "starter", badge: "Essential", price: "$600", subtitle: "For small businesses starting out", buttons: [{ text: "Inquire", onClick: handleInquireClick }],
features: ["Custom Landing Page", "Responsive Layout", "Basic SEO Optimization"] features: ["Custom Landing Page", "Responsive Layout", "Basic SEO Optimization"]
}, },
{ {
id: "growth", badge: "Popular", price: "$7,500", subtitle: "For established brands scaling up", buttons: [{ text: "Inquire" }], id: "growth", badge: "Popular", price: "$1000", subtitle: "For established brands scaling up", buttons: [{ text: "Inquire", onClick: handleInquireClick }],
features: ["Full Website Design", "Content Strategy", "Advanced SEO Setup", "Speed Optimization"] features: ["Full Website Design", "Content Strategy", "Advanced SEO Setup", "Speed Optimization"]
}, },
{ {
id: "enterprise", badge: "Custom", price: "Custom", subtitle: "For ambitious enterprise needs", buttons: [{ text: "Get a Quote" }], id: "enterprise", badge: "Pro ", price: "Pro ", subtitle: "For ambitious enterprise needs", buttons: [{ text: "Get a Quote", onClick: handleInquireClick }],
features: ["Full Identity Systems", "Enterprise Architecture", "Ongoing Maintenance", "Direct Support"] features: ["Full Identity Systems", "Enterprise Architecture", "Ongoing Maintenance", "Direct Support"]
} }
]} ]}
@@ -171,7 +179,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={handleInquireClick}
/> />
<div className="flex flex-wrap gap-4 justify-center py-8">
<button onClick={handleInquireClick} className="bg-primary-cta text-primary-cta-text px-6 py-3 rounded-full font-medium hover:opacity-90 transition-opacity">
Email Us
</button>
<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">

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-manrope), sans-serif; font-family: var(--font-inter), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-manrope), sans-serif; font-family: var(--font-libre-baskerville), serif;
} }