Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26fd24fae4 | |||
| 4365407e45 | |||
| d36297a62b | |||
| 9a6da463ea | |||
| e893b00127 |
@@ -88,9 +88,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{ id: "s1", label: "Design", title: "Corporate UI/UX", items: ["Design Systems", "Conversion Strategy", "User Journey Mapping"] },
|
{ id: "s1", label: "Design", title: "Corporate UI/UX", items: ["Design Systems", "Conversion Strategy", "User Journey Mapping"], buttons: [{ text: "Learn More", href: "#" }] },
|
||||||
{ id: "s2", label: "Development", title: "High-End Code", items: ["Next.js Performance", "Robust Architecture", "Responsive Systems"] },
|
{ id: "s2", label: "Development", title: "High-End Code", items: ["Next.js Performance", "Robust Architecture", "Responsive Systems"], buttons: [{ text: "Learn More", href: "#" }] },
|
||||||
{ id: "s3", label: "Strategy", title: "Brand Identity", items: ["Positioning", "Visual Guidelines", "Art Direction"] }
|
{ id: "s3", label: "Strategy", title: "Brand Identity", items: ["Positioning", "Visual Guidelines", "Art Direction"], buttons: [{ text: "Learn More", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
title="Core Design Expertise"
|
title="Core Design Expertise"
|
||||||
description="Comprehensive design solutions tailored to scale your enterprise business efficiently."
|
description="Comprehensive design solutions tailored to scale your enterprise business efficiently."
|
||||||
|
|||||||
Reference in New Issue
Block a user