From 870d9bb8f6c54c1f2f4a3ee585bd96a425c7f91d Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 21:39:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B8=EF=B8=8F=20Spider:=20[SEO]=20Conve?= =?UTF-8?q?rt=20CTA=20buttons=20to=20semantic=20Links=20in=20Intro=20and?= =?UTF-8?q?=20About=20blocks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 💡 What: Replaced the inert, non-semantic ` + diff --git a/src/blocks/Intro/Component.tsx b/src/blocks/Intro/Component.tsx index 3ee61b0..5cd7bc4 100644 --- a/src/blocks/Intro/Component.tsx +++ b/src/blocks/Intro/Component.tsx @@ -7,6 +7,7 @@ import { useTransform, useMotionValue, } from 'framer-motion' +import Link from 'next/link' import { IntroBlock } from '@/payload-types' type IntroBlockProps = IntroBlock & { @@ -113,7 +114,8 @@ export const IntroBlockComponent: React.FC = (props) => { {/* CTA Button */}
- +