Merge version_2 into main #5

Merged
bender merged 3 commits from version_2 into main 2026-03-04 19:51:58 +00:00
3 changed files with 37 additions and 65 deletions

View File

@@ -1,53 +1,26 @@
import type { Metadata } from "next";
import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
import "./styles/variables.css";
import "./styles/base.css";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Max | AI Looksmaxxing Coach - SMS Fitness, Nutrition & Bone Health", description: "Your AI coach, every day in your pocket. Get personalized SMS coaching for fitness, nutrition, and bone health. Real feedback. Real results. Transform your appearance with Max.", keywords: "looksmaxxing, fitness coaching, nutrition guidance, appearance optimization, AI coach, SMS coaching, bone health, facial analysis", metadataBase: new URL("https://maxlooksmaxx.com"),
alternates: {
canonical: "https://maxlooksmaxx.com"
},
openGraph: {
title: "Max | AI Looksmaxxing Coach", description: "Personalized SMS coaching for fitness, nutrition, and appearance optimization.", url: "https://maxlooksmaxx.com", siteName: "Max", type: "website", images: [
{
url: "https://maxlooksmaxx.com/og-image.jpg", alt: "Max AI Coach Dashboard"
}
]
},
twitter: {
card: "summary_large_image", title: "Max | AI Looksmaxxing Coach", description: "Your AI coach, every day in your pocket.", images: ["https://maxlooksmaxx.com/twitter-image.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Max | AI Looksmaxxing Coach", description: "Personalized AI coaching for fitness, nutrition, and appearance optimization through daily SMS guidance."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.variable}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1415,7 +1388,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -14,16 +14,16 @@ import { Calendar, Camera, CreditCard, LayoutDashboard, MessageCircle, Package,
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="reveal-blur"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="small"
sizing="largeSmallSizeMediumTitles"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="gradient"
contentWidth="medium"
sizing="medium"
background="none"
cardStyle="solid"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="bold"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
@@ -47,16 +47,16 @@ export default function LandingPage() {
description="Max sends SMS notifications tailored to your goals—fitness, nutrition, bone health, and more. Real feedback. Real results. Get expert guidance without judgment, delivered directly to your phone."
tag="AI-Powered Coaching"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
tagAnimation="none"
background={{ variant: "plain" }}
buttons={[
{ text: "Start Your Transformation", href: "#contact" },
{ text: "See How It Works", href: "#workflow" }
]}
buttonAnimation="slide-up"
buttonAnimation="none"
imageSrc="http://img.b2bpic.net/free-vector/workout-tracker-app-set_23-2148637445.jpg"
imageAlt="Max Dashboard - Personalized coaching interface"
mediaAnimation="blur-reveal"
mediaAnimation="none"
imagePosition="right"
fixedMediaHeight={true}
/>
@@ -67,9 +67,9 @@ export default function LandingPage() {
title="Specialized Coaching Modules"
description="Three core modules designed to optimize every aspect of your appearance and health through data-driven daily SMS guidance."
tag="Features"
tagAnimation="slide-up"
tagAnimation="none"
textboxLayout="default"
useInvertedBackground={true}
useInvertedBackground={false}
features={[
{
id: "fitnessmax", title: "FitnessMax: Strength & Physique", tags: ["Workouts", "Progressive Overload"],
@@ -84,7 +84,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/chiropractor-checking-spine_1098-16910.jpg", imageAlt: "BoneMax skeletal health module"
}
]}
animationType="slide-up"
animationType="none"
/>
</div>
@@ -97,7 +97,7 @@ export default function LandingPage() {
{ icon: Camera, label: "Step 3: Face Scan", value: "Baseline capture" },
{ icon: LayoutDashboard, label: "Step 4: Dashboard", value: "Daily coaching" }
]}
metricsAnimation="slide-up"
metricsAnimation="none"
useInvertedBackground={false}
/>
</div>
@@ -108,8 +108,8 @@ export default function LandingPage() {
description="Track your progress with precision metrics that matter."
gridVariant="uniform-all-items-equal"
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
useInvertedBackground={false}
animationType="none"
metrics={[
{
id: "1", value: "92", title: "%", description: "Users report visible improvements within 8 weeks", icon: TrendingUp
@@ -160,9 +160,9 @@ export default function LandingPage() {
title="Begin Your Transformation Today"
description="Join hundreds of men who are already seeing results. Secure login → Face scan baseline → Personalized SMS coaching starts immediately."
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
tagAnimation="none"
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Start Free Trial"
termsText="14-day free trial. No credit card required. Cancel anytime."

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #25190c;
--primary-cta: #ff6207;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);