From 502bb9b02e3ac77ef7ab72f6ae9293a73a496653 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:56:11 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a47f1f1..cbaabce 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,39 +1,27 @@ import type { Metadata } from "next"; -import { Roboto } from "next/font/google"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const roboto = Roboto({ - variable: "--font-roboto", subsets: ["latin"], - weight: ["100", "300", "400", "500", "700", "900"], -}); - -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Elite Junior Hockey Academy | Personal Coaching for Junior Hockey Players", description: "Expert personal coaching for young hockey players (ages 16-19) pursuing elite junior teams. One-on-one skill development, team placement support, and dedicated mentorship from an independent coach.", keywords: "junior hockey coaching, personal coaching, hockey development, junior team placement, young athlete coaching", metadataBase: new URL("https://elitejunirhockey.com"), + title: "Athlete Advantage | Finnish Hockey Players to USA Junior Hockey", description: "Expert guidance helping young Finnish hockey players (ages 15-20) navigate moving to the United States to play junior hockey. Founded by Tuukka Salmi, USPHL Premier league player.", keywords: "Finnish hockey, junior hockey USA, USPHL, hockey coaching, Finnish athletes, youth hockey development", metadataBase: new URL("https://athleteadvantage.com"), alternates: { - canonical: "https://elitejunirhockey.com" + canonical: "https://athleteadvantage.com" }, openGraph: { - title: "Elite Junior Hockey Academy - Personal Coaching Excellence", description: "Dedicated coaching for junior hockey players ages 16-19. Skill development, team placement, and personalized mentorship.", url: "https://elitejunirhockey.com", siteName: "Elite Junior Hockey Academy", type: "website", images: [ + title: "Athlete Advantage - Finnish Hockey Players to USA", description: "Helping young Finnish hockey players reach elite US junior hockey programs. Guidance, mentorship, and authentic support from USPHL Premier experience.", url: "https://athleteadvantage.com", siteName: "Athlete Advantage", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/figure-skating-girl-ice-arena_654080-2219.jpg", alt: "Junior hockey coaching service" + url: "https://images.unsplash.com/photo-1518611505867-48f9f9e2b37f?w=1200&h=630&fit=crop", alt: "Finnish hockey players training" } ] }, twitter: { - card: "summary_large_image", title: "Elite Junior Hockey Academy | Personal Coaching", description: "Expert coaching for junior hockey players. One-on-one development and team placement support.", images: ["http://img.b2bpic.net/free-photo/figure-skating-girl-ice-arena_654080-2219.jpg"] + card: "summary_large_image", title: "Athlete Advantage | Finnish Hockey to USA", description: "Expert guidance for young Finnish hockey players moving to the USA. Founded by USPHL Premier league player Tuukka Salmi.", images: ["https://images.unsplash.com/photo-1518611505867-48f9f9e2b37f?w=1200&h=630&fit=crop"] }, robots: { index: true, @@ -50,7 +38,7 @@ export default function RootLayout({ {children} -- 2.49.1 From 2e51826e368a0cc1c5a4575ce02930d87d9dccd5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:56:11 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 356 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 240 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f5c4d3c..74371ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Award, Briefcase, Calendar, CheckCircle, FileText, Globe, Heart, Link, MessageSquare, Send, Target, TrendingUp, Users, Zap } from "lucide-react"; +import { Award, Briefcase, Calendar, CheckCircle, FileText, Globe, Heart, MapPin, MessageSquare, Send, Target, TrendingUp, Users, Zap, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -28,35 +28,37 @@ export default function LandingPage() { >
-
+
-
+
+ +
+ +
+ +
+ +
+
+ +
-
- -
- -- 2.49.1 From f496306149e915397a2e217dca60f6fb5084c875 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:56:12 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 65595fa..842b090 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff;; --background-accent: #e1b875;; */ - --background: #efebe5;; - --card: #f7f2ea;; - --foreground: #000000;; - --primary-cta: #000000;; + --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #000612e6;; + --primary-cta: #15479c;; --primary-cta-text: #efebe5;; - --secondary-cta: #ffffff;; + --secondary-cta: #f9f9f9;; --secondary-cta-text: #000000;; - --accent: #ffffff;; - --background-accent: #e1b875;; + --accent: #e2e2e2;; + --background-accent: #c4c4c4;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1