From a18b726fc367f0d218c6685548dd5b44a8245311 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:59:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 351 +++++++---------------------------------------- 1 file changed, 51 insertions(+), 300 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e19ebf0..d08649e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -177,36 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "s1", - label: "Design", - title: "Corporate UI/UX", - items: [ - "Design Systems", - "Conversion Strategy", - "User Journey Mapping", - ], - }, - { - id: "s2", - label: "Development", - title: "High-End Code", - items: [ - "Next.js Performance", - "Robust Architecture", - "Responsive Systems", - ], - }, - { - id: "s3", - label: "Strategy", - title: "Brand Identity", - items: [ - "Positioning", - "Visual Guidelines", - "Art Direction", - ], - }, + { id: "s1", label: "Design", title: "Corporate UI/UX", items: ["Design Systems", "Conversion Strategy", "User Journey Mapping"] }, + { id: "s2", label: "Development", title: "High-End Code", items: ["Next.js Performance", "Robust Architecture", "Responsive Systems"] }, + { id: "s3", label: "Strategy", title: "Brand Identity", items: ["Positioning", "Visual Guidelines", "Art Direction"] } ]} title="Core Design Expertise" description="Comprehensive design solutions tailored to scale your enterprise business efficiently." @@ -215,52 +99,17 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1