diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4d05f59..e6d00d7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,22 +22,21 @@ const inter = Inter({ export const metadata: Metadata = { title: "Dragonfly Ops - Practical Cybersecurity Expertise", description: "100% hands-on cybersecurity operators. Tactical incident response, real-world expertise, proven results. For VCs, founders, and security-critical companies.", keywords: "cybersecurity, incident response, tactical security, hands-on operators, security expertise", metadataBase: new URL("https://dragonflyop.com"), alternates: { - canonical: "https://dragonflyop.com" - }, + canonical: "https://dragonflyop.com"}, openGraph: { title: "Dragonfly Ops - Practical Cybersecurity Expertise", description: "Tactical incident response from battle-tested operators. 24/7 security operations for VCs and founders.", type: "website", siteName: "Dragonfly Ops", url: "https://dragonflyop.com", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARCSPnFH48UWw1pXuy7BCmuGdR/a-diverse-team-of-cybersecurity-professi-1772546436401-6e5bd574.png", alt: "Dragonfly Ops tactical team" - } - ] + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARCSPnFH48UWw1pXuy7BCmuGdR/a-diverse-team-of-cybersecurity-professi-1772546436401-6e5bd574.png", alt: "Dragonfly Ops tactical team"}, + ], }, twitter: { - card: "summary_large_image", title: "Dragonfly Ops - Practical Cybersecurity Expertise", description: "100% hands-on operators. Real expertise. Real results.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARCSPnFH48UWw1pXuy7BCmuGdR/a-diverse-team-of-cybersecurity-professi-1772546436401-6e5bd574.png"] + card: "summary_large_image", title: "Dragonfly Ops - Practical Cybersecurity Expertise", description: "100% hands-on operators. Real expertise. Real results.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARCSPnFH48UWw1pXuy7BCmuGdR/a-diverse-team-of-cybersecurity-professi-1772546436401-6e5bd574.png"], }, robots: { index: true, - follow: true - } + follow: true, + }, }; export default function RootLayout({ diff --git a/src/app/page.tsx b/src/app/page.tsx index f8a1cbb..42ec52a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "Problem", id: "problem" }, { name: "Solution", id: "solution" }, { name: "How It Works", id: "how-it-works" }, - { name: "FAQ", id: "faq" } + { name: "FAQ", id: "faq" }, ]} button={{ text: "Find Operator", href: "#contact" }} className="sticky top-0 z-50" @@ -47,7 +47,7 @@ export default function LandingPage() { description="Practical cybersecurity expertise. 100% hands-on operators, zero theory." buttons={[ { text: "Find Your Operator", href: "#contact" }, - { text: "See How It Works", href: "#how-it-works" } + { text: "See How It Works", href: "#how-it-works" }, ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} @@ -80,8 +80,7 @@ export default function LandingPage() {