Skip to main content
Tool Guide

Setting Up Netlify Forms for Lead Capture

Netlify Forms provide a serverless form handling solution that works seamlessly with static sites and Jamstack architectures. For sites hosted on Netlify — including Next.js static exports — Netlify Forms eliminate the need for a separate form backend, server-side processing, or third-party form services. This guide covers setup, spam protection, notification configuration, and integration with CRMs and marketing automation tools.

2 min0 views

Netlify Forms provide a serverless form handling solution that works seamlessly with static sites and Jamstack architectures. For sites hosted on Netlify — including Next.js static exports — Netlify Forms eliminate the need for a separate form backend, server-side processing, or third-party form services. This guide covers setup, spam protection, notification configuration, and integration with CRMs and marketing automation tools.

Basic Form Setup

HTML Form Configuration

Netlify Forms work by detecting form elements during the build process. Add the netlify attribute to any HTML form tag, and Netlify automatically handles submission processing, storage, and notification. No JavaScript or server-side code required for basic functionality.

Essential form attributes:

  • netlify attribute: Signals Netlify to process this form (data-netlify="true" for JavaScript-rendered forms)
  • name attribute: Identifies the form in your Netlify dashboard — use descriptive names like "contact-form" or "audit-request"
  • method="POST": Required for form submission
  • action attribute: Redirect URL after successful submission (typically a thank-you page)

Hidden Form Detection

For JavaScript-rendered sites (React, Next.js), Netlify cannot detect forms during the HTML build phase. Add a hidden HTML form in your static HTML that mirrors the JavaScript form's name and fields. This hidden form tells Netlify's build process which forms to expect, while the JavaScript form handles the actual user interaction.

Spam Protection

Honeypot Fields

Add a honeypot field — a hidden form field that real users cannot see but spam bots fill in. When Netlify detects a submission with the honeypot field populated, it flags the submission as spam. Add the netlify-honeypot attribute to your form pointing to a hidden input field named something innocuous like "bot-field."

reCAPTCHA Integration

For additional spam protection, enable reCAPTCHA verification. Netlify supports both reCAPTCHA v2 (checkbox) and invisible reCAPTCHA. Configure via the data-netlify-recaptcha attribute on the form element. For high-value forms like consultation requests, reCAPTCHA provides an additional layer of protection against sophisticated spam.

Notification Configuration

Configure email notifications in the Netlify dashboard under Forms → Notifications. Set up instant email alerts for new submissions so leads are followed up immediately. For team distribution, configure notifications to multiple email addresses or use a shared inbox.

Advanced notification options:

  1. Email notifications: Instant alerts with form data for immediate follow-up
  2. Slack integration: Post new submissions to a team Slack channel for fast visibility
  3. Webhook notifications: Trigger external workflows when forms are submitted — ideal for CRM integration
  4. Zapier/n8n integration: Connect form submissions to automation workflows for lead routing, email sequences, and CRM entry

CRM and Marketing Automation Integration

Use webhook notifications or Zapier/n8n integrations to push form submissions directly into your CRM. Map form fields to CRM contact properties: name, email, company, and form-specific qualifying data. Trigger appropriate marketing automation sequences based on which form was submitted — a consultation request should trigger a different sequence than a newsletter signup.

Tracking Form Submissions

Configure conversion tracking on the thank-you page to record form submissions in GA4 and Google Ads. Fire a custom event on the thank-you page load, passing the form name as an event parameter. This connects lead generation to traffic source attribution, enabling accurate ROI reporting. Follow our conversion tracking setup guide for complete implementation instructions.

Include form submission volumes and conversion rates in your monthly reporting. Monitor submission quality alongside quantity — high spam volumes may indicate the need for stronger protection, while low submission rates on high-traffic pages signal CRO opportunities.

Was this article helpful?

Let us know if you found what you were looking for.

Need expert implementation?
Setting Up Netlify Forms for Lead Capture - Tools & Utilities | Grow Wild Agency Skip to main content
Tool Guide

Setting Up Netlify Forms for Lead Capture

Netlify Forms provide a serverless form handling solution that works seamlessly with static sites and Jamstack architectures. For sites hosted on Netlify — including Next.js static exports — Netlify Forms eliminate the need for a separate form backend, server-side processing, or third-party form services. This guide covers setup, spam protection, notification configuration, and integration with CRMs and marketing automation tools.

2 min0 views

Netlify Forms provide a serverless form handling solution that works seamlessly with static sites and Jamstack architectures. For sites hosted on Netlify — including Next.js static exports — Netlify Forms eliminate the need for a separate form backend, server-side processing, or third-party form services. This guide covers setup, spam protection, notification configuration, and integration with CRMs and marketing automation tools.

Basic Form Setup

HTML Form Configuration

Netlify Forms work by detecting form elements during the build process. Add the netlify attribute to any HTML form tag, and Netlify automatically handles submission processing, storage, and notification. No JavaScript or server-side code required for basic functionality.

