From 7985f0d96599f4d8a78b7948c570e02b3fbfd34d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:31:50 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8d5fca8..bcf0893 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,8 +21,7 @@ export const metadata: Metadata = { openGraph: { title: "Gavin Healey - Trading Education & Digital Income", description: "Learn profitable trading strategies and build online income through Master Resell Rights and digital marketing systems.", type: "website", siteName: "Gavin Healey", images: [ { - url: "http://img.b2bpic.net/free-photo/table-laptop-showing-charts-conference-room-business-people-having-important-discussion_482257-27897.jpg", alt: "Trading education platform" - }, + url: "http://img.b2bpic.net/free-photo/table-laptop-showing-charts-conference-room-business-people-having-important-discussion_482257-27897.jpg", alt: "Trading education platform"}, ], }, twitter: { -- 2.49.1 From eab70a61637bd101f40cd2520bce0ef067480037 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:31:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6818e9a..6f74bfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import { BookOpen, Globe, Target, TrendingUp, Zap } from 'lucide-react'; +import Link from 'next/link'; export default function LandingPage() { return ( @@ -27,7 +28,7 @@ export default function LandingPage() {