diff --git a/src/app/page.tsx b/src/app/page.tsx index d71af75..925881c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,119 +46,38 @@ export default function LandingPage() {
@@ -175,14 +86,10 @@ export default function LandingPage() { useInvertedBackground={true} title="Precision social media strategy." description={[ - "Nexus is not just another agency. We are a collective of strategists, creators, and data experts committed to pushing the boundaries of digital narrative.", - "Through meticulous planning and high-impact storytelling, we ensure your brand doesn't just join the conversation—it leads it.", - ]} + "Nexus is not just another agency. We are a collective of strategists, creators, and data experts committed to pushing the boundaries of digital narrative.", "Through meticulous planning and high-impact storytelling, we ensure your brand doesn't just join the conversation—it leads it."]} buttons={[ { - text: "Our Approach", - href: "#features", - }, + text: "Our Approach", href: "#features"}, ]} /> @@ -194,82 +101,34 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Social Strategy", - description: "Deep audit and comprehensive roadmap for long-term growth.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-dslr-camera-body_482257-122591.jpg?_wi=3", - imageAlt: "Social Strategy", - }, + id: "1", title: "Social Strategy", description: "Deep audit and comprehensive roadmap for long-term growth.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-dslr-camera-body_482257-122591.jpg", imageAlt: "Social Strategy"}, items: [ - { - icon: CheckCircle, - text: "Custom roadmap", - }, - { - icon: CheckCircle, - text: "Competitor research", - }, - { - icon: CheckCircle, - text: "Growth metrics", - }, + { icon: CheckCircle, text: "Custom roadmap" }, + { icon: CheckCircle, text: "Competitor research" }, + { icon: CheckCircle, text: "Growth metrics" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-dslr-camera-body_482257-122591.jpg?_wi=4", - imageAlt: "creative agency workspace dark aesthetic", + reverse: false }, { - id: "2", - title: "Premium Production", - description: "High-fidelity content production that speaks to your brand aesthetic.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/full-frame-colorful-color-mix-natural-bath-bomb_23-2148163140.jpg?_wi=3", - imageAlt: "Production", - }, + id: "2", title: "Premium Production", description: "High-fidelity content production that speaks to your brand aesthetic.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/full-frame-colorful-color-mix-natural-bath-bomb_23-2148163140.jpg", imageAlt: "Production"}, items: [ - { - icon: CheckCircle, - text: "Professional photography", - }, - { - icon: CheckCircle, - text: "Short-form video", - }, - { - icon: CheckCircle, - text: "Graphic branding", - }, + { icon: CheckCircle, text: "Professional photography" }, + { icon: CheckCircle, text: "Short-form video" }, + { icon: CheckCircle, text: "Graphic branding" }, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/full-frame-colorful-color-mix-natural-bath-bomb_23-2148163140.jpg?_wi=4", - imageAlt: "digital art abstract creative", + reverse: true }, { - id: "3", - title: "Community Growth", - description: "Strategic engagement that turns followers into brand advocates.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27379.jpg?_wi=3", - imageAlt: "Community", - }, + id: "3", title: "Community Growth", description: "Strategic engagement that turns followers into brand advocates.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27379.jpg", imageAlt: "Community"}, items: [ - { - icon: CheckCircle, - text: "Engagement strategy", - }, - { - icon: CheckCircle, - text: "Influencer relations", - }, - { - icon: CheckCircle, - text: "Daily management", - }, + { icon: CheckCircle, text: "Engagement strategy" }, + { icon: CheckCircle, text: "Influencer relations" }, + { icon: CheckCircle, text: "Daily management" }, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-computer-drinking-coffee_1303-27379.jpg?_wi=4", - imageAlt: "creative professional working tablet dark studio", + reverse: false }, ]} title="Services designed for growth." @@ -282,19 +141,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Alpha", - "Beta", - "Gamma", - "Delta", - "Epsilon", - ]} + "Alpha", "Beta", "Gamma", "Delta", "Epsilon"]} logos={[ - "http://img.b2bpic.net/free-vector/letter-m-logo-geometric-style_1017-7060.jpg", - "http://img.b2bpic.net/free-vector/flat-set-colorful-logos_23-2147591011.jpg", - "http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148163493.jpg", - "http://img.b2bpic.net/free-vector/business-card_23-2148118742.jpg", - "http://img.b2bpic.net/free-vector/pack-abstract-logos-flat-design_23-2147642272.jpg", - ]} + "http://img.b2bpic.net/free-vector/letter-m-logo-geometric-style_1017-7060.jpg", "http://img.b2bpic.net/free-vector/flat-set-colorful-logos_23-2147591011.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148163493.jpg", "http://img.b2bpic.net/free-vector/business-card_23-2148118742.jpg", "http://img.b2bpic.net/free-vector/pack-abstract-logos-flat-design_23-2147642272.jpg"]} title="Partners in scaling success." description="Collaborating with market leaders across industries." /> @@ -304,31 +153,11 @@ export default function LandingPage() {