4 Commits

Author SHA1 Message Date
0d0207536f Update theme colors 2026-03-04 00:25:43 +00:00
a10140c5db Update theme colors 2026-03-04 00:25:21 +00:00
55a097fbd2 Update src/app/page.tsx 2026-03-04 00:23:08 +00:00
10cb82ecb3 Merge version_2 into main
Merge version_2 into main
2026-03-04 00:21:11 +00:00
2 changed files with 18 additions and 18 deletions

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
buttons={[ buttons={[
{ text: "Get Your Free Website Audit", href: "contact" }, { text: "Start Your Project", href: "contact" },
{ text: "View Our Work", href: "portfolio" } { text: "View Our Work", href: "portfolio" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -73,9 +73,9 @@ export default function LandingPage() {
<AboutMetric <AboutMetric
title="Proven expertise in delivering web experiences that matter. We've helped businesses across industries succeed in the digital space." title="Proven expertise in delivering web experiences that matter. We've helped businesses across industries succeed in the digital space."
metrics={[ metrics={[
{ icon: TrendingUp, label: "Average ROI Increase", value: "40%" },
{ icon: Award, label: "Projects Completed", value: "150+" }, { icon: Award, label: "Projects Completed", value: "150+" },
{ icon: Users, label: "Happy Clients", value: "120+" }, { icon: Users, label: "Happy Clients", value: "120+" },
{ icon: TrendingUp, label: "Average ROI Increase", value: "40%" },
{ icon: Globe, label: "Global Reach", value: "25 Countries" } { icon: Globe, label: "Global Reach", value: "25 Countries" }
]} ]}
metricsAnimation="blur-reveal" metricsAnimation="blur-reveal"

View File

@@ -2,23 +2,23 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;; /* --background: #ffffff;;;;
--card: #f9f9f9;; --card: #f9f9f9;;;;
--foreground: #120a00e6;; --foreground: #000612e6;;;;
--primary-cta: #ff8c42;; --primary-cta: #15479c;;;;
--secondary-cta: #f9f9f9;; --secondary-cta: #f9f9f9;;;;
--accent: #e2e2e2;; --accent: #e2e2e2;;;;
--background-accent: #c4c4c4;; */ --background-accent: #c4c4c4;;;; */
--background: #ffffff;; --background: #ffffff;;;;
--card: #f9f9f9;; --card: #f9f9f9;;;;
--foreground: #120a00e6;; --foreground: #000612e6;;;;
--primary-cta: #ff8c42;; --primary-cta: #15479c;;;;
--primary-cta-text: #ffffff;; --primary-cta-text: #ffffff;;;;
--secondary-cta: #f9f9f9;; --secondary-cta: #f9f9f9;;;;
--secondary-cta-text: #120a00e6;; --secondary-cta-text: #000612e6;;;;
--accent: #e2e2e2;; --accent: #e2e2e2;;;;
--background-accent: #c4c4c4;; --background-accent: #c4c4c4;;;;
/* 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);