Skip to main content
Best Practice

Site Speed Optimization: A Performance-First Approach

Page speed is both a confirmed ranking factor and a critical conversion variable. Google's Core Web Vitals directly influence search rankings, while user experience research consistently shows that each additional second of load time increases bounce rates and reduces conversions. This guide provides a systematic approach to diagnosing and resolving performance issues, ensuring your site meets both Google's technical standards and your visitors' expectations.

2 min0 views

Page speed is both a confirmed ranking factor and a critical conversion variable. Google's Core Web Vitals directly influence search rankings, while user experience research consistently shows that each additional second of load time increases bounce rates and reduces conversions. This guide provides a systematic approach to diagnosing and resolving performance issues, ensuring your site meets both Google's technical standards and your visitors' expectations.

Understanding Core Web Vitals

The Three Metrics

Google evaluates page experience through three Core Web Vitals:

  • Largest Contentful Paint (LCP): Measures loading performance — how quickly the largest visible element renders. Target: under 2.5 seconds.
  • Interaction to Next Paint (INP): Measures interactivity — how quickly the page responds to user input. Target: under 200 milliseconds.
  • Cumulative Layout Shift (CLS): Measures visual stability — how much the page layout shifts during loading. Target: under 0.1.

These metrics use field data from real Chrome users (CrUX report), not just lab measurements from testing tools. A page might score well in PageSpeed Insights lab testing but fail in field data if real-world conditions differ — slow connections, older devices, or heavy third-party scripts.

Diagnosing Performance Issues

Measurement Tools

Use multiple tools to build a complete performance picture:

  1. PageSpeed Insights: Both lab and field data with specific recommendations
  2. Google Search Console: Core Web Vitals report showing field data across your site
  3. Chrome DevTools Performance tab: Detailed waterfall analysis of individual page loads
  4. WebPageTest: Multi-location testing with detailed network waterfall analysis

Common Performance Bottlenecks

The most frequent speed issues fall into predictable categories:

  • Unoptimized images: Oversized images are the number one cause of slow LCP — compress and use modern formats (WebP, AVIF)
  • Render-blocking resources: CSS and JavaScript files that prevent the page from rendering until they load
  • Third-party scripts: Analytics, chat widgets, social embeds, and ad scripts adding seconds to load time
  • Server response time: Slow TTFB (Time to First Byte) from inadequate hosting or uncached responses
  • Excessive DOM size: Pages with thousands of HTML elements that slow parsing and rendering

Optimization Strategies

Image Optimization

Compress all images and serve modern formats with fallbacks. Implement lazy loading for images below the fold using the loading="lazy" attribute. For hero images and LCP elements, use preload hints to prioritize their loading. Specify width and height attributes on all images to prevent CLS from images loading without reserved space.

JavaScript and CSS Optimization

Defer or async non-critical JavaScript to prevent render blocking. Inline critical CSS for above-the-fold content and defer the rest. Remove unused CSS and JavaScript — many sites ship framework code that is never executed. For sites built on Next.js or similar frameworks, leverage automatic code splitting to reduce initial bundle sizes.

Server and Infrastructure

Implement CDN delivery for all static assets to reduce latency for global audiences. Enable server-side caching with appropriate cache headers. Use HTTP/2 or HTTP/3 for multiplexed connections. For static sites, platforms like Netlify provide edge delivery with zero server-side processing time.

Monitoring and Maintenance

Performance is not a one-time fix — it requires ongoing monitoring. New features, content additions, and third-party script updates can introduce regressions. Set up automated performance monitoring that alerts the team when Core Web Vitals scores drop below thresholds.

Include performance metrics in your monthly SEO report and conduct performance audits as part of the technical remediation workflow. Run our SiteScore assessment quarterly to catch performance regressions before they impact rankings.

Was this article helpful?

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

Need expert implementation?
Site Speed Optimization: A Performance-First Approach - Best Practices | Grow Wild Agency Skip to main content
Best Practice

