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