Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-02 09:02:05 +00:00

View File

@@ -87,6 +87,8 @@ export default function LandingPage() {
animationType="blur-reveal"
title="Gold Elite Membership Tiers"
description="Curated excellence for the discerning athlete."
textboxLayout="split"
useInvertedBackground={false}
plans={[
{ id: "basic", badge: "Essential", price: "₹9,999", subtitle: "Daily Luxury", features: ["Access 24/7", "Locker Access"], buttons: [{text: "Select Tier"}] },
{ id: "pro", badge: "Gold Signature", price: "₹24,999", subtitle: "Executive Performance", features: ["Personalized Training", "Sauna Access"], buttons: [{text: "Select Tier"}] },
@@ -97,9 +99,10 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
animationType="blur-reveal"
title="Premium Client Testimonials"
description="Hear from our exclusive community members about their transformations."
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Aryan Khanna", date: "Oct 2024", title: "Business Owner", quote: "The gold standard in fitness and luxury.", tag: "Verified Member", avatarSrc: "https://img.b2bpic.net/free-photo/view-woman-helping-man-exercise-gym_52683-98091.jpg" },
{ id: "2", name: "Vikram Singh", date: "Nov 2024", title: "CEO", quote: "Unparalleled privacy and coaching quality.", tag: "Diamond Member", avatarSrc: "https://img.b2bpic.net/free-photo/high-angle-male-with-arms-crossed_23-2148482698.jpg" },
@@ -113,6 +116,7 @@ export default function LandingPage() {
title="Connect with Elite Concierge"
description="Request a personal tour or a consultation for custom membership packages."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>