Site Speed Optimization: A Performance-First Approach

Page speed is both a confirmed ranking factor and a critical conversion variable. Google's Core Web Vitals directly influence search rankings, while user experience research consistently shows that each additional second of load time increases bounce rates and reduces conversions. This guide provides a systematic approach to diagnosing and resolving performance issues, ensuring your site meets both Google's technical standards and your visitors' expectations.

2 min0 views

Page speed is both a confirmed ranking factor and a critical conversion variable. Google's Core Web Vitals directly influence search rankings, while user experience research consistently shows that each additional second of load time increases bounce rates and reduces conversions. This guide provides a systematic approach to diagnosing and resolving performance issues, ensuring your site meets both Google's technical standards and your visitors' expectations.

Understanding Core Web Vitals

The Three Metrics

Google evaluates page experience through three Core Web Vitals:

  • Largest Contentful Paint (LCP): Measures loading performance — how quickly the largest visible element renders. Target: under 2.5 seconds.
  • Interaction to Next Paint (INP): Measures interactivity — how quickly the page responds to user input. Target: under 200 milliseconds.
  • Cumulative Layout Shift (CLS): Measures visual stability — how much the page layout shifts during loading. Target: under 0.1.

These metrics use field data from real Chrome users (CrUX report), not just lab measurements from testing tools. A page might score well in PageSpeed Insights lab testing but fail in field data if real-world conditions differ — slow connections, older devices, or heavy third-party scripts.

Diagnosing Performance Issues

Measurement Tools

Use multiple tools to build a complete performance picture:

  1. PageSpeed Insights: Both lab and field data with specific recommendations
  2. Google Search Console: Core Web Vitals report showing field data across your site
  3. Chrome DevTools Performance tab: Detailed waterfall analysis of individual page loads
  4. WebPageTest: Multi-location testing with detailed network waterfall analysis

Common Performance Bottlenecks

The most frequent speed issues fall into predictable categories:

  • Unoptimized images: Oversized images are the number one cause of slow LCP — compress and use modern formats (WebP, AVIF)
  • Render-blocking resources: CSS and JavaScript files that prevent the page from rendering until they load
  • Third-party scripts: Analytics, chat widgets, social embeds, and ad scripts adding seconds to load time
  • Server response time: Slow TTFB (Time to First Byte) from inadequate hosting or uncached responses
  • Excessive DOM size: Pages with thousands of HTML elements that slow parsing and rendering

Optimization Strategies

Image Optimization

Compress all images and serve modern formats with fallbacks. Implement lazy loading for images below the fold using the loading="lazy" attribute. For hero images and LCP elements, use preload hints to prioritize their loading. Specify width and height attributes on all images to prevent CLS from images loading without reserved space.

JavaScript and CSS Optimization

Defer or async non-critical JavaScript to prevent render blocking. Inline critical CSS for above-the-fold content and defer the rest. Remove unused CSS and JavaScript — many sites ship framework code that is never executed. For sites built on Next.js or similar frameworks, leverage automatic code splitting to reduce initial bundle sizes.

Server and Infrastructure

Implement CDN delivery for all static assets to reduce latency for global audiences. Enable server-side caching with appropriate cache headers. Use HTTP/2 or HTTP/3 for multiplexed connections. For static sites, platforms like Netlify provide edge delivery with zero server-side processing time.

Monitoring and Maintenance

Performance is not a one-time fix — it requires ongoing monitoring. New features, content additions, and third-party script updates can introduce regressions. Set up automated performance monitoring that alerts the team when Core Web Vitals scores drop below thresholds.

