diff --git a/astro.config.mjs b/astro.config.mjs index 6d1e104..d40afbe 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -20,10 +20,10 @@ export default defineConfig({ enabled: true }, - imageService: "cloudflare" + imageService: "compile" }), vite: { plugins: [tailwindcss()], }, -}); \ No newline at end of file +}); diff --git a/src/components/GridOverlay.astro b/src/components/GridOverlay.astro index b10bf98..858d5b3 100644 --- a/src/components/GridOverlay.astro +++ b/src/components/GridOverlay.astro @@ -1,7 +1,7 @@ --- --- -
+
+ class="hidden md:block border border-slate-600 px-5 lg:px-6 py-2.5 lg:py-3 text-xs font-bold uppercase tracking-[0.15em] text-white hover:border-brand-accent hover:bg-brand-accent hover:text-brand-dark transition-all duration-300"> Let's Talk
- -