|
|
|
|
@@ -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 (
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="text-stagger"
|
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
|
borderRadius="pill"
|
|
|
|
|
contentWidth="mediumSmall"
|
|
|
|
|
sizing="mediumLarge"
|
|
|
|
|
background="blurBottom"
|
|
|
|
|
cardStyle="glass-depth"
|
|
|
|
|
primaryButtonStyle="diagonal-gradient"
|
|
|
|
|
secondaryButtonStyle="solid"
|
|
|
|
|
headingFontWeight="medium"
|
|
|
|
|
defaultButtonVariant="hover-magnetic"
|
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
|
borderRadius="rounded"
|
|
|
|
|
contentWidth="medium"
|
|
|
|
|
sizing="largeSizeMediumTitles"
|
|
|
|
|
background="noise"
|
|
|
|
|
cardStyle="glass-elevated"
|
|
|
|
|
primaryButtonStyle="radial-glow"
|
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
|
headingFontWeight="bold"
|
|
|
|
|
>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleCentered
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
|
{ name: "Why Choose Us", id: "why-choose" },
|
|
|
|
|
{ name: "Process", id: "process" }
|
|
|
|
|
{ name: "Results", id: "results" },
|
|
|
|
|
{ name: "Contact", id: "contact" }
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Call (208) 477-9492", href: "contact"
|
|
|
|
|
text: "Book a Call", href: "contact"
|
|
|
|
|
}}
|
|
|
|
|
brandName="Hess Concrete LLC"
|
|
|
|
|
brandName="Gavin Healey"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroCarouselLogo
|
|
|
|
|
logoText="HESS CONCRETE"
|
|
|
|
|
description="Precision Concrete. Built to Last. Driveways, patios, RV pads, and custom concrete done right the first time."
|
|
|
|
|
logoText="GAVIN HEALEY"
|
|
|
|
|
description="Master the art of trading, digital assets, and financial independence. Premium education for serious entrepreneurs and traders ready to transform their wealth."
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Call (208) 477-9492", href: "contact" },
|
|
|
|
|
{ text: "Request a Free Estimate", href: "contact" }
|
|
|
|
|
{ text: "Start Your Journey", href: "contact" },
|
|
|
|
|
{ text: "Learn More", href: "about" }
|
|
|
|
|
]}
|
|
|
|
|
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}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<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}
|
|
|
|
|
metricsAnimation="slide-up"
|
|
|
|
|
metrics={[
|
|
|
|
|
{ icon: Hammer, label: "Years of Expert Craftsmanship", value: "20+" },
|
|
|
|
|
{ icon: CheckCircle, label: "Projects Completed", value: "500+" },
|
|
|
|
|
{ icon: Users, label: "Satisfied Homeowners", value: "98%" },
|
|
|
|
|
{ icon: Award, label: "Quality Guarantee", value: "100%" }
|
|
|
|
|
{ icon: Users, label: "Traders & Entrepreneurs Mentored", value: "500+" },
|
|
|
|
|
{ icon: TrendingUp, label: "Years Trading Experience", value: "15+" },
|
|
|
|
|
{ icon: Award, label: "Success Rate", value: "94%" },
|
|
|
|
|
{ icon: Coins, label: "Digital Assets Mastered", value: "20+" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="services" data-section="services">
|
|
|
|
|
<FeatureCardTwentyFive
|
|
|
|
|
title="Comprehensive Concrete Solutions"
|
|
|
|
|
description="From residential driveways to commercial projects, we deliver premium concrete services with meticulous attention to detail."
|
|
|
|
|
title="Premium Services"
|
|
|
|
|
description="Comprehensive trading education, digital asset mastery, and business development programs designed for serious professionals."
|
|
|
|
|
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: [
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/long-shot-man-with-protective-gear_23-2148269794.jpg?_wi=2", imageAlt: "new driveway concrete" },
|
|
|
|
|
{ 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-1454165804606-c3d57bc86b40?w=800&h=600&fit=crop", imageAlt: "Trading education" },
|
|
|
|
|
{ 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: [
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg?_wi=2", imageAlt: "concrete patio design" },
|
|
|
|
|
{ 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: "Digital business" },
|
|
|
|
|
{ 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: [
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/skateboard-rink-view_23-2148937900.jpg?_wi=1", imageAlt: "RV parking pad" },
|
|
|
|
|
{ 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: "Digital assets" },
|
|
|
|
|
{ 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: [
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/man-jogging-rainy-city_23-2147618039.jpg", imageAlt: "concrete sidewalk" },
|
|
|
|
|
{ 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: "Website design" },
|
|
|
|
|
{ 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: [
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/memorial-murdered-jews-europe-berlin-downtown-germany_1268-20945.jpg?_wi=1", imageAlt: "concrete foundation" },
|
|
|
|
|
{ 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: "Mentorship" },
|
|
|
|
|
{ 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: [
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-backhoe-working-construction-site_640221-302.jpg", imageAlt: "concrete removal" },
|
|
|
|
|
{ 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: "Performance tracking" },
|
|
|
|
|
{ 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 id="why-choose" data-section="why-choose">
|
|
|
|
|
<div id="results" data-section="results">
|
|
|
|
|
<FeatureCardTwentyFive
|
|
|
|
|
title="Why Choose Hess Concrete LLC"
|
|
|
|
|
description="We deliver excellence through integrity, professionalism, and unwavering commitment to your satisfaction."
|
|
|
|
|
title="Proven Results & Success Stories"
|
|
|
|
|
description="Real outcomes from traders and entrepreneurs who transformed their financial lives through our premium education and mentorship."
|
|
|
|
|
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: [
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-top-each-other_1098-1836.jpg", imageAlt: "professional handshake" },
|
|
|
|
|
{ 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: "Profitable trading" },
|
|
|
|
|
{ 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: [
|
|
|
|
|
{ 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: "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: "Business growth" },
|
|
|
|
|
{ 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: [
|
|
|
|
|
{ imageSrc: "http://img.b2bpic.net/free-photo/quality-control-improvement-development-concept_53876-139720.jpg", imageAlt: "quality control" },
|
|
|
|
|
{ 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" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
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" }
|
|
|
|
|
{ imageSrc: "https://images.unsplash.com/photo-1535320903710-d4c60f1d9e50?w=800&h=600&fit=crop", imageAlt: "Financial freedom" },
|
|
|
|
|
{ imageSrc: "https://images.unsplash.com/photo-1535320903710-d4c60f1d9e50?w=800&h=600&fit=crop", imageAlt: "Success" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
@@ -173,64 +166,24 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</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">
|
|
|
|
|
<ContactCenter
|
|
|
|
|
tag="Ready to Transform Your Space?"
|
|
|
|
|
title="Call Jared Today for Your Free Concrete Estimate"
|
|
|
|
|
description="Don't wait. Contact Hess Concrete LLC now to discuss your project and receive a fair, transparent quote."
|
|
|
|
|
tagIcon={Phone}
|
|
|
|
|
tag="Ready to Transform Your Financial Future?"
|
|
|
|
|
title="Schedule Your Free Strategy Call with Gavin"
|
|
|
|
|
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={MessageSquare}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
background={{ variant: "rotated-rays-static-grid" }}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
inputPlaceholder="Your phone number"
|
|
|
|
|
buttonText="Request Estimate"
|
|
|
|
|
termsText="We'll contact you within 24 hours to discuss your concrete project."
|
|
|
|
|
inputPlaceholder="Your email address"
|
|
|
|
|
buttonText="Book Your Free Call"
|
|
|
|
|
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 id="footer" data-section="footer">
|
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
|
logoText="HESS CONCRETE"
|
|
|
|
|
logoText="Gavin Healey"
|
|
|
|
|
columns={[
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
@@ -241,20 +194,26 @@ export default function LandingPage() {
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Why Choose Us", href: "#why-choose" },
|
|
|
|
|
{ label: "Process", href: "#process" }
|
|
|
|
|
{ label: "Results", href: "#results" },
|
|
|
|
|
{ label: "Contact", href: "#contact" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "Contact", href: "#contact" },
|
|
|
|
|
{ label: "Call (208) 477-9492", href: "tel:(208)4779492" },
|
|
|
|
|
{ label: "Privacy Policy", href: "#" }
|
|
|
|
|
{ label: "Privacy Policy", href: "#" },
|
|
|
|
|
{ label: "Terms of Service", href: "#" },
|
|
|
|
|
{ label: "Disclaimer", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</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>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|