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: { 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() {