Include performance metrics in your monthly SEO report and conduct performance audits as part of the technical remediation workflow. Run our SiteScore assessment quarterly to catch performance regressions before they impact rankings.

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\":\"Site Speed Optimization: A Performance-First Approach\"}],[\"$\",\"p\",null,{\"className\":\"text-lg text-[var(--color-muted)] mb-6\",\"children\":\"Page speed is both a confirmed ranking factor and a critical conversion variable. Google's Core Web Vitals directly influence search rankings, while user experience research consistently shows that each additional second of load time increases bounce rates and reduces conversions. This guide provides a systematic approach to diagnosing and resolving performance issues, ensuring your site meets both Google's technical standards and your visitors' expectations.\"}],[\"$\",\"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\":\"Page speed is both a confirmed ranking factor and a critical conversion variable. Google's Core Web Vitals directly influence search rankings, while user experience research consistently shows that each additional second of load time increases bounce rates and reduces conversions. This guide provides a systematic approach to diagnosing and resolving performance issues, ensuring your site meets both Google's technical standards and your visitors' expectations.\"}],[\"$\",\"h2\",\"1\",{\"className\":\"font-display text-xl mt-8 mb-3\",\"children\":\"Understanding Core Web Vitals\"}],[\"$\",\"h3\",\"2\",{\"className\":\"font-display text-lg mt-6 mb-2\",\"children\":\"The Three Metrics\"}],[\"$\",\"p\",\"3\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Google evaluates page experience through three \",[\"$\",\"strong\",null,{\"children\":\"Core Web Vitals\"}],\":\"]}],[\"$\",\"ul\",\"4\",{\"className\":\"list-disc pl-6 mb-4 space-y-2\",\"children\":[[\"$\",\"li\",\"0\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Largest Contentful Paint (LCP):\"}],\" Measures loading performance — how quickly the largest visible element renders. Target: under 2.5 seconds.\"]}],[\"$\",\"li\",\"1\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Interaction to Next Paint (INP):\"}],\" Measures interactivity — how quickly the page responds to user input. Target: under 200 milliseconds.\"]}],[\"$\",\"li\",\"2\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Cumulative Layout Shift (CLS):\"}],\" Measures visual stability — how much the page layout shifts during loading. Target: under 0.1.\"]}]]}],[\"$\",\"p\",\"5\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"These metrics use \",[\"$\",\"strong\",null,{\"children\":\"field data\"}],\" from real Chrome users (CrUX report), not just lab measurements from testing tools. A page might score well in PageSpeed Insights lab testing but fail in field data if real-world conditions differ — slow connections, older devices, or heavy third-party scripts.\"]}],[\"$\",\"h2\",\"6\",{\"className\":\"font-display text-xl mt-8 mb-3\",\"children\":\"Diagnosing Performance Issues\"}],[\"$\",\"h3\",\"7\",{\"className\":\"font-display text-lg mt-6 mb-2\",\"children\":\"Measurement Tools\"}],[\"$\",\"p\",\"8\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":\"Use multiple tools to build a complete performance picture:\"}],[\"$\",\"ol\",\"9\",{\"className\":\"list-decimal pl-6 mb-4 space-y-2\",\"children\":[[\"$\",\"li\",\"0\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"PageSpeed Insights:\"}],\" Both lab and field data with specific recommendations\"]}],[\"$\",\"li\",\"1\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Google Search Console:\"}],\" Core Web Vitals report showing field data across your site\"]}],[\"$\",\"li\",\"2\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Chrome DevTools Performance tab:\"}],\" Detailed waterfall analysis of individual page loads\"]}],[\"$\",\"li\",\"3\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"WebPageTest:\"}],\" Multi-location testing with detailed network waterfall analysis\"]}]]}],[\"$\",\"h3\",\"10\",{\"className\":\"font-display text-lg mt-6 mb-2\",\"children\":\"Common Performance Bottlenecks\"}],[\"$\",\"p\",\"11\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":\"The most frequent speed issues fall into predictable categories:\"}],[\"$\",\"ul\",\"12\",{\"className\":\"list-disc pl-6 mb-4 space-y-2\",\"children\":[[\"$\",\"li\",\"0\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Unoptimized images:\"}],\" Oversized images are the number one cause of slow LCP — compress and use modern formats (WebP, AVIF)\"]}],[\"$\",\"li\",\"1\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Render-blocking resources:\"}],\" CSS and JavaScript files that prevent the page from rendering until they load\"]}],[\"$\",\"li\",\"2\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Third-party scripts:\"}],\" Analytics, chat widgets, social embeds, and ad scripts adding seconds to load time\"]}],[\"$\",\"li\",\"3\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Server response time:\"}],\" Slow TTFB (Time to First Byte) from inadequate hosting or uncached responses\"]}],[\"$\",\"li\",\"4\",{\"children\":[[\"$\",\"strong\",null,{\"children\":\"Excessive DOM size:\"}],\" Pages with thousands of HTML elements that slow parsing and rendering\"]}]]}],[\"$\",\"h2\",\"13\",{\"className\":\"font-display text-xl mt-8 mb-3\",\"children\":\"Optimization Strategies\"}],[\"$\",\"h3\",\"14\",{\"className\":\"font-display text-lg mt-6 mb-2\",\"children\":\"Image Optimization\"}],[\"$\",\"p\",\"15\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Compress all images and serve modern formats with fallbacks. Implement \",[\"$\",\"strong\",null,{\"children\":\"lazy loading\"}],\" for images below the fold using the loading=\\\"lazy\\\" attribute. For hero images and LCP elements, use preload hints to prioritize their loading. Specify width and height attributes on all images to prevent CLS from images loading without reserved space.\"]}],[\"$\",\"h3\",\"16\",{\"className\":\"font-display text-lg mt-6 mb-2\",\"children\":\"JavaScript and CSS Optimization\"}],[\"$\",\"p\",\"17\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Defer or async non-critical JavaScript to prevent render blocking. \",[\"$\",\"strong\",null,{\"children\":\"Inline critical CSS\"}],\" for above-the-fold content and defer the rest. Remove unused CSS and JavaScript — many sites ship framework code that is never executed. For sites built on Next.js or similar frameworks, leverage automatic code splitting to reduce initial bundle sizes.\"]}],[\"$\",\"h3\",\"18\",{\"className\":\"font-display text-lg mt-6 mb-2\",\"children\":\"Server and Infrastructure\"}],[\"$\",\"p\",\"19\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Implement \",[\"$\",\"strong\",null,{\"children\":\"CDN delivery\"}],\" for all static assets to reduce latency for global audiences. Enable server-side caching with appropriate cache headers. Use HTTP/2 or HTTP/3 for multiplexed connections. For static sites, platforms like Netlify provide edge delivery with zero server-side processing time.\"]}],[\"$\",\"h2\",\"20\",{\"className\":\"font-display text-xl mt-8 mb-3\",\"children\":\"Monitoring and Maintenance\"}],[\"$\",\"p\",\"21\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Performance is not a one-time fix — it requires \",[\"$\",\"strong\",null,{\"children\":\"ongoing monitoring\"}],\". New features, content additions, and third-party script updates can introduce regressions. Set up automated performance monitoring that alerts the team when Core Web Vitals scores drop below thresholds.\"]}],[\"$\",\"p\",\"22\",{\"className\":\"text-[var(--color-muted)] mb-4\",\"children\":[\"Include performance metrics in your \",[\"$\",\"a\",null,{\"href\":\"/resources/knowledge-base/sops/monthly-seo-reporting-sop/\",\"className\":\"text-[var(--color-primary)] hover:underline\",\"children\":\"monthly SEO report\"}],\" and conduct performance audits as part of the \",[\"$\",\"a\",null,{\"href\":\"/resources/knowledge-base/sops/technical-seo-remediation-playbook/\",\"className\":\"text-[var(--color-primary)] hover:underline\",\"children\":\"technical remediation workflow\"}],\". Run our \",[\"$\",\"a\",null,{\"href\":\"/resources/tools/sitescore/\",\"className\":\"text-[var(--color-primary)] hover:underline\",\"children\":\"SiteScore assessment\"}],\" quarterly to catch performance regressions before they impact rankings.\"]}]]}]}]}],[\"$\",\"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"])