From 2bc94ca4e2120a3801859867f99f452613c14cef Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:21:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 ++++++++++------------------------------------- 1 file changed, 46 insertions(+), 169 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e185e0..4ff63fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,21 +34,13 @@ export default function LandingPage() { @@ -60,13 +52,9 @@ export default function LandingPage() { description="Transforming brands into global icons through bespoke social strategy, aesthetic content, and performance-led management." buttons={[ { - text: "Start Growth", - href: "#contact", - }, + text: "Start Growth", href: "#contact"}, { - text: "View Portfolio", - href: "#features", - }, + text: "View Portfolio", href: "#features"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg" @@ -95,32 +83,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Bespoke Content Strategy", - tags: [ - "Creative", - "Strategy", - ], - imageSrc: "http://img.b2bpic.net/free-photo/strategy-business-plan-development-concept_53876-125028.jpg", - }, + id: "f1", title: "Bespoke Content Strategy", tags: [ + "Creative", "Strategy"], + imageSrc: "http://img.b2bpic.net/free-photo/strategy-business-plan-development-concept_53876-125028.jpg"}, { - id: "f2", - title: "Influencer Ecosystems", - tags: [ - "Collab", - "Scale", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photos-her-business-with-kitchenware_23-2149060794.jpg", - }, + id: "f2", title: "Influencer Ecosystems", tags: [ + "Collab", "Scale"], + imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photos-her-business-with-kitchenware_23-2149060794.jpg"}, { - id: "f3", - title: "Precision Performance Analytics", - tags: [ - "Data", - "ROI", - ], - imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-caucasian-man-virtual-reality-vr-headset-is-presumably-gamer-hacker-cracking-code-into-secure-network-server-with-lines-code_146671-18936.jpg", - }, + id: "f3", title: "Precision Performance Analytics", tags: [ + "Data", "ROI"], + imageSrc: "http://img.b2bpic.net/free-photo/double-exposure-caucasian-man-virtual-reality-vr-headset-is-presumably-gamer-hacker-cracking-code-into-secure-network-server-with-lines-code_146671-18936.jpg"}, ]} title="Elite Service Suites" description="Comprehensive solutions for ambitious brands." @@ -129,30 +102,19 @@ export default function LandingPage() {
@@ -294,20 +197,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "faq1", - title: "How long until I see results?", - content: "Strategy and growth are long-term plays. Clients typically see foundational metrics shift in 3-6 months.", - }, + id: "faq1", title: "How long until I see results?", content: "Strategy and growth are long-term plays. Clients typically see foundational metrics shift in 3-6 months."}, { - id: "faq2", - title: "Which platforms do you manage?", - content: "We specialize in Instagram, TikTok, LinkedIn, and Pinterest—where aesthetics drive the conversion.", - }, + id: "faq2", title: "Which platforms do you manage?", content: "We specialize in Instagram, TikTok, LinkedIn, and Pinterest—where aesthetics drive the conversion."}, { - id: "faq3", - title: "Do you offer content production?", - content: "Yes, we have an in-house studio for high-end photography and videography for all retainer clients.", - }, + id: "faq3", title: "Do you offer content production?", content: "Yes, we have an in-house studio for high-end photography and videography for all retainer clients."}, ]} title="Common Questions" description="Clarifying our process and partnership details." @@ -319,16 +213,13 @@ export default function LandingPage() {
@@ -339,41 +230,27 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#features", - }, + label: "Services", href: "#features"}, { - label: "Results", - href: "#metrics", - }, + label: "Results", href: "#metrics"}, { - label: "Portfolio", - href: "#socialProof", - }, + label: "Portfolio", href: "#socialProof"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Apply", - href: "#contact", - }, + label: "Apply", href: "#contact"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}