17 Commits

Author SHA1 Message Date
b2d24bdebf Merge version_10 into main
Merge version_10 into main
2026-03-02 12:37:14 +00:00
1ea0f0ab33 Update src/app/styles/variables.css 2026-03-02 12:37:10 +00:00
9ceea06d6e Update src/app/page.tsx 2026-03-02 12:37:09 +00:00
707ecab1d2 Update src/app/layout.tsx 2026-03-02 12:37:08 +00:00
60a571cdb5 Merge version_8 into main
Merge version_8 into main
2026-03-02 12:25:56 +00:00
781748dec8 Update src/app/styles/variables.css 2026-03-02 12:25:52 +00:00
de238e999e Update src/app/page.tsx 2026-03-02 12:25:51 +00:00
461aa93482 Update src/app/layout.tsx 2026-03-02 12:25:50 +00:00
6da8ad8a9e Merge version_7 into main
Merge version_7 into main
2026-03-02 12:23:27 +00:00
4c837fcd91 Update src/app/styles/variables.css 2026-03-02 12:23:23 +00:00
e7154d9839 Merge version_6 into main
Merge version_6 into main
2026-03-02 12:04:12 +00:00
776935bc3b Update src/app/page.tsx 2026-03-02 12:04:08 +00:00
075eed9214 Merge version_5 into main
Merge version_5 into main
2026-03-02 12:01:55 +00:00
af835d1d31 Update src/app/page.tsx 2026-03-02 12:01:51 +00:00
9464aad428 Merge version_4 into main
Merge version_4 into main
2026-03-02 11:43:27 +00:00
e6f359c630 Update src/app/page.tsx 2026-03-02 11:43:22 +00:00
cc7e3b55a1 Merge version_3 into main
Merge version_3 into main
2026-03-02 11:41:29 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -41,7 +41,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardDashboard
title="Creative Design Solutions"
title="Transform Your Brand Into Market Leader"
description="We craft beautiful, purposeful digital experiences that transform brands and engage audiences. Beli specializes in strategic design that drives results."
tag="Design Agency"
tagIcon={Sparkles}
@@ -98,7 +98,7 @@ export default function LandingPage() {
<TextSplitAbout
title="About Beli"
description={[
"Beli is a full-service design agency with 200+ brands transformed across diverse sectors and 10+ years of industry experience, maintaining 98% client satisfaction. We are dedicated to creating transformative digital experiences that go beyond aesthetics—solving problems, telling stories, and building meaningful connections between brands and their audiences.", "With a team of experienced designers, strategists, and creatives, we partner with forward-thinking companies to bring their vision to life. Our approach combines research-driven insights with innovative thinking to deliver solutions that are both beautiful and effective.", "From concept to launch, we're committed to excellence at every stage of the creative process, leveraging our proven track record to establish ourselves as trusted partners in strategic design innovation."
"With 98% client satisfaction and 200+ brands transformed, Beli is a full-service design agency delivering transformative digital experiences across diverse sectors.", "Our team of experienced designers, strategists, and creatives partner with forward-thinking companies to bring vision to life. We combine research-driven insights with innovative thinking to deliver solutions that are both beautiful and effective."
]}
buttons={[
{ text: "Get in Touch", href: "contact" }

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000612e6;;
--primary-cta: #15479c;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
--card: #f5f5f5;;
--foreground: #1a1a1a;;
--primary-cta: #ffb81c;;
--secondary-cta: #000000;;
--accent: #ffd54f;;
--background-accent: #ffe082;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000612e6;;
--primary-cta: #15479c;;
--card: #f5f5f5;;
--foreground: #1a1a1a;;
--primary-cta: #dc2626;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #000612e6;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--secondary-cta: #16a34a;;
--secondary-cta-text: #ffffff;;
--accent: #ffd54f;;
--background-accent: #ffe082;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -214,4 +214,4 @@
--height-140: 126vw;
--height-150: 135vw;
}
}
}