7 Commits

Author SHA1 Message Date
6c454b4456 Merge version_3 into main
Merge version_3 into main
2026-03-04 00:25:50 +00:00
0d0207536f Update theme colors 2026-03-04 00:25:43 +00:00
2d831a4457 Merge version_3 into main
Merge version_3 into main
2026-03-04 00:25:27 +00:00
a10140c5db Update theme colors 2026-03-04 00:25:21 +00:00
2ef10ccd9c Merge version_3 into main
Merge version_3 into main
2026-03-04 00:23:12 +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}
buttons={[
{ text: "Get Your Free Website Audit", href: "contact" },
{ text: "Start Your Project", href: "contact" },
{ text: "View Our Work", href: "portfolio" }
]}
buttonAnimation="slide-up"
@@ -73,9 +73,9 @@ export default function LandingPage() {
<AboutMetric
title="Proven expertise in delivering web experiences that matter. We've helped businesses across industries succeed in the digital space."
metrics={[
{ icon: TrendingUp, label: "Average ROI Increase", value: "40%" },
{ icon: Award, label: "Projects Completed", value: "150+" },
{ icon: Users, label: "Happy Clients", value: "120+" },
{ icon: TrendingUp, label: "Average ROI Increase", value: "40%" },
{ icon: Globe, label: "Global Reach", value: "25 Countries" }
]}
metricsAnimation="blur-reveal"

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #f9f9f9;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;; */
/* --background: #ffffff;;;;
--card: #f9f9f9;;;;
--foreground: #000612e6;;;;
--primary-cta: #15479c;;;;
--secondary-cta: #f9f9f9;;;;
--accent: #e2e2e2;;;;
--background-accent: #c4c4c4;;;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #120a00e6;;
--primary-cta: #ff8c42;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #120a00e6;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #ffffff;;;;
--card: #f9f9f9;;;;
--foreground: #000612e6;;;;
--primary-cta: #15479c;;;;
--primary-cta-text: #ffffff;;;;
--secondary-cta: #f9f9f9;;;;
--secondary-cta-text: #000612e6;;;;
--accent: #e2e2e2;;;;
--background-accent: #c4c4c4;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);