Merge version_2 into main #4
@@ -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: {
|
||||
|
||||
@@ -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() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
|
||||
Reference in New Issue
Block a user