17 Commits

Author SHA1 Message Date
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
2a2cf57b57 Update src/app/page.tsx 2026-03-02 11:41:25 +00:00
b9c84e6ea2 Merge version_2 into main
Merge version_2 into main
2026-03-02 11:39:15 +00:00
8c477f53db Update src/app/page.tsx 2026-03-02 11:39:11 +00:00
dfd5d728ee Merge version_1 into main
Merge version_1 into main
2026-03-02 11:35:19 +00:00
3 changed files with 17 additions and 17 deletions

View File

@@ -1419,4 +1419,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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 dedicated to creating transformative digital experiences. We believe that exceptional design goes beyond aesthetics—it solves problems, tells stories, and builds 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."
"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" }
@@ -238,4 +238,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

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: #ffb81c;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta: #000000;;
--secondary-cta-text: #000612e6;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--accent: #ffd54f;;
--background-accent: #ffe082;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);