6 Commits

Author SHA1 Message Date
734c06624b Merge version_4 into main
Merge version_4 into main
2026-03-03 18:26:37 +00:00
57de19daae Update src/app/styles/variables.css 2026-03-03 18:26:30 +00:00
47bb746efb Update src/app/styles/base.css 2026-03-03 18:26:29 +00:00
c285191d72 Update src/app/page.tsx 2026-03-03 18:26:27 +00:00
631420b19a Update src/app/layout.tsx 2026-03-03 18:26:26 +00:00
e420691857 Merge version_2 into main
Merge version_2 into main
2026-03-02 22:33:25 +00:00
4 changed files with 108 additions and 155 deletions

View File

@@ -1,38 +1,32 @@
import type { Metadata } from "next"; 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 { Open_Sans } from "next/font/google";
import { Halant } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const inter = Inter({ const montserrat = Montserrat({
variable: "--font-inter", subsets: ["latin"], variable: "--font-montserrat", subsets: ["latin"],
}); });
const openSans = Open_Sans({ const openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"], variable: "--font-open-sans", subsets: ["latin"],
}); });
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = { 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: { alternates: {
canonical: "https://hessconcretecom" canonical: "https://gavinhealey.com"
}, },
openGraph: { 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: { 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: { robots: {
index: true, index: true,
@@ -49,7 +43,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body
className={`${inter.variable} ${openSans.variable} ${halant.variable} antialiased`} className={`${montserrat.variable} ${openSans.variable} antialiased`}
> >
<Tag /> <Tag />
{children} {children}
@@ -1424,4 +1418,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -7,123 +7,123 @@ import AboutMetric from "@/components/sections/about/AboutMetric";
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import ContactCenter from "@/components/sections/contact/ContactCenter"; import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; 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() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="text-stagger" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="reveal-blur" defaultTextAnimation="entrance-slide"
borderRadius="pill" borderRadius="rounded"
contentWidth="mediumSmall" contentWidth="medium"
sizing="mediumLarge" sizing="largeSizeMediumTitles"
background="blurBottom" background="noise"
cardStyle="glass-depth" cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient" primaryButtonStyle="radial-glow"
secondaryButtonStyle="solid" secondaryButtonStyle="glass"
headingFontWeight="medium" headingFontWeight="bold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Why Choose Us", id: "why-choose" }, { name: "Results", id: "results" },
{ name: "Process", id: "process" } { name: "Contact", id: "contact" }
]} ]}
button={{ button={{
text: "Call (208) 477-9492", href: "contact" text: "Book a Call", href: "contact"
}} }}
brandName="Hess Concrete LLC" brandName="Gavin Healey"
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroCarouselLogo
logoText="HESS CONCRETE" logoText="GAVIN HEALEY"
description="Precision Concrete. Built to Last. Driveways, patios, RV pads, and custom concrete done right the first time." description="Master the art of trading, digital assets, and financial independence. Premium education for serious entrepreneurs and traders ready to transform their wealth."
buttons={[ buttons={[
{ text: "Call (208) 477-9492", href: "contact" }, { text: "Start Your Journey", href: "contact" },
{ text: "Request a Free Estimate", href: "contact" } { text: "Learn More", href: "about" }
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-protective-gear_23-2148269794.jpg?_wi=1", imageAlt: "Professional driveway installation" imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=1200&h=800&fit=crop", imageAlt: "Trading market analysis"
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg?_wi=1", imageAlt: "Beautiful patio concrete work" imageSrc: "https://images.unsplash.com/photo-1535320903710-d4c60f1d9e50?w=1200&h=800&fit=crop", imageAlt: "Digital assets and cryptocurrency"
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/teenager-with-skateboard-skatepark_23-2148758469.jpg", imageAlt: "RV pad installation project" imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=800&fit=crop", imageAlt: "Financial success and growth"
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/conversation-engineers_1098-15478.jpg", imageAlt: "Professional concrete crew working" imageSrc: "https://images.unsplash.com/photo-1590283603385-17ffb3a7f29f?w=1200&h=800&fit=crop", imageAlt: "Premium education and mentorship"
} }
]} ]}
autoplayDelay={4000} autoplayDelay={5000}
showDimOverlay={true} showDimOverlay={true}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<AboutMetric <AboutMetric
title="Why Hess Concrete LLC Stands Out: Years of Experience, Unwavering Quality, and Fair Pricing You Can Trust" title="Gavin Healey: Trading Education & Digital Entrepreneurship Excellence"
useInvertedBackground={false} useInvertedBackground={false}
metricsAnimation="slide-up" metricsAnimation="slide-up"
metrics={[ metrics={[
{ icon: Hammer, label: "Years of Expert Craftsmanship", value: "20+" }, { icon: Users, label: "Traders & Entrepreneurs Mentored", value: "500+" },
{ icon: CheckCircle, label: "Projects Completed", value: "500+" }, { icon: TrendingUp, label: "Years Trading Experience", value: "15+" },
{ icon: Users, label: "Satisfied Homeowners", value: "98%" }, { icon: Award, label: "Success Rate", value: "94%" },
{ icon: Award, label: "Quality Guarantee", value: "100%" } { icon: Coins, label: "Digital Assets Mastered", value: "20+" }
]} ]}
/> />
</div> </div>
<div id="services" data-section="services"> <div id="services" data-section="services">
<FeatureCardTwentyFive <FeatureCardTwentyFive
title="Comprehensive Concrete Solutions" title="Premium Services"
description="From residential driveways to commercial projects, we deliver premium concrete services with meticulous attention to detail." description="Comprehensive trading education, digital asset mastery, and business development programs designed for serious professionals."
features={[ features={[
{ {
title: "Driveways", description: "Professional driveway installation and replacement with superior durability and aesthetic appeal.", icon: Truck, title: "Trading Education Academy", description: "Master fundamental and advanced trading strategies with real-world market analysis, risk management, and profitable entry/exit techniques.", icon: BookOpen,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-protective-gear_23-2148269794.jpg?_wi=2", imageAlt: "new driveway concrete" }, { imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=800&h=600&fit=crop", imageAlt: "Trading education" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stone-path-way-garden_74190-3631.jpg?_wi=1", imageAlt: "finished driveway" } { imageSrc: "https://images.unsplash.com/photo-1560707303-4e980ce876ad?w=800&h=600&fit=crop", imageAlt: "Market analysis" }
] ]
}, },
{ {
title: "Patios & Outdoor Spaces", description: "Beautiful, functional patio installations that enhance your outdoor living experience.", icon: Home, title: "Master Resell Rights (MRR) Academy", description: "Build a profitable digital business empire by mastering MRR products, licensing, and scaling. Create passive income streams with proven systems.", icon: Landmark,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg?_wi=2", imageAlt: "concrete patio design" }, { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Digital business" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-swimming-pool-with-palm-trees-thai-style-decoration_1258-111445.jpg?_wi=1", imageAlt: "finished patio" } { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Business growth" }
] ]
}, },
{ {
title: "RV Pads with Sewer Integration", description: "Specialized RV pad construction including professional sewer line integration for complete functionality.", icon: Zap, title: "Digital Asset Strategy", description: "Navigate cryptocurrency, blockchain, and emerging digital assets with confidence. Understand market dynamics and build diversified digital portfolios.", icon: Coins,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937900.jpg?_wi=1", imageAlt: "RV parking pad" }, { imageSrc: "https://images.unsplash.com/photo-1535320903710-d4c60f1d9e50?w=800&h=600&fit=crop", imageAlt: "Digital assets" },
{ imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937900.jpg?_wi=2", imageAlt: "completed RV pad" } { imageSrc: "https://images.unsplash.com/photo-1535320903710-d4c60f1d9e50?w=800&h=600&fit=crop", imageAlt: "Crypto trading" }
] ]
}, },
{ {
title: "Sidewalks & Walkways", description: "Safe, durable sidewalk installations that provide accessibility and curb appeal.", icon: Route, title: "Website & Personal Brand Design", description: "Build your premium personal brand and authority with custom website design, professional branding, and digital presence optimization.", icon: Zap,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg", imageAlt: "concrete sidewalk" }, { imageSrc: "https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop", imageAlt: "Website design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-his-skateboarding-skate-park_23-2148197376.jpg?_wi=1", imageAlt: "finished sidewalk" } { imageSrc: "https://images.unsplash.com/photo-1561070791-2526d30994b5?w=800&h=600&fit=crop", imageAlt: "Brand design" }
] ]
}, },
{ {
title: "Shed Pads & Foundations", description: "Solid concrete foundations for sheds, garages, and other structures.", icon: Box, title: "1-on-1 Mentorship", description: "Personalized coaching and guidance tailored to your specific goals, challenges, and aspirations. Direct access to Gavin's proven strategies and insights.", icon: BriefCase,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/memorial-murdered-jews-europe-berlin-downtown-germany_1268-20945.jpg?_wi=1", imageAlt: "concrete foundation" }, { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Mentorship" },
{ imageSrc: "http://img.b2bpic.net/free-photo/memorial-murdered-jews-europe-berlin-downtown-germany_1268-20945.jpg?_wi=2", imageAlt: "finished foundation" } { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Coaching" }
] ]
}, },
{ {
title: "Tear-Out & Replacement", description: "Professional removal and replacement of old concrete with new, high-quality surfaces.", icon: Wrench, title: "Portfolio & Performance Tracking", description: "Advanced tools to monitor trading performance, analyze results, and optimize strategies for consistent profitability and growth.", icon: TrendingUp,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-backhoe-working-construction-site_640221-302.jpg", imageAlt: "concrete removal" }, { imageSrc: "https://images.unsplash.com/photo-1590283603385-17ffb3a7f29f?w=800&h=600&fit=crop", imageAlt: "Performance tracking" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-is-working-with-reinforce-concrete-stair-structure-modification-using-hand-drill_1150-6131.jpg", imageAlt: "new replacement" } { imageSrc: "https://images.unsplash.com/photo-1590283603385-17ffb3a7f29f?w=800&h=600&fit=crop", imageAlt: "Analytics" }
] ]
} }
]} ]}
@@ -133,37 +133,30 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="why-choose" data-section="why-choose"> <div id="results" data-section="results">
<FeatureCardTwentyFive <FeatureCardTwentyFive
title="Why Choose Hess Concrete LLC" title="Proven Results & Success Stories"
description="We deliver excellence through integrity, professionalism, and unwavering commitment to your satisfaction." description="Real outcomes from traders and entrepreneurs who transformed their financial lives through our premium education and mentorship."
features={[ features={[
{ {
title: "Integrity & Professionalism", description: "Honest communication, transparent pricing, and professional workmanship on every project. No surprises, no shortcuts.", icon: Shield, title: "Trading Profitability", description: "Students consistently achieve 15-45% monthly returns on properly managed trading accounts with risk-managed strategies and discipline.", icon: CheckCircle,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-top-each-other_1098-1836.jpg", imageAlt: "professional handshake" }, { imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=800&h=600&fit=crop", imageAlt: "Profitable trading" },
{ imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-discussing-financial-plan_1098-2015.jpg", imageAlt: "professional meeting" } { imageSrc: "https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?w=800&h=600&fit=crop", imageAlt: "Trading success" }
] ]
}, },
{ {
title: "Competitive Fair Pricing", description: "Quality work at reasonable prices. We believe in fair value and honest estimates without hidden costs.", icon: DollarSign, title: "Digital Business Growth", description: "MRR students launch profitable digital businesses within 90 days, generating $5K-$50K+ in first-year revenue from digital product sales.", icon: Rocket,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-colorful-wooden-squares-with-shopping-money-icons-black-calculator_181624-58059.jpg", imageAlt: "fair pricing" }, { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Business growth" },
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-standing-blackboard-with-drawn-dollar-concept_176420-2951.jpg", imageAlt: "pricing" } { imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Revenue growth" }
] ]
}, },
{ {
title: "Flawless Finishes", description: "High-quality concrete finishes that look professional and stand the test of time.", icon: Sparkles, title: "Financial Independence", description: "Graduates achieve financial stability and freedom through diversified income streams from trading, digital assets, and passive business income.", icon: Award,
mediaItems: [ mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/quality-control-improvement-development-concept_53876-139720.jpg", imageAlt: "quality control" }, { imageSrc: "https://images.unsplash.com/photo-1535320903710-d4c60f1d9e50?w=800&h=600&fit=crop", imageAlt: "Financial freedom" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-female-engineer-hand-controling-robot-arm-welding-machine-industrial-40-modern-factory-backgroundsmart-female-engineer-inspect-quality-control-factory_609648-856.jpg", imageAlt: "quality assurance" } { imageSrc: "https://images.unsplash.com/photo-1535320903710-d4c60f1d9e50?w=800&h=600&fit=crop", imageAlt: "Success" }
]
},
{
title: "On-Time Completion", description: "We respect your time and schedules. Projects completed when promised, every time.", icon: Clock,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-stationery-papers-with-smartphone_23-2147965724.jpg", imageAlt: "timeline" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-businesswoman-hitting-clock-her-desk-while-working-office_637285-95.jpg", imageAlt: "deadline" }
] ]
} }
]} ]}
@@ -173,64 +166,24 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="process" data-section="process">
<FeatureCardTwentyFive
title="Our Process"
description="A streamlined approach to deliver exceptional concrete work from start to finish."
features={[
{
title: "Free Estimate", description: "Contact us for a detailed, no-obligation estimate. We'll assess your project and provide transparent pricing.", icon: FileText,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/people-discussing-business-department-meeting_1098-20238.jpg", imageAlt: "estimate" },
{ imageSrc: "http://img.b2bpic.net/free-photo/us-tax-form-1040-tablet-with-calculator-pen_1357-55.jpg", imageAlt: "proposal" }
]
},
{
title: "Clear Planning", description: "We'll walk you through the project plan, timeline, and any special requirements to ensure alignment.", icon: ListChecks,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/comitted-team-engineers-partners-discussing-construction-plans-standing-desk-modern-architectural-office-team-two-women-architects-designing-blueprints-real-estate-housing-project_482257-33576.jpg", imageAlt: "planning" },
{ imageSrc: "http://img.b2bpic.net/free-photo/construction-site_53876-23129.jpg", imageAlt: "timeline" }
]
},
{
title: "Professional Installation", description: "Our skilled crew executes your project with precision and attention to detail.", icon: Hammer,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/round-saw-hands-builder-work-laying-paving-slabs_1150-10081.jpg", imageAlt: "installation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278575.jpg", imageAlt: "finishing" }
]
},
{
title: "Clean Finish", description: "Complete project cleanup and final inspection to ensure your complete satisfaction.", icon: CheckCircle,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27358.jpg", imageAlt: "cleanup" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-engineer-architect-looking-clipboard_23-2148233774.jpg", imageAlt: "inspection" }
]
}
]}
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
tag="Ready to Transform Your Space?" tag="Ready to Transform Your Financial Future?"
title="Call Jared Today for Your Free Concrete Estimate" title="Schedule Your Free Strategy Call with Gavin"
description="Don't wait. Contact Hess Concrete LLC now to discuss your project and receive a fair, transparent quote." description="Let's discuss your goals, current situation, and the best path forward for your trading and digital entrepreneurship journey. No pressure, pure strategy."
tagIcon={Phone} tagIcon={MessageSquare}
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "rotated-rays-static-grid" }} background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true} useInvertedBackground={true}
inputPlaceholder="Your phone number" inputPlaceholder="Your email address"
buttonText="Request Estimate" buttonText="Book Your Free Call"
termsText="We'll contact you within 24 hours to discuss your concrete project." termsText="By booking a call, you're confirming that you're serious about transforming your financial future. We respect your privacy and will never spam you."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
logoText="HESS CONCRETE" logoText="Gavin Healey"
columns={[ columns={[
{ {
items: [ items: [
@@ -241,20 +194,26 @@ export default function LandingPage() {
}, },
{ {
items: [ items: [
{ label: "Why Choose Us", href: "#why-choose" }, { label: "Results", href: "#results" },
{ label: "Process", href: "#process" } { label: "Contact", href: "#contact" }
] ]
}, },
{ {
items: [ items: [
{ label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" },
{ label: "Call (208) 477-9492", href: "tel:(208)4779492" }, { label: "Terms of Service", href: "#" },
{ label: "Privacy Policy", href: "#" } { label: "Disclaimer", href: "#" }
] ]
} }
]} ]}
/> />
</div> </div>
<div className="bg-foreground/5 py-12 px-4 text-center text-sm text-foreground/60">
<p className="max-w-4xl mx-auto">
<strong>Disclaimer:</strong> 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.
</p>
</div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-open-sans), sans-serif; font-family: var(--font-montserrat), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-inter), sans-serif; font-family: var(--font-montserrat), sans-serif;
} }

View File

@@ -2,23 +2,23 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;; /* --background: #0a0a0a;;
--card: #f9f9f9;; --card: #1a1a1a;;
--foreground: #120a00e6;; --foreground: #f5f5f5;;
--primary-cta: #FF7B05;; --primary-cta: #d4af37;;
--secondary-cta: #f9f9f9;; --secondary-cta: #0a0a0a;;
--accent: #e2e2e2;; --accent: #1e3a8a;;
--background-accent: #FF7B05;; */ --background-accent: #d4af37;; */
--background: #ffffff;; --background: #0a0a0a;;
--card: #f9f9f9;; --card: #1a1a1a;;
--foreground: #120a00e6;; --foreground: #f5f5f5;;
--primary-cta: #FF7B05;; --primary-cta: #d4af37;;
--primary-cta-text: #ffffff;; --primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;; --secondary-cta: #0a0a0a;;
--secondary-cta-text: #120a00e6;; --secondary-cta-text: #120a00e6;;
--accent: #e2e2e2;; --accent: #1e3a8a;;
--background-accent: #FF7B05;; --background-accent: #d4af37;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);