diff --git a/src/app/page.tsx b/src/app/page.tsx index b5b9679..de8f1cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,41 +44,26 @@ export default function LandingPage() {
@@ -98,38 +75,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Brand Identity", - author: "Prolance", - description: "Building iconic visual systems that stand the test of time.", - tags: [ - "identity", - "strategy", - ], - imageSrc: "http://img.b2bpic.net/free-photo/black-white-background_23-2150530947.jpg", - }, + id: "f1", title: "Brand Identity", author: "Prolance", description: "Building iconic visual systems that stand the test of time.", tags: [ + "identity", "strategy"], + imageSrc: "http://img.b2bpic.net/free-photo/black-white-background_23-2150530947.jpg"}, { - id: "f2", - title: "Motion Graphics", - author: "Prolance", - description: "Bringing static visions to life with kinetic precision.", - tags: [ - "motion", - "3d", - ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627914.jpg", - }, + id: "f2", title: "Motion Graphics", author: "Prolance", description: "Bringing static visions to life with kinetic precision.", tags: [ + "motion", "3d"], + imageSrc: "http://img.b2bpic.net/free-photo/abstract-light-painting-dark_23-2149627914.jpg"}, { - id: "f3", - title: "UI/UX Architecture", - author: "Prolance", - description: "Digital interfaces engineered for the high-end experience.", - tags: [ - "ux", - "ui", - ], - imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160275.jpg", - }, + id: "f3", title: "UI/UX Architecture", author: "Prolance", description: "Digital interfaces engineered for the high-end experience.", tags: [ + "ux", "ui"], + imageSrc: "http://img.b2bpic.net/free-photo/business-network-background-connecting-dots-technology-design_53876-160275.jpg"}, ]} title="Core Capabilities" description="We blend high-status aesthetics with functional intelligence." @@ -138,46 +94,23 @@ export default function LandingPage() {
@@ -225,14 +143,11 @@ export default function LandingPage() { @@ -242,29 +157,19 @@ export default function LandingPage() { logoText="PROLANCE STUDIO" columns={[ { - title: "Agency", - items: [ + title: "Agency", items: [ { - label: "About", - href: "#", - }, + label: "About", href: "#"}, { - label: "Vault", - href: "#vault", - }, + label: "Vault", href: "#vault"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Email", - href: "mailto:hello@prolance.studio", - }, + label: "Email", href: "mailto:hello@prolance.studio"}, { - label: "Twitter", - href: "#", - }, + label: "Twitter", href: "#"}, ], }, ]}