Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 668c6b1ddd | |||
| abd28e57da | |||
| ef667e4d4f | |||
| d6fb500687 | |||
| 6f97c54259 | |||
| c3ced74fc5 | |||
| 150cdc1ed9 | |||
| 18ba6bdbf1 | |||
| d0339d0906 | |||
| 4046290bb9 | |||
| f636f2f43d | |||
| acc91873fa | |||
| 10127b4a89 |
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user