Essential form attributes:

  • netlify attribute: Signals Netlify to process this form (data-netlify="true" for JavaScript-rendered forms)
  • name attribute: Identifies the form in your Netlify dashboard — use descriptive names like "contact-form" or "audit-request"
  • method="POST": Required for form submission
  • action attribute: Redirect URL after successful submission (typically a thank-you page)

Hidden Form Detection

For JavaScript-rendered sites (React, Next.js), Netlify cannot detect forms during the HTML build phase. Add a hidden HTML form in your static HTML that mirrors the JavaScript form's name and fields. This hidden form tells Netlify's build process which forms to expect, while the JavaScript form handles the actual user interaction.

Spam Protection

Honeypot Fields

Add a honeypot field — a hidden form field that real users cannot see but spam bots fill in. When Netlify detects a submission with the honeypot field populated, it flags the submission as spam. Add the netlify-honeypot attribute to your form pointing to a hidden input field named something innocuous like "bot-field."

reCAPTCHA Integration

For additional spam protection, enable reCAPTCHA verification. Netlify supports both reCAPTCHA v2 (checkbox) and invisible reCAPTCHA. Configure via the data-netlify-recaptcha attribute on the form element. For high-value forms like consultation requests, reCAPTCHA provides an additional layer of protection against sophisticated spam.

Notification Configuration

Configure email notifications in the Netlify dashboard under Forms → Notifications. Set up instant email alerts for new submissions so leads are followed up immediately. For team distribution, configure notifications to multiple email addresses or use a shared inbox.

Advanced notification options:

  1. Email notifications: Instant alerts with form data for immediate follow-up
  2. Slack integration: Post new submissions to a team Slack channel for fast visibility
  3. Webhook notifications: Trigger external workflows when forms are submitted — ideal for CRM integration
  4. Zapier/n8n integration: Connect form submissions to automation workflows for lead routing, email sequences, and CRM entry

CRM and Marketing Automation Integration

Use webhook notifications or Zapier/n8n integrations to push form submissions directly into your CRM. Map form fields to CRM contact properties: name, email, company, and form-specific qualifying data. Trigger appropriate marketing automation sequences based on which form was submitted — a consultation request should trigger a different sequence than a newsletter signup.

Tracking Form Submissions

Configure conversion tracking on the thank-you page to record form submissions in GA4 and Google Ads. Fire a custom event on the thank-you page load, passing the form name as an event parameter. This connects lead generation to traffic source attribution, enabling accurate ROI reporting. Follow our conversion tracking setup guide for complete implementation instructions.

Include form submission volumes and conversion rates in your monthly reporting. Monitor submission quality alongside quantity — high spam volumes may indicate the need for stronger protection, while low submission rates on high-traffic pages signal CRO opportunities.

Was this article helpful?

Let us know if you found what you were looking for.

