Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9cdc191e5e | |||
| 0a7251a086 | |||
| 74e53bfa37 | |||
| 35c20dd767 |
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
|||||||
{ src: "https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg", alt: "Design lead" }
|
{ src: "https://img.b2bpic.net/free-photo/team-diverse-coworkers-modern-office-discuss-their-project-together_93675-133516.jpg", alt: "Design lead" }
|
||||||
]}
|
]}
|
||||||
avatarText="Trusted by 200+ clients"
|
avatarText="Trusted by 200+ clients"
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/copy-space-colourful-abstract-background_23-2148227075.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/empty-floor-front-modern-building_1127-3154.jpg?id=1242858"
|
||||||
imageAlt="Modern workspace with digital design tools"
|
imageAlt="Modern workspace with digital design tools"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
|||||||
title: "Research & Strategy",
|
title: "Research & Strategy",
|
||||||
subtitle: "Understanding Your Vision",
|
subtitle: "Understanding Your Vision",
|
||||||
description: "We conduct comprehensive research and strategic planning to understand your goals, target audience, and market landscape.",
|
description: "We conduct comprehensive research and strategic planning to understand your goals, target audience, and market landscape.",
|
||||||
imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg",
|
imageSrc: "https://img.b2bpic.net/free-photo/empty-floor-front-modern-building_1127-3154.jpg?id=1242858",
|
||||||
imageAlt: "Research and strategy phase"
|
imageAlt: "Research and strategy phase"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,22 +3,22 @@
|
|||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f7f6f7;;
|
/* --background: #f7f6f7;;
|
||||||
--card: #ffffff;;
|
--card: rgba(255, 255, 255, 0.7);;
|
||||||
--foreground: #0a1f3f;;
|
--foreground: #0a1f3f;;
|
||||||
--primary-cta: #0a1f3f;;
|
--primary-cta: rgba(10, 31, 63, 0.8);;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: rgba(255, 255, 255, 0.9);;
|
||||||
--accent: #4a90e2;;
|
--accent: #2ecc71;;
|
||||||
--background-accent: #a8c5e8;; */
|
--background-accent: rgba(168, 197, 232, 0.6);; */
|
||||||
|
|
||||||
--background: #f0f4f9;;
|
--background: #f0f4f9;;
|
||||||
--card: #ffffff;;
|
--card: rgba(255, 255, 255, 0.7);;
|
||||||
--foreground: #0a1f3f;;
|
--foreground: #0a1f3f;;
|
||||||
--primary-cta: #0a1f3f;;
|
--primary-cta: rgba(10, 31, 63, 0.8);;
|
||||||
--primary-cta-text: #f7f6f7;;
|
--primary-cta-text: #f7f6f7;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: rgba(255, 255, 255, 0.9);;
|
||||||
--secondary-cta-text: #1b0c25;;
|
--secondary-cta-text: #1b0c25;;
|
||||||
--accent: #4a90e2;;
|
--accent: #2ecc71;;
|
||||||
--background-accent: #a8c5e8;;
|
--background-accent: rgba(168, 197, 232, 0.6);;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user