Merge version_5 into main

Merge version_5 into main
This commit was merged in pull request #10.
This commit is contained in:
2026-02-27 10:23:06 +00:00

View File

@@ -11,9 +11,127 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Award, CheckCircle, Sparkles, Package } from "lucide-react";
import { Award, CheckCircle, Sparkles, Package, Linkedin, Twitter, Instagram, Mail } from "lucide-react";
import React, { useState } from "react";
const TestimonialCardFlipped = ({ testimonial, onFlip }: { testimonial: any; onFlip: (id: string) => void }) => {
const [isFlipped, setIsFlipped] = useState(false);
const handleMouseEnter = () => {
setIsFlipped(true);
};
const handleMouseLeave = () => {
setIsFlipped(false);
};
return (
<div
onMouseEnter={handleMouseEnter}
onMouseLeave={handleMouseLeave}
className="h-full"
>
<div
className="relative w-full h-full transition-transform duration-500 preserve-3d"
style={{
transformStyle: 'preserve-3d',
transform: isFlipped ? 'rotateY(180deg)' : 'rotateY(0deg)',
}}
>
{/* Front side */}
<div
className="absolute w-full h-full bg-card rounded-theme p-6 flex flex-col justify-between border border-accent/20"
style={{
backfaceVisibility: 'hidden',
WebkitBackfaceVisibility: 'hidden',
}}
>
<div>
<p className="text-foreground mb-6 text-sm leading-relaxed">{testimonial.testimonial}</p>
</div>
<div className="flex items-center gap-3">
{testimonial.imageSrc && (
<img
src={testimonial.imageSrc}
alt={testimonial.imageAlt || testimonial.name}
className="w-12 h-12 rounded-full object-cover"
/>
)}
<div>
<p className="font-semibold text-foreground text-sm">{testimonial.name}</p>
<p className="text-accent text-xs">{testimonial.role}</p>
</div>
</div>
</div>
{/* Back side */}
<div
className="absolute w-full h-full bg-primary-cta rounded-theme p-6 flex flex-col items-center justify-center gap-6 border border-accent/20"
style={{
backfaceVisibility: 'hidden',
WebkitBackfaceVisibility: 'hidden',
transform: 'rotateY(180deg)',
}}
>
<p className="text-primary-cta-text font-semibold text-center text-sm">Connect with {testimonial.name}</p>
<div className="flex gap-4">
<a
href="#"
className="text-primary-cta-text hover:opacity-80 transition-opacity"
title="LinkedIn"
>
<Linkedin size={24} />
</a>
<a
href="#"
className="text-primary-cta-text hover:opacity-80 transition-opacity"
title="Twitter"
>
<Twitter size={24} />
</a>
<a
href="#"
className="text-primary-cta-text hover:opacity-80 transition-opacity"
title="Instagram"
>
<Instagram size={24} />
</a>
<a
href="#"
className="text-primary-cta-text hover:opacity-80 transition-opacity"
title="Email"
>
<Mail size={24} />
</a>
</div>
</div>
</div>
</div>
);
};
export default function LandingPage() {
const testimonialData = [
{
id: "1", name: "Marcus T.", role: "Software Engineer", testimonial: "I went from feeling invisible to commanding attention in any room. The skincare protocol cleared my skin, the training program built muscle, and the style guidance transformed how people perceive me. Best investment I've made.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus after transformation"
},
{
id: "2", name: "James K.", role: "Sales Executive", testimonial: "Within 8 weeks, my confidence skyrocketed. Clients and colleagues noticed the change immediately. The comprehensive approach meant I didn't have to figure it out alone—every pillar was covered professionally.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James after transformation"
},
{
id: "3", name: "Derek M.", role: "Entrepreneur", testimonial: "This isn't just about looking better; it's about becoming the best version of yourself. The accountability and expert guidance made all the difference. I recommend Maxximize to every serious man.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1", imageAlt: "Derek after transformation"
},
{
id: "4", name: "Ryan P.", role: "Marketing Manager", testimonial: "The transformation exceeded my expectations. Clear skin, visible muscle, sharp style, and grooming expertise—I feel like a completely new person. This program delivers.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "Ryan after transformation"
},
{
id: "5", name: "Alex V.", role: "Fitness Professional", testimonial: "Even as someone in the fitness industry, I learned so much about the holistic approach to personal optimization. The skincare and style components I was missing have made a huge difference.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Alex after transformation"
},
{
id: "6", name: "Chris N.", role: "Consultant", testimonial: "The most comprehensive looksmaxxing program available. Not just gym hacks or skincare tips—this is a complete system. Worth every penny and then some.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=3", imageAlt: "Chris after transformation"
}
];
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
@@ -153,33 +271,21 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="Client Success Stories"
description="Real transformations from real men who took control of their image."
testimonials={[
{
id: "1", name: "Marcus T.", role: "Software Engineer", testimonial: "I went from feeling invisible to commanding attention in any room. The skincare protocol cleared my skin, the training program built muscle, and the style guidance transformed how people perceive me. Best investment I've made.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus after transformation"
},
{
id: "2", name: "James K.", role: "Sales Executive", testimonial: "Within 8 weeks, my confidence skyrocketed. Clients and colleagues noticed the change immediately. The comprehensive approach meant I didn't have to figure it out alone—every pillar was covered professionally.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James after transformation"
},
{
id: "3", name: "Derek M.", role: "Entrepreneur", testimonial: "This isn't just about looking better; it's about becoming the best version of yourself. The accountability and expert guidance made all the difference. I recommend Maxximize to every serious man.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1", imageAlt: "Derek after transformation"
},
{
id: "4", name: "Ryan P.", role: "Marketing Manager", testimonial: "The transformation exceeded my expectations. Clear skin, visible muscle, sharp style, and grooming expertise—I feel like a completely new person. This program delivers.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2", imageAlt: "Ryan after transformation"
},
{
id: "5", name: "Alex V.", role: "Fitness Professional", testimonial: "Even as someone in the fitness industry, I learned so much about the holistic approach to personal optimization. The skincare and style components I was missing have made a huge difference.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Alex after transformation"
},
{
id: "6", name: "Chris N.", role: "Consultant", testimonial: "The most comprehensive looksmaxxing program available. Not just gym hacks or skincare tips—this is a complete system. Worth every penny and then some.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=3", imageAlt: "Chris after transformation"
}
]}
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
/>
<div className="w-full py-20 px-6">
<div className="w-full max-w-7xl mx-auto">
<div className="text-center mb-12">
<h2 className="text-4xl md:text-5xl font-semibold text-foreground mb-4">Client Success Stories</h2>
<p className="text-foreground/70 text-lg">Real transformations from real men who took control of their image.</p>
</div>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 auto-rows-max">
{testimonialData.map((testimonial) => (
<div key={testimonial.id} className="h-80">
<TestimonialCardFlipped testimonial={testimonial} onFlip={() => {}} />
</div>
))}
</div>
</div>
</div>
</div>
<div id="faq" data-section="faq">