Need expert implementation?
}],[\"$\",\"h1\",null,{\"className\":\"font-display text-display-lg mb-4\",\"children\":\"Setting Up Netlify Forms for Lead Capture\"}],[\"$\",\"p\",null,{\"className\":\"text-lg text-[var(--color-muted)] mb-6\",\"children\":\"Netlify Forms provide a serverless form handling solution that works seamlessly with static sites and Jamstack architectures. For sites hosted on Netlify — including Next.js static exports — Netlify Forms eliminate the need for a separate form backend, server-side processing, or third-party form services. This guide covers setup, spam protection, notification configuration, and integration with CRMs and marketing automation tools.\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap items-center gap-4 text-sm text-[var(--color-muted)]\",\"children\":[[\"$\",\"span\",null,{\"className\":\"flex items-center gap-1\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-clock w-4 h-4\",\"children\":[[\"$\",\"circle\",\"1mglay\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"10\"}],[\"$\",\"polyline\",\"68esgv\",{\"points\":\"12 6 12 12 16 14\"}],\"$undefined\"]}],\"\"]}],[\"$\",\"span\",null,{\"className\":\"flex items-center gap-1\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-eye w-4 h-4\",\"children\":[[\"$\",\"path\",\"rwhkz3\",{\"d\":\"M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z\"}],[\"$\",\"circle\",\"1v7zrd\",{\"cx\":\"12\",\"cy\":\"12\",\"r\":\"3\"}],\"$undefined\"]}],\"0\",\" views\"]}],\"\"]}]]}]]}]}],[\"$\",\"section\",null,{\"className\":\"container-wide pb-20\",\"children\":[\"$\",\"article\",null,{\"className\":\"max-w-3xl\",\"children\":[\"$\",\"div\",null,{\"className\":\"prose prose-lg dark:prose-invert max-w-none\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Netlify Forms provide a \",[\"$\",\"strong\",null,{\"children\":\"serverless form handling solution\"}],\" that works seamlessly with static sites and Jamstack architectures. For sites hosted on Netlify — including Next.js static exports — Netlify Forms eliminate the need for a separate form backend, server-side processing, or third-party form services. This guide covers setup, spam protection, notification configuration, and integration with CRMs and marketing automation tools.\"]}],[\"$\",\"h2\",\"1\",{\"className\":\"font-display text-xl mt-8 mb-3\",\"children\":\"Basic Form Setup\"}],[\"$\",\"h3\",\"2\",{\"className\":\"font-display text-lg mt-6 mb-2\",\"children\":\"HTML Form Configuration\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Netlify Forms work by detecting form elements during the build process. Add the \",[\"$\",\"strong\",null,{\"children\":\"netlify attribute\"}],\" to any HTML form tag, and Netlify automatically handles submission processing, storage, and notification. No JavaScript or server-side code required for basic functionality.\"]}],[\"$\",\"p\",\"4\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":\"Essential form attributes:\"}],[\"$\",\"ul\",\"5\",{\"className\":\"list-disc pl-6 mb-4 space-y-2\",\"children\":[[\"$\",\"li\",\"0\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"netlify attribute:\"}],\" Signals Netlify to process this form (data-netlify=\\\"true\\\" for JavaScript-rendered forms)\"]}],[\"$\",\"li\",\"1\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"name attribute:\"}],\" Identifies the form in your Netlify dashboard — use descriptive names like \\\"contact-form\\\" or \\\"audit-request\\\"\"]}],[\"$\",\"li\",\"2\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"method=\\\"POST\\\":\"}],\" Required for form submission\"]}],[\"$\",\"li\",\"3\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"action attribute:\"}],\" Redirect URL after successful submission (typically a thank-you page)\"]}]]}],[\"$\",\"h3\",\"6\",{\"className\":\"font-display text-lg mt-6 mb-2\",\"children\":\"Hidden Form Detection\"}],[\"$\",\"p\",\"7\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"For JavaScript-rendered sites (React, Next.js), Netlify cannot detect forms during the HTML build phase. Add a \",[\"$\",\"strong\",null,{\"children\":\"hidden HTML form\"}],\" in your static HTML that mirrors the JavaScript form's name and fields. This hidden form tells Netlify's build process which forms to expect, while the JavaScript form handles the actual user interaction.\"]}],[\"$\",\"h2\",\"8\",{\"className\":\"font-display text-xl mt-8 mb-3\",\"children\":\"Spam Protection\"}],[\"$\",\"h3\",\"9\",{\"className\":\"font-display text-lg mt-6 mb-2\",\"children\":\"Honeypot Fields\"}],[\"$\",\"p\",\"10\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Add a \",[\"$\",\"strong\",null,{\"children\":\"honeypot field\"}],\" — a hidden form field that real users cannot see but spam bots fill in. When Netlify detects a submission with the honeypot field populated, it flags the submission as spam. Add the netlify-honeypot attribute to your form pointing to a hidden input field named something innocuous like \\\"bot-field.\\\"\"]}],[\"$\",\"h3\",\"11\",{\"className\":\"font-display text-lg mt-6 mb-2\",\"children\":\"reCAPTCHA Integration\"}],[\"$\",\"p\",\"12\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"For additional spam protection, enable \",[\"$\",\"strong\",null,{\"children\":\"reCAPTCHA\"}],\" verification. Netlify supports both reCAPTCHA v2 (checkbox) and invisible reCAPTCHA. Configure via the data-netlify-recaptcha attribute on the form element. For high-value forms like consultation requests, reCAPTCHA provides an additional layer of protection against sophisticated spam.\"]}],[\"$\",\"h2\",\"13\",{\"className\":\"font-display text-xl mt-8 mb-3\",\"children\":\"Notification Configuration\"}],[\"$\",\"p\",\"14\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Configure \",[\"$\",\"strong\",null,{\"children\":\"email notifications\"}],\" in the Netlify dashboard under Forms → Notifications. Set up instant email alerts for new submissions so leads are followed up immediately. For team distribution, configure notifications to multiple email addresses or use a shared inbox.\"]}],[\"$\",\"p\",\"15\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":\"Advanced notification options:\"}],[\"$\",\"ol\",\"16\",{\"className\":\"list-decimal pl-6 mb-4 space-y-2\",\"children\":[[\"$\",\"li\",\"0\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Email notifications:\"}],\" Instant alerts with form data for immediate follow-up\"]}],[\"$\",\"li\",\"1\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Slack integration:\"}],\" Post new submissions to a team Slack channel for fast visibility\"]}],[\"$\",\"li\",\"2\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Webhook notifications:\"}],\" Trigger external workflows when forms are submitted — ideal for CRM integration\"]}],[\"$\",\"li\",\"3\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Zapier/n8n integration:\"}],\" Connect form submissions to \",[\"$\",\"a\",null,{\"href\":\"/resources/knowledge-base/tools/using-n8n-for-marketing-automation-workflows/\",\"className\":\"text-[var(--color-primary)] hover:underline\",\"children\":\"automation workflows\"}],\" for lead routing, email sequences, and CRM entry\"]}]]}],[\"$\",\"h2\",\"17\",{\"className\":\"font-display text-xl mt-8 mb-3\",\"children\":\"CRM and Marketing Automation Integration\"}],[\"$\",\"p\",\"18\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Use webhook notifications or \",[\"$\",\"strong\",null,{\"children\":\"Zapier/n8n integrations\"}],\" to push form submissions directly into your CRM. Map form fields to CRM contact properties: name, email, company, and form-specific qualifying data. Trigger appropriate marketing automation sequences based on which form was submitted — a consultation request should trigger a different sequence than a newsletter signup.\"]}],[\"$\",\"h2\",\"19\",{\"className\":\"font-display text-xl mt-8 mb-3\",\"children\":\"Tracking Form Submissions\"}],[\"$\",\"p\",\"20\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Configure \",[\"$\",\"strong\",null,{\"children\":\"conversion tracking\"}],\" on the thank-you page to record form submissions in \",[\"$\",\"a\",null,{\"href\":\"/resources/knowledge-base/tools/ga4-configuration-guide-events-conversions-and-reporting/\",\"className\":\"text-[var(--color-primary)] hover:underline\",\"children\":\"GA4\"}],\" and Google Ads. Fire a custom event on the thank-you page load, passing the form name as an event parameter. This connects lead generation to traffic source attribution, enabling accurate ROI reporting. Follow our \",[\"$\",\"a\",null,{\"href\":\"/resources/knowledge-base/best-practices/conversion-tracking-setup-getting-your-data-right-from-day/\",\"className\":\"text-[var(--color-primary)] hover:underline\",\"children\":\"conversion tracking setup guide\"}],\" for complete implementation instructions.\"]}],[\"$\",\"p\",\"21\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Include form submission volumes and conversion rates in your \",[\"$\",\"a\",null,{\"href\":\"/resources/knowledge-base/sops/monthly-seo-reporting-sop/\",\"className\":\"text-[var(--color-primary)] hover:underline\",\"children\":\"monthly reporting\"}],\". Monitor submission quality alongside quantity — high spam volumes may indicate the need for stronger protection, while low submission rates on high-traffic pages signal \",[\"$\",\"a\",null,{\"href\":\"/resources/knowledge-base/best-practices/cro-best-practices-small-changes-measurable-impact/\",\"className\":\"text-[var(--color-primary)] hover:underline\",\"children\":\"CRO opportunities\"}],\".\"]}]]}]}]}],[\"$\",\"section\",null,{\"className\":\"container-wide pb-20\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-3xl\",\"children\":[\"$\",\"div\",null,{\"className\":\"card p-6 bg-[var(--color-surface)]\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-display text-lg mb-2\",\"children\":\"Was this article helpful?\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-[var(--color-muted)] mb-4\",\"children\":\"Let us know if you found what you were looking for.\"}],[\"$\",\"div\",null,{\"className\":\"flex gap-2\",\"children\":[[\"$\",\"button\",null,{\"className\":\"btn-secondary text-sm\",\"children\":\"Yes, thanks!\"}],[\"$\",\"button\",null,{\"className\":\"btn-ghost text-sm\",\"children\":\"Could be better\"}]]}]]}]}]}]]}],null],null],null]},[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"resources\",\"children\",\"knowledge-base\",\"children\",\"$6\",\"children\",\"$7\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"resources\",\"children\",\"knowledge-base\",\"children\",\"$6\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[null,[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"BreadcrumbList\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":1,\\\"name\\\":\\\"Home\\\",\\\"item\\\":\\\"https://growwildagency.com\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":2,\\\"name\\\":\\\"Knowledge Base\\\",\\\"item\\\":\\\"https://growwildagency.com/resources/knowledge-base\\\"}]}\"}}],[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"resources\",\"children\",\"knowledge-base\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]]],null],null]},[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\",\"resources\",\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"notFoundStyles\":\"$undefined\"}]],null]},[[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/af1af0807540b488.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en-CA\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"$9\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"WebSite\\\",\\\"@id\\\":\\\"https://growwildagency.com/#website\\\",\\\"url\\\":\\\"https://growwildagency.com\\\",\\\"name\\\":\\\"Grow Wild Agency\\\",\\\"description\\\":\\\"Digital marketing agency specializing in SEO, Google Ads, and web development\\\",\\\"publisher\\\":{\\\"@id\\\":\\\"https://growwildagency.com/#organization\\\"},\\\"potentialAction\\\":{\\\"@type\\\":\\\"SearchAction\\\",\\\"target\\\":{\\\"@type\\\":\\\"EntryPoint\\\",\\\"urlTemplate\\\":\\\"https://growwildagency.com/search?q={search_term_string}\\\"},\\\"query-input\\\":\\\"required name=search_term_string\\\"}}\"}}],[\"$\",\"script\",null,{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"LocalBusiness\\\",\\\"@id\\\":\\\"https://growwildagency.com/#localbusiness\\\",\\\"name\\\":\\\"Grow Wild Agency\\\",\\\"image\\\":\\\"https://growwildagency.com/images/gw-logo.svg\\\",\\\"url\\\":\\\"https://growwildagency.com\\\",\\\"telephone\\\":\\\"+1-778-907-6262\\\",\\\"email\\\":\\\"info@growwildagency.com\\\",\\\"address\\\":{\\\"@type\\\":\\\"PostalAddress\\\",\\\"streetAddress\\\":\\\"1480 Howe Street\\\",\\\"addressLocality\\\":\\\"Vancouver\\\",\\\"addressRegion\\\":\\\"BC\\\",\\\"postalCode\\\":\\\"V6Z 0G5\\\",\\\"addressCountry\\\":\\\"CA\\\"},\\\"geo\\\":{\\\"@type\\\":\\\"GeoCoordinates\\\",\\\"latitude\\\":49.2768,\\\"longitude\\\":-123.1257},\\\"openingHoursSpecification\\\":{\\\"@type\\\":\\\"OpeningHoursSpecification\\\",\\\"dayOfWeek\\\":[\\\"Monday\\\",\\\"Tuesday\\\",\\\"Wednesday\\\",\\\"Thursday\\\",\\\"Friday\\\"],\\\"opens\\\":\\\"09:00\\\",\\\"closes\\\":\\\"17:00\\\"},\\\"priceRange\\\":\\\"$$\\\",\\\"sameAs\\\":[\\\"https://www.linkedin.com/company/grow-wild-agency/\\\",\\\"https://www.instagram.com/growwildagency\\\"]}\"}}]]}],[\"$\",\"body\",null,{\"className\":\"min-h-screen flex flex-col\",\"children\":[\"$\",\"$La\",null,{\"children\":[[\"$\",\"$Lb\",null,{}],[\"$\",\"div\",null,{\"className\":\"noise-overlay\",\"aria-hidden\":\"true\"}],[\"$\",\"a\",null,{\"href\":\"#main-content\",\"className\":\"sr-only focus:not-sr-only focus:absolute focus:top-4 focus:left-4 focus:z-50 focus:px-4 focus:py-2 focus:bg-brand-600 focus:text-white focus:rounded-lg\",\"children\":\"Skip to main content\"}],[\"$\",\"$Lc\",null,{}],[\"$\",\"main\",null,{\"id\":\"main-content\",\"className\":\"flex-1\",\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"segmentPath\":[\"children\"],\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L8\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[\"$\",\"main\",null,{\"className\":\"min-h-[70vh] flex items-center justify-center px-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center max-w-2xl\",\"children\":[[\"$\",\"div\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"font-display text-8xl md:text-9xl text-brand-600 dark:text-brand-400 mb-4\",\"children\":\"404\"}],[\"$\",\"h2\",null,{\"className\":\"font-display text-2xl md:text-3xl mb-4\",\"children\":\"Page Not Found\"}],[\"$\",\"p\",null,{\"className\":\"text-[var(--color-muted)] text-lg\",\"children\":\"Sorry, we couldn't find the page you're looking for. It may have been moved, deleted, or never existed.\"}]]}],[\"$\",\"div\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-sm text-[var(--color-muted)] mb-4\",\"children\":\"Try searching for what you need:\"}],[\"$\",\"form\",null,{\"action\":\"/search\",\"method\":\"GET\",\"className\":\"flex gap-2 max-w-md mx-auto\",\"children\":[[\"$\",\"input\",null,{\"type\":\"search\",\"name\":\"q\",\"placeholder\":\"Search our site...\",\"className\":\"flex-1 px-4 py-3 rounded-lg border border-[var(--color-border)] bg-[var(--color-background)] focus:outline-none focus:ring-2 focus:ring-brand-500\"}],[\"$\",\"button\",null,{\"type\":\"submit\",\"className\":\"px-4 py-3 bg-brand-600 text-white rounded-lg hover:bg-brand-700 transition-colors\",\"children\":[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-search w-5 h-5\",\"children\":[[\"$\",\"circle\",\"4ej97u\",{\"cx\":\"11\",\"cy\":\"11\",\"r\":\"8\"}],[\"$\",\"path\",\"1qie3q\",{\"d\":\"m21 21-4.3-4.3\"}],\"$undefined\"]}]}]]}]]}],[\"$\",\"div\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"h3\",null,{\"className\":\"font-display text-lg mb-4\",\"children\":\"Popular Pages\"}],[\"$\",\"div\",null,{\"className\":\"grid grid-cols-2 gap-3 max-w-md mx-auto\",\"children\":[[\"$\",\"$L4\",\"/services/seo\",{\"href\":\"/services/seo\",\"className\":\"flex items-center gap-2 p-3 rounded-lg border border-[var(--color-border)] hover:border-brand-500 hover:bg-[var(--color-surface)] transition-all group\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-search w-4 h-4 text-brand-600 dark:text-brand-400\",\"children\":[[\"$\",\"circle\",\"4ej97u\",{\"cx\":\"11\",\"cy\":\"11\",\"r\":\"8\"}],[\"$\",\"path\",\"1qie3q\",{\"d\":\"m21 21-4.3-4.3\"}],\"$undefined\"]}],[\"$\",\"span\",null,{\"className\":\"text-sm\",\"children\":\"SEO Services\"}],[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-right w-3 h-3 ml-auto opacity-0 group-hover:opacity-100 transition-opacity\",\"children\":[[\"$\",\"path\",\"1ays0h\",{\"d\":\"M5 12h14\"}],[\"$\",\"path\",\"xquz4c\",{\"d\":\"m12 5 7 7-7 7\"}],\"$undefined\"]}]]}],[\"$\",\"$L4\",\"/services/google-ads\",{\"href\":\"/services/google-ads\",\"className\":\"flex items-center gap-2 p-3 rounded-lg border border-[var(--color-border)] hover:border-brand-500 hover:bg-[var(--color-surface)] transition-all group\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-file-text w-4 h-4 text-brand-600 dark:text-brand-400\",\"children\":[[\"$\",\"path\",\"1rqfz7\",{\"d\":\"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z\"}],[\"$\",\"path\",\"tnqrlb\",{\"d\":\"M14 2v4a2 2 0 0 0 2 2h4\"}],[\"$\",\"path\",\"b1mrlr\",{\"d\":\"M10 9H8\"}],[\"$\",\"path\",\"t4e002\",{\"d\":\"M16 13H8\"}],[\"$\",\"path\",\"z1uh3a\",{\"d\":\"M16 17H8\"}],\"$undefined\"]}],[\"$\",\"span\",null,{\"className\":\"text-sm\",\"children\":\"Google Ads\"}],[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-right w-3 h-3 ml-auto opacity-0 group-hover:opacity-100 transition-opacity\",\"children\":[[\"$\",\"path\",\"1ays0h\",{\"d\":\"M5 12h14\"}],[\"$\",\"path\",\"xquz4c\",{\"d\":\"m12 5 7 7-7 7\"}],\"$undefined\"]}]]}],[\"$\",\"$L4\",\"/case-studies\",{\"href\":\"/case-studies\",\"className\":\"flex items-center gap-2 p-3 rounded-lg border border-[var(--color-border)] hover:border-brand-500 hover:bg-[var(--color-surface)] transition-all group\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-file-text w-4 h-4 text-brand-600 dark:text-brand-400\",\"children\":[[\"$\",\"path\",\"1rqfz7\",{\"d\":\"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z\"}],[\"$\",\"path\",\"tnqrlb\",{\"d\":\"M14 2v4a2 2 0 0 0 2 2h4\"}],[\"$\",\"path\",\"b1mrlr\",{\"d\":\"M10 9H8\"}],[\"$\",\"path\",\"t4e002\",{\"d\":\"M16 13H8\"}],[\"$\",\"path\",\"z1uh3a\",{\"d\":\"M16 17H8\"}],\"$undefined\"]}],[\"$\",\"span\",null,{\"className\":\"text-sm\",\"children\":\"Case Studies\"}],[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-right w-3 h-3 ml-auto opacity-0 group-hover:opacity-100 transition-opacity\",\"children\":[[\"$\",\"path\",\"1ays0h\",{\"d\":\"M5 12h14\"}],[\"$\",\"path\",\"xquz4c\",{\"d\":\"m12 5 7 7-7 7\"}],\"$undefined\"]}]]}],[\"$\",\"$L4\",\"/contact\",{\"href\":\"/contact\",\"className\":\"flex items-center gap-2 p-3 rounded-lg border border-[var(--color-border)] hover:border-brand-500 hover:bg-[var(--color-surface)] transition-all group\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-mail w-4 h-4 text-brand-600 dark:text-brand-400\",\"children\":[[\"$\",\"rect\",\"18n3k1\",{\"width\":\"20\",\"height\":\"16\",\"x\":\"2\",\"y\":\"4\",\"rx\":\"2\"}],[\"$\",\"path\",\"1ocrg3\",{\"d\":\"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7\"}],\"$undefined\"]}],[\"$\",\"span\",null,{\"className\":\"text-sm\",\"children\":\"Contact Us\"}],[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-right w-3 h-3 ml-auto opacity-0 group-hover:opacity-100 transition-opacity\",\"children\":[[\"$\",\"path\",\"1ays0h\",{\"d\":\"M5 12h14\"}],[\"$\",\"path\",\"xquz4c\",{\"d\":\"m12 5 7 7-7 7\"}],\"$undefined\"]}]]}]]}]]}],[\"$\",\"$L4\",null,{\"href\":\"/\",\"className\":\"inline-flex items-center gap-2 px-6 py-3 bg-brand-600 text-white rounded-full hover:bg-brand-700 transition-colors\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-house w-4 h-4\",\"children\":[[\"$\",\"path\",\"5wwlr5\",{\"d\":\"M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8\"}],[\"$\",\"path\",\"1d0kgt\",{\"d\":\"M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}],\"$undefined\"]}],[\"$\",\"span\",null,{\"children\":\"Back to Homepage\"}]]}],[\"$\",\"p\",null,{\"className\":\"mt-8 text-sm text-[var(--color-muted)]\",\"children\":[\"If you believe this is an error, please\",\" \",[\"$\",\"$L4\",null,{\"href\":\"/contact\",\"className\":\"text-brand-600 dark:text-brand-400 hover:underline\",\"children\":\"contact us\"}],\".\"]}]]}]}],\"notFoundStyles\":[]}]}],[\"$\",\"footer\",null,{\"className\":\"bg-neutral-950 text-white\",\"children\":[[\"$\",\"div\",null,{\"className\":\"border-b border-neutral-800\",\"children\":[\"$\",\"div\",null,{\"className\":\"container-wide py-20 md:py-28\",\"children\":[\"$\",\"div\",null,{\"className\":\"max-w-3xl\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"font-display text-display-lg md:text-display-xl mb-6\",\"children\":[\"Ready to grow \",[\"$\",\"span\",null,{\"className\":\"italic text-brand-400\",\"children\":\"wild?\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-lg text-neutral-400 mb-8 max-w-xl\",\"children\":\"Let's talk about how we can help your business reach its full potential.\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-col sm:flex-row gap-4\",\"children\":[[\"$\",\"$L4\",null,{\"href\":\"/contact\",\"className\":\"inline-flex items-center justify-center gap-2 px-8 py-4 bg-white text-neutral-950 font-medium rounded-full hover:bg-neutral-100 transition-colors\",\"children\":\"Start a Project\"}],[\"$\",\"$L4\",null,{\"href\":\"/case-studies\",\"className\":\"inline-flex items-center justify-center gap-2 px-8 py-4 border border-neutral-700 text-white font-medium rounded-full hover:border-neutral-500 transition-colors\",\"children\":\"View Our Work\"}]]}]]}]}]}],[\"$\",\"div\",null,{\"className\":\"container-wide py-16 md:py-20\",\"children\":[\"$\",\"div\",null,{\"className\":\"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8 lg:gap-12\",\"children\":[[\"$\",\"div\",null,{\"className\":\"col-span-2\",\"children\":[[\"$\",\"$L4\",null,{\"href\":\"/\",\"className\":\"flex items-center gap-3 mb-6\",\"children\":[[\"$\",\"$Ld\",null,{\"src\":\"/images/gw-logo-footer.webp\",\"alt\":\"Grow Wild Agency\",\"width\":160,\"height\":75,\"className\":\"h-8 sm:h-10 w-auto\"}]]}],[\"$\",\"p\",null,{\"className\":\"text-neutral-400 text-sm mb-6 max-w-xs\",\"children\":\"A Vancouver-based digital marketing agency helping businesses grow through SEO, paid media, and exceptional web experiences.\"}],[\"$\",\"div\",null,{\"className\":\"space-y-3 text-sm\",\"children\":[[\"$\",\"a\",null,{\"href\":\"https://maps.google.com/?q=1480+Howe+Street+Vancouver+BC\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"flex items-center gap-2 text-neutral-400 hover:text-white transition-colors\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-map-pin w-4 h-4\",\"children\":[[\"$\",\"path\",\"2oe9fu\",{\"d\":\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"}],[\"$\",\"circle\",\"ilqhr7\",{\"cx\":\"12\",\"cy\":\"10\",\"r\":\"3\"}],\"$undefined\"]}],\"1480 Howe Street, Vancouver, BC V6Z 0G5\"]}],[\"$\",\"a\",null,{\"href\":\"mailto:info@growwildagency.com\",\"className\":\"flex items-center gap-2 text-neutral-400 hover:text-white transition-colors\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-mail w-4 h-4\",\"children\":[[\"$\",\"rect\",\"18n3k1\",{\"width\":\"20\",\"height\":\"16\",\"x\":\"2\",\"y\":\"4\",\"rx\":\"2\"}],[\"$\",\"path\",\"1ocrg3\",{\"d\":\"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7\"}],\"$undefined\"]}],\"info@growwildagency.com\"]}],[\"$\",\"a\",null,{\"href\":\"tel:+17789076262\",\"className\":\"flex items-center gap-2 text-neutral-400 hover:text-white transition-colors\",\"children\":[[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-phone w-4 h-4\",\"children\":[[\"$\",\"path\",\"foiqr5\",{\"d\":\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"}],\"$undefined\"]}],\"+1 (778) 907-6262\"]}]]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-semibold uppercase tracking-wider text-neutral-400 mb-4\",\"children\":\"Capabilities\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"li\",\"SEO\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/services/seo\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"SEO\"}]}],[\"$\",\"li\",\"GEO Services\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/services/geo-optimization\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"GEO Services\"}]}],[\"$\",\"li\",\"Google Ads\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/services/google-ads\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Google Ads\"}]}],[\"$\",\"li\",\"CRO Consulting\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/services/cro\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"CRO Consulting\"}]}],[\"$\",\"li\",\"Web Development\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/services/web-development\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Web Development\"}]}],[\"$\",\"li\",\"OTA Management\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/services/ota-management\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"OTA Management\"}]}],[\"$\",\"li\",\"AI Automation\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/services/ai-automation\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"AI Automation\"}]}],[\"$\",\"li\",\"Hospitality Marketing\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/services/hospitality-marketing\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Hospitality Marketing\"}]}],[\"$\",\"li\",\"Local SEO\",{\"children\":[\"$\",\"$L14\",null,{\"href\":\"/services/local-seo\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Local SEO\"}]}],[\"$\",\"li\",\"Podcast SEO\",{\"children\":[\"$\",\"$L14\",null,{\"href\":\"/services/podcast-seo\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Podcast SEO\"}]}]]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-semibold uppercase tracking-wider text-neutral-400 mb-4\",\"children\":\"Company\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"li\",\"How We Work\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/how-we-work\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"How We Work\"}]}],[\"$\",\"li\",\"About Us\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/about\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"About Us\"}]}],[\"$\",\"li\",\"Case Studies\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/case-studies\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Case Studies\"}]}],[\"$\",\"li\",\"Blog\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/blog\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Blog\"}]}],[\"$\",\"li\",\"Careers\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/careers\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Careers\"}]}],[\"$\",\"li\",\"Contact\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/contact\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Contact\"}]}]]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-semibold uppercase tracking-wider text-neutral-400 mb-4\",\"children\":\"Resources\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"li\",\"Knowledge Base\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/resources/knowledge-base\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Knowledge Base\"}]}],[\"$\",\"li\",\"Free Tools\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/resources/tools\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Free Tools\"}]}],[\"$\",\"li\",\"Templates\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/resources/templates\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Templates\"}]}],[\"$\",\"li\",\"Glossary\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/resources/glossary\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Glossary\"}]}],[\"$\",\"li\",\"Blog\",{\"children\":[\"$\",\"$L4\",null,{\"href\":\"/blog\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Blog\"}]}]]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-semibold uppercase tracking-wider text-neutral-400 mb-4\",\"children\":\"Connect\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"li\",\"LinkedIn\",{\"children\":[\"$\",\"a\",null,{\"href\":\"https://www.linkedin.com/company/grow-wild-agency/\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"inline-flex items-center gap-1 text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":[\"LinkedIn\",[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right w-3 h-3\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]}],[\"$\",\"li\",\"Instagram\",{\"children\":[\"$\",\"a\",null,{\"href\":\"https://www.instagram.com/growwildagency\",\"target\":\"_blank\",\"rel\":\"noopener noreferrer\",\"className\":\"inline-flex items-center gap-1 text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":[\"Instagram\",[\"$\",\"svg\",null,{\"xmlns\":\"http://www.w3.org/2000/svg\",\"width\":24,\"height\":24,\"viewBox\":\"0 0 24 24\",\"fill\":\"none\",\"stroke\":\"currentColor\",\"strokeWidth\":2,\"strokeLinecap\":\"round\",\"strokeLinejoin\":\"round\",\"className\":\"lucide lucide-arrow-up-right w-3 h-3\",\"children\":[[\"$\",\"path\",\"1tivn9\",{\"d\":\"M7 7h10v10\"}],[\"$\",\"path\",\"1vkiza\",{\"d\":\"M7 17 17 7\"}],\"$undefined\"]}]]}]}]]}]]}]]}]}],[\"$\",\"div\",null,{\"className\":\"border-t border-neutral-800\",\"children\":[\"$\",\"div\",null,{\"className\":\"container-wide py-6 flex flex-col sm:flex-row justify-between items-center gap-4\",\"children\":[[\"$\",\"p\",null,{\"className\":\"text-sm text-neutral-400\",\"children\":[\"© \",2026,\" Grow Wild Agency. All rights reserved.\"]}],[\"$\",\"div\",null,{\"className\":\"flex gap-6\",\"children\":[[\"$\",\"$L4\",\"Privacy Policy\",{\"href\":\"/privacy\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Privacy Policy\"}],[\"$\",\"$L4\",\"Terms of Service\",{\"href\":\"/terms\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Terms of Service\"}],[\"$\",\"$L4\",\"Cookie Policy\",{\"href\":\"/cookies\",\"className\":\"text-sm text-neutral-400 hover:text-white transition-colors\",\"children\":\"Cookie Policy\"}]]}]]}]}]]}],[\"$\",\"$Le\",null,{}]]}]}]]}]],null],null],\"couldBeIntercepted\":false,\"initialHead\":[null,\"$Lf\"],\"globalErrorComponent\":\"$10\",\"missingSlots\":\"$W11\"}]\n"])