From c1d79a82eeea7562ded3f13f29bdc2119a09b8af Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 17:35:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 908643f..186cbb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,10 +53,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159597-ik4qx65i.png?_wi=1", imageAlt: "Nobleman hexagon mastery radar interface" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159597-ik4qx65i.png", imageAlt: "Nobleman hexagon mastery radar interface" }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159595-fh8fxlad.png?_wi=1", imageAlt: "Nobleman community inner circle screen" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159595-fh8fxlad.png", imageAlt: "Nobleman community inner circle screen" } ]} mediaAnimation="slide-up" @@ -101,19 +101,19 @@ export default function LandingPage() { id: "feature-1", title: "Real-Time Streak Tracking", descriptions: [ "Watch your progress in real-time with our hexagon mastery radar. Every hour matters. Every day builds your shield.", "Visual feedback powered by advanced analytics to keep you locked in." ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159597-ik4qx65i.png?_wi=2", imageAlt: "Hexagon radar showing 44m 1s streak counter" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159597-ik4qx65i.png", imageAlt: "Hexagon radar showing 44m 1s streak counter" }, { id: "feature-2", title: "The Nobleman's Path Timeline", descriptions: [ "A structured 7-week journey with daily missions designed by behavioral psychologists and recovery experts.", "Current step tracking with authentic mentor guidance at every milestone." ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159596-l0ufnkji.png?_wi=1", imageAlt: "Timeline showing path progression and day 1 starting line" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159596-l0ufnkji.png", imageAlt: "Timeline showing path progression and day 1 starting line" }, { id: "feature-3", title: "Community Brotherhood Access", descriptions: [ "Direct 1:1 connection with founders and experienced mentors. Real people who've walked this path.", "No bots. No tickets. Just authentic support when you need it most." ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159595-fh8fxlad.png?_wi=2", imageAlt: "Community inner circle with direct founder access" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159595-fh8fxlad.png", imageAlt: "Community inner circle with direct founder access" } ]} gridVariant="three-columns-all-equal-width" @@ -154,14 +154,14 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[{ text: "VIEW YOUR RADAR", href: "#" }]} buttonAnimation="slide-up" - titleClassName="text-4xl md:text-5xl font-light uppercase italic text-white tracking-tight" - descriptionClassName="text-base text-[rgba(255,255,255,0.6)] max-w-3xl" + textBoxTitleClassName="text-4xl md:text-5xl font-light uppercase italic text-white tracking-tight" + textBoxDescriptionClassName="text-base text-[rgba(255,255,255,0.6)] max-w-3xl" cardClassName="bg-[#161616] border border-[rgba(255,255,255,0.08)] rounded-[18px] p-8 text-center" valueClassName="text-2xl font-bold text-[#A8C8F8] uppercase italic tracking-wide mb-2" metricDescriptionClassName="text-xs text-[rgba(255,255,255,0.4)] uppercase tracking-widest" containerClassName="max-w-7xl mx-auto" textBoxClassName="mb-16" - tagClassName="inline-flex items-center gap-2 text-xs uppercase font-bold text-[#4ADE80] tracking-widest mb-6" + textBoxTagClassName="inline-flex items-center gap-2 text-xs uppercase font-bold text-[#4ADE80] tracking-widest mb-6" /> @@ -172,7 +172,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="The Inner Circle" description="You're not alone. Thousands of brothers are committed to the same journey. Access real mentors, real support, and real community—direct connections with founders who've walked every step of your path." - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159595-fh8fxlad.png?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159595-fh8fxlad.png" imageAlt="Inner circle community showing direct founder access" useInvertedBackground={false} buttons={[{ text: "JOIN THE BROTHERHOOD", href: "#cta" }]} @@ -216,14 +216,14 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[{ text: "START YOUR JOURNEY", href: "#cta" }]} buttonAnimation="slide-up" - titleClassName="text-4xl md:text-5xl font-light uppercase italic text-white tracking-tight" - descriptionClassName="text-base text-[rgba(255,255,255,0.6)] max-w-3xl" + textBoxTitleClassName="text-4xl md:text-5xl font-light uppercase italic text-white tracking-tight" + textBoxDescriptionClassName="text-base text-[rgba(255,255,255,0.6)] max-w-3xl" cardClassName="bg-[#161616] border border-[rgba(255,255,255,0.08)] rounded-[18px] p-8 hover:border-[rgba(255,255,255,0.18)] hover:-translate-y-1 transition-all duration-300" cardTitleClassName="text-xl font-bold text-white uppercase italic mb-3" cardDescriptionClassName="text-sm text-[rgba(255,255,255,0.5)] leading-relaxed" containerClassName="max-w-7xl mx-auto" textBoxClassName="mb-16" - tagClassName="inline-flex items-center gap-2 text-xs uppercase font-bold text-[#4ADE80] tracking-widest mb-6" + textBoxTagClassName="inline-flex items-center gap-2 text-xs uppercase font-bold text-[#4ADE80] tracking-widest mb-6" /> @@ -237,7 +237,7 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Marcus D.", role: "Software Engineer", company: "77 days clean", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159597-4sauj9e4.png?_wi=1", imageAlt: "Recovery analytics showing progression" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159597-4sauj9e4.png", imageAlt: "Recovery analytics showing progression" }, { id: "testimonial-2", name: "James T.", role: "Entrepreneur", company: "124 days streak", rating: 5, @@ -245,19 +245,19 @@ export default function LandingPage() { }, { id: "testimonial-3", name: "David K.", role: "Executive", company: "45 days rebuilding", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159597-4sauj9e4.png?_wi=2", imageAlt: "Timeline journey progression" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159597-4sauj9e4.png", imageAlt: "Timeline journey progression" }, { id: "testimonial-4", name: "Ryan P.", role: "Student", company: "180 days committed", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159596-l0ufnkji.png?_wi=2", imageAlt: "The Nobleman's path progression" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159596-l0ufnkji.png", imageAlt: "The Nobleman's path progression" }, { id: "testimonial-5", name: "Alex M.", role: "Creator", company: "91 days strong", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159595-fh8fxlad.png?_wi=4", imageAlt: "Community connection screenshot" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159595-fh8fxlad.png", imageAlt: "Community connection screenshot" }, { id: "testimonial-6", name: "Jordan S.", role: "Athlete", company: "365 days free", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159597-ik4qx65i.png?_wi=3", imageAlt: "Hexagon mastery radar full" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtpZunGJLfZx0hKh2ODHl4j55T/uploaded-1773423159597-ik4qx65i.png", imageAlt: "Hexagon mastery radar full" } ]} gridVariant="three-columns-all-equal-width" @@ -266,8 +266,8 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[{ text: "READ MORE STORIES", href: "#" }]} buttonAnimation="slide-up" - titleClassName="text-4xl md:text-5xl font-light uppercase italic text-white tracking-tight" - descriptionClassName="text-base text-[rgba(255,255,255,0.6)] max-w-3xl" + textBoxTitleClassName="text-4xl md:text-5xl font-light uppercase italic text-white tracking-tight" + textBoxDescriptionClassName="text-base text-[rgba(255,255,255,0.6)] max-w-3xl" cardClassName="bg-[#161616] border border-[rgba(255,255,255,0.08)] rounded-[18px] p-6 hover:border-[rgba(255,255,255,0.18)] hover:-translate-y-1 transition-all duration-300" imageClassName="w-full h-48 object-cover rounded-lg mb-4" nameClassName="text-lg font-bold text-white uppercase italic" @@ -275,7 +275,7 @@ export default function LandingPage() { companyClassName="text-sm text-[#4ADE80] font-bold uppercase tracking-wide mt-2" containerClassName="max-w-7xl mx-auto" textBoxClassName="mb-16" - tagClassName="inline-flex items-center gap-2 text-xs uppercase font-bold text-[#4ADE80] tracking-widest mb-6" + textBoxTagClassName="inline-flex items-center gap-2 text-xs uppercase font-bold text-[#4ADE80] tracking-widest mb-6" />