From 5442827a6c2c0686ff25ed376c244264f69036af Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 22:00:32 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B8=EF=B8=8F=20Spider:=20[SEO=20improv?= =?UTF-8?q?ement]=20Replace=20meaningless=20CTA=20buttons=20with=20Next.js?= =?UTF-8?q?=20Link=20elements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaced meaningless ` + diff --git a/src/blocks/Intro/Component.tsx b/src/blocks/Intro/Component.tsx index 3ee61b0..d667799 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 */}
- +