Merge version_3 into main #2

Merged
bender merged 2 commits from version_3 into main 2026-03-09 00:01:10 +00:00
2 changed files with 64 additions and 67 deletions

View File

@@ -1,57 +1,35 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Public_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { ServiceWrapper } from "@/components/utils/ServiceWrapper";
import { Tag } from "@/components/utils/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Supremme Academia - Premium Gym & Fitness Coaching | Transform Your Body", description: "Experience premium fitness at Supremme Academia. State-of-the-art equipment, expert trainers, climate-controlled facility. Join our community and transform your body today.", keywords: "gym membership, fitness coaching, personal training, premium gym, health club, strength training", metadataBase: new URL("https://supremmeacademia.com"),
alternates: {
canonical: "https://supremmeacademia.com"},
openGraph: {
title: "Supremme Academia - Premium Fitness Experience", description: "Transform your body at a premium gym with modern equipment, expert staff, and perfectly climatized environment.", url: "https://supremmeacademia.com", siteName: "Supremme Academia", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367641.jpg", alt: "Supremme Academia gym facility"},
],
},
twitter: {
card: "summary_large_image", title: "Supremme Academia - Premium Fitness", description: "Join our elite fitness community and transform your body with expert guidance.", images: ["http://img.b2bpic.net/free-photo/pair-gloves-boxing-sport_23-2150367641.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Supremme Academia - Premium Fitness Experience", description: "Transform your body at Supremme Academia - a premium gym with state-of-the-art equipment, expert trainers, and climate-controlled facilities."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
>
<body className={inter.className}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
<script
async
src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/gsap.min.js"
/>
<script
async
src="https://cdn.jsdelivr.net/npm/gsap@3.12.2/dist/ScrollTrigger.min.js"
/>
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1397,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -64,15 +64,18 @@ export default function LandingPage() {
{
name: "Marcus Johnson", handle: "Fitness Enthusiast", testimonial:
"The equipment quality and trainer expertise transformed my fitness journey. Supremme Academia is worth every penny.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg"
},
{
name: "Sarah Chen", handle: "Beginner Athlete", testimonial:
"Felt intimidated at first, but the supportive environment and attentive coaches made me feel welcomed and confident from day one.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-slender-girl-black-fitting-clothing-posing-white_231208-4043.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-slender-girl-black-fitting-clothing-posing-white_231208-4043.jpg"
},
{
name: "David Williams", handle: "Results-Driven Professional", testimonial:
"Perfect for my busy schedule. Efficient training sessions with professional guidance that deliver real results.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16435.jpg"
},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -105,13 +108,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
members={[
{
id: "1", name: "Coach Alex Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-bodybuilder-sportswear-standing-with-crossed-arms-studio-isolated-gray-background_613910-19687.jpg", imageAlt: "Coach Alex Rodriguez"},
id: "1", name: "Coach Alex Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-bodybuilder-sportswear-standing-with-crossed-arms-studio-isolated-gray-background_613910-19687.jpg", imageAlt: "Coach Alex Rodriguez"
},
{
id: "2", name: "Coach Emma Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-fit-girl-enjoying-favorite-music_1262-18243.jpg", imageAlt: "Coach Emma Thompson"},
id: "2", name: "Coach Emma Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-fit-girl-enjoying-favorite-music_1262-18243.jpg", imageAlt: "Coach Emma Thompson"
},
{
id: "3", name: "Coach James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/sportive-man-black-shirt-showing-his-biceps_114579-14984.jpg", imageAlt: "Coach James Mitchell"},
id: "3", name: "Coach James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/sportive-man-black-shirt-showing-his-biceps_114579-14984.jpg", imageAlt: "Coach James Mitchell"
},
{
id: "4", name: "Coach Lisa Park", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Coach Lisa Park"},
id: "4", name: "Coach Lisa Park", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Coach Lisa Park"
},
]}
memberVariant="card"
membersAnimation="slide-up"
@@ -132,7 +139,8 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
],
features: [
"24/7 Facility Access", "Access to All Equipment", "One Free Training Session", "Member Community"],
"24/7 Facility Access", "Access to All Equipment", "One Free Training Session", "Member Community"
],
},
{
id: "professional", badge: "Most Popular", badgeIcon: Crown,
@@ -141,7 +149,8 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
],
features: [
"24/7 Facility Access", "All Equipment & Classes", "4 Personalized Training Sessions", "Nutrition Guidance", "Priority Scheduling", "Member Discounts"],
"24/7 Facility Access", "All Equipment & Classes", "4 Personalized Training Sessions", "Nutrition Guidance", "Priority Scheduling", "Member Discounts"
],
},
{
id: "elite", price: "$199/month", name: "Elite Membership", buttons: [
@@ -149,7 +158,8 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
],
features: [
"VIP 24/7 Access", "Unlimited Personal Training", "Custom Nutrition Plans", "Performance Analytics", "Dedicated Coach", "Priority Everything", "Exclusive Workshops"],
"VIP 24/7 Access", "Unlimited Personal Training", "Custom Nutrition Plans", "Performance Analytics", "Dedicated Coach", "Priority Everything", "Exclusive Workshops"
],
},
]}
textboxLayout="default"
@@ -166,16 +176,20 @@ export default function LandingPage() {
testimonials={[
{
id: "1", title: "From Beginner to Confident Athlete", quote:
"I walked in not knowing anything about fitness. The coaches here are incredibly patient and made me feel welcome. Within three months, I've seen amazing progress and feel so much more confident.", name: "Jessica Martinez", role: "Member, 6 months", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-athlete-starting-position-ready-start_23-2148264832.jpg", imageAlt: "Jessica Martinez"},
"I walked in not knowing anything about fitness. The coaches here are incredibly patient and made me feel welcome. Within three months, I've seen amazing progress and feel so much more confident.", name: "Jessica Martinez", role: "Member, 6 months", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-athlete-starting-position-ready-start_23-2148264832.jpg", imageAlt: "Jessica Martinez"
},
{
id: "2", title: "Professional Results in Limited Time", quote:
"As a busy executive, I needed efficient training. The personalized sessions and expert guidance at Supremme have helped me achieve better results in half the time.", name: "Thomas Bennett", role: "Elite Member, 1 year", imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "Thomas Bennett"},
"As a busy executive, I needed efficient training. The personalized sessions and expert guidance at Supremme have helped me achieve better results in half the time.", name: "Thomas Bennett", role: "Elite Member, 1 year", imageSrc: "http://img.b2bpic.net/free-photo/executive-blue-suit-arms-crossed_1139-200.jpg", imageAlt: "Thomas Bennett"
},
{
id: "3", title: "The Community Keeps Me Coming Back", quote:
"It's not just about the equipment or the trainers—it's the supportive community. Everyone here is encouraging and motivating. This gym feels like family.", name: "Amanda Foster", role: "Professional Member, 8 months", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-athleisure-posing-outdoors_23-2148655856.jpg", imageAlt: "Amanda Foster"},
"It's not just about the equipment or the trainers—it's the supportive community. Everyone here is encouraging and motivating. This gym feels like family.", name: "Amanda Foster", role: "Professional Member, 8 months", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-athleisure-posing-outdoors_23-2148655856.jpg", imageAlt: "Amanda Foster"
},
{
id: "4", title: "Life-Changing Transformation", quote:
"I've tried many gyms, but Supremme Academia is different. The expertise, the climate-controlled environment, the attention to detail—it shows in every aspect. Best investment in myself.", name: "Robert Chen", role: "Fitness Enthusiast, 2 years", imageSrc: "http://img.b2bpic.net/free-photo/serious-fitness-man-sportswear-holding-expander_613910-7727.jpg", imageAlt: "Robert Chen"},
"I've tried many gyms, but Supremme Academia is different. The expertise, the climate-controlled environment, the attention to detail—it shows in every aspect. Best investment in myself.", name: "Robert Chen", role: "Fitness Enthusiast, 2 years", imageSrc: "http://img.b2bpic.net/free-photo/serious-fitness-man-sportswear-holding-expander_613910-7727.jpg", imageAlt: "Robert Chen"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -184,15 +198,17 @@ export default function LandingPage() {
<div id="comparison" data-section="comparison">
<FeatureCardSixteen
title="Why Supremme Academia Stands Out"
description="Experience the difference between ordinary gyms and premium fitness excellence"
title="Por que Supremme Academia se Destaca"
description="Experimente a diferença entre academias comuns e excelência em fitness premium"
negativeCard={{
items: [
"Outdated, poorly maintained equipment", "Overcrowded facilities with long waits", "Inexperienced or unavailable staff", "No climate control or comfort", "Generic one-size-fits-all approach"],
"Equipamentos desatualizados e mal mantidos", "Instalações superlotadas com longas filas de espera", "Equipe inexperiente ou indisponível", "Sem controle climático ou conforto", "Abordagem genérica sem personalização"
],
}}
positiveCard={{
items: [
"State-of-the-art equipment, regularly upgraded", "Spacious, well-organized facilities", "Certified expert trainers, always available", "Perfectly climatized for comfort", "Personalized guidance and support"],
"Equipamentos de última geração, regularmente atualizados", "Instalações espaçosas e bem organizadas", "Treinadores certificados e sempre disponíveis", "Perfeitamente climatizada para conforto", "Orientação personalizada e suporte contínuo"
],
}}
animationType="slide-up"
textboxLayout="default"
@@ -202,12 +218,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your body and unlock your potential? Start your fitness journey at Supremme Academia today. Join our community of motivated individuals achieving their goals."
text="Pronto para transformar seu corpo e liberar seu potencial? Inicie sua jornada de fitness na Supremme Academia hoje. Junte-se à nossa comunidade de indivíduos motivados alcançando seus objetivos."
animationType="reveal-blur"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Join Now", href: "#pricing" },
{ text: "Schedule Consultation", href: "#" },
{ text: "Junte-se Agora", href: "#pricing" },
{ text: "Agendar Consulta", href: "#" },
]}
useInvertedBackground={false}
/>
@@ -216,20 +232,24 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Supremme Academia"
copyrightText="© 2025 Supremme Academia. All rights reserved."
copyrightText="© 2025 Supremme Academia. Todos os direitos reservados."
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/supremmeacademia", ariaLabel: "Facebook"},
href: "https://facebook.com/supremmeacademia", ariaLabel: "Facebook"
},
{
icon: Instagram,
href: "https://instagram.com/supremmeacademia", ariaLabel: "Instagram"},
href: "https://instagram.com/supremmeacademia", ariaLabel: "Instagram"
},
{
icon: Twitter,
href: "https://twitter.com/supremmeacademia", ariaLabel: "Twitter"},
href: "https://twitter.com/supremmeacademia", ariaLabel: "Twitter"
},
{
icon: Linkedin,
href: "https://linkedin.com/company/supremmeacademia", ariaLabel: "LinkedIn"},
href: "https://linkedin.com/company/supremmeacademia", ariaLabel: "LinkedIn"
},
]}
/>
</div>