Merge version_3 into main #2
@@ -1,29 +1,18 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const raleway = Raleway({
|
||||
variable: "--font-raleway", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Master High-Ticket Sales in 30 Days | Sales Mastery", description: "Learn to sell anything to anyone in 20-30 days with only your laptop. Join 2,000+ students earning $150K+ monthly.", keywords: "high ticket sales, sales training, sales coaching, close deals, sales skills", openGraph: {
|
||||
title: "Master High-Ticket Sales in 30 Days", description: "Transform your sales game and start closing six-figure deals with our proven system.", siteName: "Sales Mastery", type: "website"},
|
||||
title: "Speaking Mastery: The GRG Technique | Jay's Anti-Guru Program", description: "Master public speaking and overcome anxiety with the proven GRG technique. 4-phase program covering confidence, delivery, and authority. Only $227—price increases after 20 enrollments.", keywords: "speaking mastery, public speaking, speaking anxiety, confidence, GRG technique, Jordan Belford", openGraph: {
|
||||
title: "Speaking Mastery: The GRG Technique", description: "Transform your speaking confidence and authority in 4 phases with Jay's proven system.", siteName: "Speaking Mastery", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Master High-Ticket Sales in 30 Days", description: "Learn the scripts, mindset, and techniques used to close $10K-$100K+ deals."},
|
||||
card: "summary_large_image", title: "Speaking Mastery: The GRG Technique", description: "Overcome speaking anxiety and master public speaking with the GRG technique."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
@@ -38,9 +27,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
|
||||
169
src/app/page.tsx
169
src/app/page.tsx
@@ -9,7 +9,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia
|
||||
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { TrendingUp, Clock, Users, Zap, CheckCircle, Award, Sparkles } from "lucide-react";
|
||||
import { TrendingUp, Zap, Users, Heart, Brain, Mic, Award, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -27,67 +27,67 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Sales Mastery"
|
||||
brandName="Speaking Mastery"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Benefits", id: "features" },
|
||||
{ name: "Results", id: "metrics" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Pain Points", id: "pain-points" },
|
||||
{ name: "The Origin", id: "origin" },
|
||||
{ name: "3-Step System", id: "system" },
|
||||
{ name: "4 Phases", id: "phases" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Your Journey", href: "#contact"}}
|
||||
text: "Get Access for $227", href: "#cta"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="SALES\nMASTERY"
|
||||
description="Master the art of selling anything to anyone in 20-30 days with only your laptop."
|
||||
logoText="SPEAKING\nMASTERY"
|
||||
description="Discover how Jay went from tongue-tied and paralyzed by speaking anxiety to commanding a room—using the anti-guru GRG technique inspired by Jordan Belford's ruthless psychology."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Unlock Your Sales Potential", href: "#contact" },
|
||||
{ text: "Watch Case Studies", href: "#testimonials" },
|
||||
{ text: "Yes! Let me have it for $227", href: "#cta" },
|
||||
{ text: "Learn the GRG Technique", href: "#system" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-workers-holding-laptop_1098-4100.jpg"
|
||||
imageAlt="Sales coaching dashboard and training materials"
|
||||
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop"
|
||||
imageAlt="Speaker on stage commanding attention"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<div id="pain-points" data-section="pain-points">
|
||||
<AboutMetric
|
||||
title="Transform Your Sales Game in Just 30 Days—From Struggling Closer to High-Ticket Master"
|
||||
title="Tired of Blank Minds, Shaky Voices, and Invisible Presence? You're Not Alone."
|
||||
metrics={[
|
||||
{ icon: TrendingUp, label: "Average Income Increase", value: "+$150K" },
|
||||
{ icon: Clock, label: "Program Duration", value: "20-30 Days" },
|
||||
{ icon: Users, label: "Success Rate", value: "94%" },
|
||||
{ icon: Zap, label: "Students Trained", value: "2,000+" },
|
||||
{ icon: Brain, label: "Peak Speaking Anxiety", value: "75% of People" },
|
||||
{ icon: Heart, label: "Avg. Confidence Loss", value: "-40% Authority" },
|
||||
{ icon: Users, label: "Missed Opportunities", value: "1000s/Year" },
|
||||
{ icon: Zap, label: "Energy Drain Per Talk", value: "5-6 Hours" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<div id="origin" data-section="origin">
|
||||
<FeatureCardSeven
|
||||
title="Your 30-Day Sales Transformation"
|
||||
description="A battle-tested system designed to take you from wherever you are to closing high-ticket deals."
|
||||
tag="The Process"
|
||||
tagIcon={CheckCircle}
|
||||
title="How Jay Discovered the Anti-Guru Approach"
|
||||
description="When Jay realized that traditional speaking coaches were selling hype instead of real psychology, he went hunting for the truth. That's when he found the blueprint in Jordan Belford's radical mindset strategies—and adapted it into the GRG technique (Gravitas, Resonance, Grip)."
|
||||
tag="The Origin Story"
|
||||
tagIcon={Sparkles}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Master Your Mindset", description: "Develop the psychological edge that separates top earners from average performers. Learn how to maintain confidence, overcome objections mentally, and attract high-value clients.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-worker-looking-white-board_329181-10326.jpg", imageAlt: "Mindset and confidence building"},
|
||||
title: "The Realization", description: "Most speaking coaches teach tactics. Jay discovered they were ignoring the psychological architecture that separates commanding speakers from nervous performers. The missing piece: understanding *why* you freeze, not just *how* to talk.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Discovering the truth"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Perfect Your Sales Script", description: "Get the exact scripts, frameworks, and conversation templates used to close deals worth $10K-$100K+. Every word is engineered for maximum conversion.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-through-partitions_23-2149831294.jpg", imageAlt: "Sales scripts and frameworks"},
|
||||
title: "Jordan Belford Connection", description: "Jay studied Jordan Belford's psychology of power and influence. The key insight: belief structures drive behavior. By reverse-engineering how top performers built unshakeable confidence, Jay created a framework that doesn't rely on tricks—it relies on genuine psychological transformation.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Power and influence psychology"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Handle Any Objection", description: "Turn objections into opportunities. Master 50+ proven responses to every excuse—price, timing, competition, and more. Never lose a deal to an objection again.", imageSrc: "http://img.b2bpic.net/free-photo/group-creative-people-analyzing-result-work_329181-15499.jpg", imageAlt: "Objection handling techniques"},
|
||||
title: "The Anti-Guru Twist", description: "Instead of selling you a false identity or \"expert persona,\" the GRG technique teaches you to speak from *your* authentic power. No scripts. No gimmicks. Just raw psychological tools that rewire how your brain handles the pressure of being heard.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Authentic power without gimmicks"},
|
||||
]}
|
||||
textboxLayout="split"
|
||||
animationType="blur-reveal"
|
||||
@@ -95,20 +95,77 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="system" data-section="system">
|
||||
<FeatureCardSeven
|
||||
title="The 3-Step GRG Breakdown"
|
||||
description="Every speaking breakthrough follows the same pattern. Here's how to architect yours."
|
||||
tag="The Framework"
|
||||
tagIcon={Mic}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Gravitas: Build Unshakeable Authority", description: "Gravitas isn't about sounding deep or pretending to know more. It's about owning your space. You'll learn how to anchor yourself physically, vocally, and psychologically so that when you open your mouth, the room *listens*. This is what separates heard from invisible.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Building authority and presence"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Resonance: Speak Directly to Their Nervous System", description: "Most speakers talk *at* audiences. You'll talk *through* them—directly to their reptilian brain. Learn the psychological triggers that turn passive listeners into engaged participants. It's not manipulation; it's the science of human attention and connection.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Audience connection and engagement"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Grip: Never Lose Control of the Room", description: "Anxiety happens when you lose control. Grip teaches you how to navigate any moment—tough questions, hostile energy, technical failures—without breaking character or confidence. You'll have psychological tools that keep you centered no matter what.", imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=600&h=400&fit=crop", imageAlt: "Controlling your presentation"},
|
||||
]}
|
||||
textboxLayout="split"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="phases" data-section="phases">
|
||||
<MetricCardTen
|
||||
title="The 4 Phases of Speaking Mastery"
|
||||
description="Your transformation follows a proven sequence. Each phase builds on the last."
|
||||
tag="The Program"
|
||||
tagIcon={Award}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "Phase 1: Foundation & Awareness", subtitle: "Diagnose your blocks. Understand your psychology. Build the foundation.", category: "Week 1", value: "$227", buttons: [
|
||||
{ text: "Phase 1 Details", href: "#cta" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", title: "Phase 2: Gravitas Development", subtitle: "Master authority. Own your space. Build presence that commands respect.", category: "Week 2", value: "$227", buttons: [
|
||||
{ text: "Phase 2 Details", href: "#cta" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", title: "Phase 3: Resonance & Connection", subtitle: "Speak directly to your audience's nervous system. Create magnetic engagement.", category: "Week 3", value: "$227", buttons: [
|
||||
{ text: "Phase 3 Details", href: "#cta" },
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "4", title: "Phase 4: Grip & Mastery", subtitle: "Handle any situation. Maintain control. Become unshakeable. BONUS: Integration coaching.", category: "Week 4", value: "$227", buttons: [
|
||||
{ text: "Phase 4 Details", href: "#cta" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="I went from making $30K a month to $150K a month in just 4 weeks. The scripts and mindset training completely changed how I approach sales conversations. This program pays for itself in a single deal."
|
||||
testimonial="I went from dreading presentations to actually looking forward to them. The GRG technique doesn't just teach you to speak—it rewires how you think about being heard. I've used this in board meetings, investor pitches, and team presentations. The confidence shift is real, and it sticks."
|
||||
rating={5}
|
||||
author="Marcus Johnson, Sales Professional"
|
||||
author="Marcus Chen, Executive Coach & Entrepreneur"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg", alt: "Marcus Johnson"},
|
||||
src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop&crop=face", alt: "Marcus Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg", alt: "Sarah Chen"},
|
||||
src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop&crop=face", alt: "Sarah Mitchell"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg", alt: "David Rodriguez"},
|
||||
src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop&crop=face", alt: "James Rodriguez"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1570.jpg", alt: "Jessica Williams"},
|
||||
src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=100&h=100&fit=crop&crop=face", alt: "Elena Williams"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -116,35 +173,15 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardTen
|
||||
title="Real Results From Real Students"
|
||||
description="These aren't promises—they're proven outcomes from people just like you."
|
||||
tag="Success Stories"
|
||||
tagIcon={Award}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "Increased from $40K to $180K Monthly", subtitle: "Real estate agent · Los Angeles · Completed 30-day program", category: "Real Estate", value: "+350% Revenue"},
|
||||
{
|
||||
id: "2", title: "Closed 12 High-Ticket Deals", subtitle: "Service-based entrepreneur · New York · Week 3 of program", category: "Services", value: "$240K Revenue"},
|
||||
{
|
||||
id: "3", title: "Built $500K Pipeline", subtitle: "B2B sales rep · Remote · 30 days post-program", category: "Enterprise", value: "$500K Pipeline"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactCTA
|
||||
tag="Ready to Scale?"
|
||||
tagIcon={Sparkles}
|
||||
title="Your 30-Day Sales Transformation Starts Today"
|
||||
description="Only 5 spots left in this month's cohort—apply before they fill up. Your income breakthrough is 30 days away."
|
||||
tag="Limited Time Offer"
|
||||
tagIcon={Zap}
|
||||
title="Speaking Mastery: Only $227—Price Increases After 20 Enrollments"
|
||||
description="You're getting a complete 4-phase system: Gravitas, Resonance, Grip, and Mastery Integration. But here's the urgency: Once 20 people enroll at this price, we're raising it to $597. Lock in your spot now."
|
||||
buttons={[
|
||||
{ text: "Enroll in the Program", href: "#" },
|
||||
{ text: "Schedule a Consultation", href: "#" },
|
||||
{ text: "Yes! Let me have it for $227", href: "#" },
|
||||
{ text: "Ask Me Anything First", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -154,27 +191,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="Sales Mastery"
|
||||
logoText="Speaking Mastery"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Program", href: "#features" },
|
||||
{ label: "Pain Points", href: "#pain-points" },
|
||||
{ label: "The Origin", href: "#origin" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Results", href: "#metrics" },
|
||||
{ label: "3-Step System", href: "#system" },
|
||||
{ label: "4 Phases", href: "#phases" },
|
||||
{ label: "Testimonials", href: "#testimonials" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{ label: "Get Started", href: "#cta" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user