diff --git a/src/app/layout.tsx b/src/app/layout.tsx index acfb03e..59f7cca 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,38 +1,32 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; +import { Montserrat } from "next/font/google"; import { Open_Sans } from "next/font/google"; -import { Halant } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], +const montserrat = Montserrat({ + variable: "--font-montserrat", subsets: ["latin"], }); const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"], }); -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - export const metadata: Metadata = { - title: "Hess Concrete LLC - Professional Concrete Contractor | (208) 477-9492", description: "Expert concrete contractor specializing in driveways, patios, RV pads, and custom concrete. Fair pricing, professional quality, reliable service.", keywords: "concrete contractor, driveway installation, patio contractor, RV pad installation, concrete services, Boise concrete, professional contractor", metadataBase: new URL("https://hessconcretecom"), + title: "Gavin Healey - Trading Mentorship & Digital Asset Education | Premium Personal Brand", description: "Transform your financial future with Gavin Healey's elite trading education, digital asset mastery, and Master Resell Rights academy. Premium mentorship for aspiring traders and digital entrepreneurs.", keywords: "trading education, digital assets, trading mentorship, Master Resell Rights, financial education, personal brand, digital entrepreneurship", metadataBase: new URL("https://gavinhealey.com"), alternates: { - canonical: "https://hessconcretecom" + canonical: "https://gavinhealey.com" }, openGraph: { - title: "Hess Concrete LLC - Professional Concrete Work", description: "Transform your space with precision concrete work. Driveways, patios, RV pads, and more.", url: "https://hessconcretecom", siteName: "Hess Concrete LLC", type: "website", images: [ + title: "Gavin Healey - Trading Mentorship & Digital Education", description: "Elite trading education, digital asset mastery, and MRR academy. Transform your financial future.", url: "https://gavinhealey.com", siteName: "Gavin Healey", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/long-shot-man-with-protective-gear_23-2148269794.jpg", alt: "Professional driveway installation" + url: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1200&h=630&fit=crop", alt: "Trading and financial success" } ] }, twitter: { - card: "summary_large_image", title: "Hess Concrete LLC - Professional Concrete Contractor", description: "Expert concrete services with fair pricing and professional quality.", images: ["http://img.b2bpic.net/free-photo/long-shot-man-with-protective-gear_23-2148269794.jpg"] + card: "summary_large_image", title: "Gavin Healey - Trading Mentorship & Digital Education", description: "Elite trading education and digital asset mastery.", images: ["https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1200&h=630&fit=crop"] }, robots: { index: true, @@ -49,7 +43,7 @@ export default function RootLayout({ {children} @@ -1424,4 +1418,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 04ba934..a6a1f58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,123 +7,123 @@ import AboutMetric from "@/components/sections/about/AboutMetric"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Award, Box, CheckCircle, Clock, DollarSign, FileText, Hammer, Home, ListChecks, Phone, Route, Shield, Sparkles, Truck, Users, Wrench, Zap } from "lucide-react"; +import { Award, BookOpen, BriefCase, CheckCircle, Coins, Landmark, MessageSquare, Rocket, TrendingUp, Users, Zap } from "lucide-react"; export default function LandingPage() { return (
-
+
-
- -
-
+ +
+

+ Disclaimer: Trading and digital asset investment involve substantial risk of loss. Past performance is not indicative of future results. The educational materials provided are for informational purposes only and should not be construed as financial advice. Gavin Healey is not a licensed financial advisor or investment professional. Always conduct your own due diligence and consult with a qualified financial professional before making investment decisions. Results shown are examples and do not guarantee future performance. Your individual results may vary based on skill, market conditions, and risk management practices. +

+
); -} \ No newline at end of file +} diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 52de42f..aa7fd03 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-open-sans), sans-serif; + font-family: var(--font-montserrat), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-inter), sans-serif; + font-family: var(--font-montserrat), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8874b7f..dfc16c2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #120a00e6;; - --primary-cta: #FF7B05;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #FF7B05;; */ + /* --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #f5f5f5;; + --primary-cta: #d4af37;; + --secondary-cta: #0a0a0a;; + --accent: #1e3a8a;; + --background-accent: #d4af37;; */ - --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #120a00e6;; - --primary-cta: #FF7B05;; + --background: #0a0a0a;; + --card: #1a1a1a;; + --foreground: #f5f5f5;; + --primary-cta: #d4af37;; --primary-cta-text: #ffffff;; - --secondary-cta: #f9f9f9;; + --secondary-cta: #0a0a0a;; --secondary-cta-text: #120a00e6;; - --accent: #e2e2e2;; - --background-accent: #FF7B05;; + --accent: #1e3a8a;; + --background-accent: #d4af37;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);