Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b2d24bdebf | |||
| 1ea0f0ab33 | |||
| 9ceea06d6e | |||
| 707ecab1d2 | |||
| 60a571cdb5 | |||
| 781748dec8 | |||
| de238e999e | |||
| 461aa93482 | |||
| 6da8ad8a9e | |||
| 4c837fcd91 | |||
| e7154d9839 | |||
| 776935bc3b | |||
| 075eed9214 | |||
| af835d1d31 | |||
| 9464aad428 | |||
| e6f359c630 | |||
| cc7e3b55a1 | |||
| 2a2cf57b57 | |||
| b9c84e6ea2 |
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardDashboard
|
<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."
|
description="We craft beautiful, purposeful digital experiences that transform brands and engage audiences. Beli specializes in strategic design that drives results."
|
||||||
tag="Design Agency"
|
tag="Design Agency"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="About Beli"
|
title="About Beli"
|
||||||
description={[
|
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.", "Our 10+ years of industry experience have enabled us to transform 200+ brands across diverse sectors, establishing us 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={[
|
buttons={[
|
||||||
{ text: "Get in Touch", href: "contact" }
|
{ text: "Get in Touch", href: "contact" }
|
||||||
|
|||||||
@@ -3,22 +3,22 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #ffffff;;
|
/* --background: #ffffff;;
|
||||||
--card: #f9f9f9;;
|
--card: #f5f5f5;;
|
||||||
--foreground: #000612e6;;
|
--foreground: #1a1a1a;;
|
||||||
--primary-cta: #15479c;;
|
--primary-cta: #ffb81c;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #000000;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #ffd54f;;
|
||||||
--background-accent: #c4c4c4;; */
|
--background-accent: #ffe082;; */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #ffffff;;
|
||||||
--card: #f9f9f9;;
|
--card: #f5f5f5;;
|
||||||
--foreground: #000612e6;;
|
--foreground: #1a1a1a;;
|
||||||
--primary-cta: #15479c;;
|
--primary-cta: #dc2626;;
|
||||||
--primary-cta-text: #ffffff;;
|
--primary-cta-text: #ffffff;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #16a34a;;
|
||||||
--secondary-cta-text: #000612e6;;
|
--secondary-cta-text: #ffffff;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #ffd54f;;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #ffe082;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user