Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c454b4456 | |||
| 0d0207536f | |||
| 2d831a4457 | |||
| a10140c5db | |||
| 2ef10ccd9c | |||
| 55a097fbd2 | |||
| 10cb82ecb3 |
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user