12 Commits

Author SHA1 Message Date
abd28e57da Update src/app/page.tsx 2026-03-02 19:42:24 +00:00
ef667e4d4f Merge version_2 into main
Merge version_2 into main
2026-03-02 19:39:27 +00:00
d6fb500687 Update theme colors 2026-03-02 19:39:21 +00:00
6f97c54259 Merge version_2 into main
Merge version_2 into main
2026-03-02 19:39:15 +00:00
c3ced74fc5 Update theme colors 2026-03-02 19:39:09 +00:00
150cdc1ed9 Merge version_2 into main
Merge version_2 into main
2026-03-02 19:37:06 +00:00
18ba6bdbf1 Update theme colors 2026-03-02 19:36:59 +00:00
d0339d0906 Merge version_2 into main
Merge version_2 into main
2026-03-02 19:32:27 +00:00
4046290bb9 Update src/app/page.tsx 2026-03-02 19:32:22 +00:00
f636f2f43d Merge version_1 into main
Merge version_1 into main
2026-03-02 19:30:49 +00:00
acc91873fa Merge version_1 into main
Merge version_1 into main
2026-03-02 19:29:07 +00:00
10127b4a89 Merge version_1 into main
Merge version_1 into main
2026-03-02 19:27:21 +00:00
2 changed files with 18 additions and 18 deletions

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
description="We create strategic, user-centered digital solutions that transform your vision into compelling brand experiences. From concept to launch, we partner with ambitious companies to deliver exceptional design."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Start Your Project", href: "#contact" },
{ text: "Schedule Your Strategy Session", href: "#contact" },
{ text: "View Our Work", href: "#portfolio" }
]}
layoutOrder="default"
@@ -158,7 +158,7 @@ export default function LandingPage() {
id: "3", name: "Jessica Rodriguez", role: "Founder, Digital Growth", testimonial: "From initial discovery through launch, the process was seamless and professional. They understood our business deeply and created designs that actually drive conversions. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jessica Rodriguez"
},
{
id: "4", name: "David Thompson", role: "VP Product, SaaS Leader", testimonial: "Their expertise in both design and user experience is unmatched. They delivered a product that our users absolutely love. The ROI was immediate and significant.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Thompson"
id: "4", name: "David Thompson", role: "VP Product, SaaS Leader", testimonial: "Their expertise in both design and user experience is unmatched. They delivered a product that our users absolutely love, with a 45% increase in user engagement and reduced bounce rate by 30%. The ROI was immediate and significant.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Thompson"
}
]}
title="Client Love"

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #e3deea;;
--card: #ffffff;;
--foreground: #1f2027;;
--primary-cta: #1f2027;;
--secondary-cta: #ffffff;;
--accent: #627dc6;;
--background-accent: #627dc6;; */
/* --background: #f7f6f7;;;;;
--card: #ffffff;;;;;
--foreground: #0c1325;;;;;
--primary-cta: #0798ff;;;;;
--secondary-cta: #ffffff;;;;;
--accent: #93c7ff;;;;;
--background-accent: #a8cde8;;;;; */
--background: #e3deea;;
--card: #ffffff;;
--foreground: #1f2027;;
--primary-cta: #1f2027;;
--primary-cta-text: #e3deea;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #1f2027;;
--accent: #627dc6;;
--background-accent: #627dc6;;
--background: #f7f6f7;;;;;
--card: #ffffff;;;;;
--foreground: #0c1325;;;;;
--primary-cta: #0798ff;;;;;
--primary-cta-text: #f7f6f7;;;;;
--secondary-cta: #ffffff;;;;;
--secondary-cta-text: #0c1325;;;;;
--accent: #93c7ff;;;;;
--background-accent: #a8cde8;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);