Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -92,7 +92,7 @@ export default function ActivitiesPage() {
|
||||
title: "Fitness & Musculation",
|
||||
description:
|
||||
"Salle équipée des dernières machines de renommée mondiale. Entraînement en force, hypertrophie et conditionnement physique. Coachs diplômés IFBB et ISSA pour vous guider.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg?_wi=2",
|
||||
imageAlt: "Salle fitness moderne avec équipements",
|
||||
buttons: [
|
||||
{ text: "Voir Planning", href: "/#planning" },
|
||||
@@ -104,7 +104,7 @@ export default function ActivitiesPage() {
|
||||
title: "Aquafitness & Piscine",
|
||||
description:
|
||||
"Piscine chauffée à 29°C avec cours d'aquafitness, natation, aquazumba et aquabike. Bénéfices : faible impact articulaire, renforcement musculaire, cardiovasculaire.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-swimmer-sitting_171337-7793.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-swimmer-sitting_171337-7793.jpg?_wi=2",
|
||||
imageAlt: "Piscine aquafitness",
|
||||
buttons: [
|
||||
{ text: "Voir Planning", href: "/#planning" },
|
||||
@@ -116,7 +116,7 @@ export default function ActivitiesPage() {
|
||||
title: "Yoga & Pilates",
|
||||
description:
|
||||
"Cours de yoga flow, yoga zen, pilates mat et reformer pour flexibilité, équilibre et bien-être mental. Instructeurs certifiés avec approche holistique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-women-practicing-hall_7502-5154.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-women-practicing-hall_7502-5154.jpg?_wi=2",
|
||||
imageAlt: "Cours de yoga et relaxation",
|
||||
buttons: [
|
||||
{ text: "Voir Planning", href: "/#planning" },
|
||||
@@ -128,7 +128,7 @@ export default function ActivitiesPage() {
|
||||
title: "Crossfit & Entrainement",
|
||||
description:
|
||||
"Programmes crossfit intensifs, HIIT, circuit training. Classes structurées avec moniteurs certifiés. Parfait pour les amateurs de défi et de progression.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-exercising-with-battle-ropes_23-2147949555.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-exercising-with-battle-ropes_23-2147949555.jpg?_wi=2",
|
||||
imageAlt: "Entraînement crossfit intensif",
|
||||
buttons: [
|
||||
{ text: "Voir Planning", href: "/#planning" },
|
||||
@@ -140,7 +140,7 @@ export default function ActivitiesPage() {
|
||||
title: "Vélo Indoor & Cardio",
|
||||
description:
|
||||
"Classes de spin dinamique, RPM classique, cardio box. Ambiance motivante, musique énergique, coaches dynamiques pour vous propulser vers vos objectifs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332071.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332071.jpg?_wi=2",
|
||||
imageAlt: "Classe vélo indoor collective",
|
||||
buttons: [
|
||||
{ text: "Voir Planning", href: "/#planning" },
|
||||
@@ -175,7 +175,7 @@ export default function ActivitiesPage() {
|
||||
"Après les cours de yoga, je me sens apaisée et flexible. L'instructrice explique bien les postures et nous encourage à nous écouter.",
|
||||
name: "Catherine Beaumont",
|
||||
role: "Cours Yoga",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-yoga-mat_23-2149832809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-yoga-mat_23-2149832809.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -184,7 +184,7 @@ export default function ActivitiesPage() {
|
||||
"Le crossfit chez Olympe m'a dépassé ! Les coachs corrigent la technique, l'ambiance communautaire me pousse à me surpasser chaque fois.",
|
||||
name: "François Durand",
|
||||
role: "Cours Crossfit",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-guy-with-stylish-haircut-standing-near-awesome-yacht-holding-camera-staring-seriously-being-focused-photo-session-harbour-making-pictures-scenery_176420-5108.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-guy-with-stylish-haircut-standing-near-awesome-yacht-holding-camera-staring-seriously-being-focused-photo-session-harbour-making-pictures-scenery_176420-5108.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Nunito_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Olympe Aqua Fitness - Club de Fitness et Aquatique à Chambéry",
|
||||
description: "Salle de sport et aquatique à Chambéry. Fitness, aquafitness, yoga, crossfit. Essai gratuit, coachs diplômés, piscine chauffée, sauna. Rejoignez notre communauté !",
|
||||
keywords: "salle de sport Chambéry, aquafitness, fitness, gym, yoga, piscine, crossfit, sauna",
|
||||
metadataBase: new URL("https://olympeaquafitness.fr"),
|
||||
alternates: {
|
||||
canonical: "https://olympeaquafitness.fr",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Olympe Aqua Fitness - Club Fitness et Aquatique Chambéry",
|
||||
description: "Découvrez notre club de fitness premium à Chambéry : piscine, aquafitness, yoga, crossfit. Essai gratuit pour tous !",
|
||||
url: "https://olympeaquafitness.fr",
|
||||
siteName: "Olympe Aqua Fitness",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/group-people-performing-stretching-exercise_1170-137.jpg",
|
||||
alt: "Olympe Aqua Fitness Club Chambéry",
|
||||
},
|
||||
],
|
||||
type: "website",
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Olympe Aqua Fitness - Chambéry",
|
||||
description: "Le meilleur club fitness, aquatique et wellness de Chambéry",
|
||||
images: ["http://img.b2bpic.net/free-photo/group-people-performing-stretching-exercise_1170-137.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunitoSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -89,7 +89,7 @@ export default function AboutPage() {
|
||||
description="Olympe Aqua Fitness offre bien plus qu'une simple salle de sport."
|
||||
subdescription="Découvrez nos espaces premium : piscine chauffée, sauna, jacuzzi, vestiaires modernes et parking gratuit pour vous accueillir dans les meilleures conditions."
|
||||
icon={Building2}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-sports-girl_1157-14406.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-sports-girl_1157-14406.jpg?_wi=2"
|
||||
imageAlt="Installations modernes d'Olympe Aqua Fitness"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -109,28 +109,28 @@ export default function AboutPage() {
|
||||
name: "David Legrand",
|
||||
role: "Coach Fitness Principal",
|
||||
description: "13 ans d'expérience. Spécialiste en renforcement musculaire et perte de poids. Bienveillant et exigeant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Amélie Fontaine",
|
||||
role: "Coach Aquafitness & Natation",
|
||||
description: "Certifiée en aquathérapie. Experte en mouvements adaptés pour tous les âges et niveaux.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexual-girl-sitting-near-swimming-pool_8353-8504.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexual-girl-sitting-near-swimming-pool_8353-8504.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Xavier Moreau",
|
||||
role: "Coach Crossfit & Functional Training",
|
||||
description: "Champion de crossfit régional. Crée des entraînements motivants et sécurisés pour tous.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-guy-with-stylish-haircut-standing-near-awesome-yacht-holding-camera-staring-seriously-being-focused-photo-session-harbour-making-pictures-scenery_176420-5108.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-guy-with-stylish-haircut-standing-near-awesome-yacht-holding-camera-staring-seriously-being-focused-photo-session-harbour-making-pictures-scenery_176420-5108.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Nathalie Dubois",
|
||||
role: "Coach Yoga & Pilates",
|
||||
description: "Spécialisée en bien-être holistique. Apaise les tensions et renforce la flexibilité profonde.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga-her-body-balance_23-2149163252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga-her-body-balance_23-2149163252.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -152,35 +152,35 @@ export default function AboutPage() {
|
||||
id: 1,
|
||||
title: "Fitness & Musculation",
|
||||
description: "Salle équipée des dernières machines de renommée mondiale. Coachs diplômés pour vous guider vers vos objectifs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg?_wi=3",
|
||||
imageAlt: "Salle fitness moderne avec équipements",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Aquafitness & Piscine",
|
||||
description: "Piscine chauffée avec cours d'aquafitness, natation et activités aquatiques pour tous les âges.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-swimmer-sitting_171337-7793.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-swimmer-sitting_171337-7793.jpg?_wi=3",
|
||||
imageAlt: "Piscine aquafitness",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Yoga & Pilates",
|
||||
description: "Cours de yoga et pilates pour renforcer votre flexibilité, équilibre et bien-être mental.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-women-practicing-hall_7502-5154.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-women-practicing-hall_7502-5154.jpg?_wi=3",
|
||||
imageAlt: "Cours de yoga et relaxation",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Crossfit & Entrainement",
|
||||
description: "Programme crossfit intensif pour les amateurs de défi. Entraînements fonctionnels et motivants.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-exercising-with-battle-ropes_23-2147949555.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-exercising-with-battle-ropes_23-2147949555.jpg?_wi=3",
|
||||
imageAlt: "Entraînement crossfit intensif",
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Vélo Indoor & Cardio",
|
||||
description: "Cours de vélo indoor énergisants en groupe avec coaches motivants et ambiance dynamique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332071.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332071.jpg?_wi=3",
|
||||
imageAlt: "Classe vélo indoor collective",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -174,7 +174,7 @@ export default function HomePage() {
|
||||
title: "Fitness & Musculation",
|
||||
description:
|
||||
"Salle équipée des dernières machines de renommée mondiale. Coachs diplômés pour vous guider vers vos objectifs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg?_wi=1",
|
||||
imageAlt: "Salle fitness moderne avec équipements",
|
||||
},
|
||||
{
|
||||
@@ -182,7 +182,7 @@ export default function HomePage() {
|
||||
title: "Aquafitness & Piscine",
|
||||
description:
|
||||
"Piscine chauffée avec cours d'aquafitness, natation et activités aquatiques pour tous les âges.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-swimmer-sitting_171337-7793.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-male-swimmer-sitting_171337-7793.jpg?_wi=1",
|
||||
imageAlt: "Piscine aquafitness",
|
||||
},
|
||||
{
|
||||
@@ -190,7 +190,7 @@ export default function HomePage() {
|
||||
title: "Yoga & Pilates",
|
||||
description:
|
||||
"Cours de yoga et pilates pour renforcer votre flexibilité, équilibre et bien-être mental.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-women-practicing-hall_7502-5154.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-women-practicing-hall_7502-5154.jpg?_wi=1",
|
||||
imageAlt: "Cours de yoga et relaxation",
|
||||
},
|
||||
{
|
||||
@@ -198,7 +198,7 @@ export default function HomePage() {
|
||||
title: "Crossfit & Entrainement",
|
||||
description:
|
||||
"Programme crossfit intensif pour les amateurs de défi. Entraînements fonctionnels et motivants.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-exercising-with-battle-ropes_23-2147949555.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-exercising-with-battle-ropes_23-2147949555.jpg?_wi=1",
|
||||
imageAlt: "Entraînement crossfit intensif",
|
||||
},
|
||||
{
|
||||
@@ -206,7 +206,7 @@ export default function HomePage() {
|
||||
title: "Vélo Indoor & Cardio",
|
||||
description:
|
||||
"Cours de vélo indoor énergisants en groupe avec coaches motivants et ambiance dynamique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332071.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-taking-part-spinning-class_23-2149332071.jpg?_wi=1",
|
||||
imageAlt: "Classe vélo indoor collective",
|
||||
},
|
||||
]}
|
||||
@@ -225,7 +225,7 @@ export default function HomePage() {
|
||||
description="Olympe Aqua Fitness offre bien plus qu'une simple salle de sport."
|
||||
subdescription="Découvrez nos espaces premium : piscine chauffée, sauna, jacuzzi, vestiaires modernes et parking gratuit pour vous accueillir dans les meilleures conditions."
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-sports-girl_1157-14406.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-sports-girl_1157-14406.jpg?_wi=1"
|
||||
imageAlt="Installations modernes d'Olympe Aqua Fitness"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -262,7 +262,7 @@ export default function HomePage() {
|
||||
"C'est plus qu'une salle de sport, c'est une communauté. Les cours collectifs sont motivants, les gens s'entraident.",
|
||||
name: "Marie Leclerc",
|
||||
role: "Adepte de yoga",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-yoga-mat_23-2149832809.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-yoga-mat_23-2149832809.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -311,7 +311,7 @@ export default function HomePage() {
|
||||
role: "Coach Fitness Principal",
|
||||
description:
|
||||
"13 ans d'expérience. Spécialiste en renforcement musculaire et perte de poids. Bienveillant et exigeant.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-self-determined-caucasian-elderly-male-with-beard-choosing-healthy-active-lifestyle-sitting-floor-with-ball-resting-after-intensive-training-gym_343059-4804.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -319,7 +319,7 @@ export default function HomePage() {
|
||||
role: "Coach Aquafitness & Natation",
|
||||
description:
|
||||
"Certifiée en aquathérapie. Experte en mouvements adaptés pour tous les âges et niveaux.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexual-girl-sitting-near-swimming-pool_8353-8504.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexual-girl-sitting-near-swimming-pool_8353-8504.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -327,7 +327,7 @@ export default function HomePage() {
|
||||
role: "Coach Crossfit & Functional Training",
|
||||
description:
|
||||
"Champion de crossfit régional. Crée des entraînements motivants et sécurisés pour tous.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-guy-with-stylish-haircut-standing-near-awesome-yacht-holding-camera-staring-seriously-being-focused-photo-session-harbour-making-pictures-scenery_176420-5108.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-confident-guy-with-stylish-haircut-standing-near-awesome-yacht-holding-camera-staring-seriously-being-focused-photo-session-harbour-making-pictures-scenery_176420-5108.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -335,7 +335,7 @@ export default function HomePage() {
|
||||
role: "Coach Yoga & Pilates",
|
||||
description:
|
||||
"Spécialisée en bien-être holistique. Apaise les tensions et renforce la flexibilité profonde.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga-her-body-balance_23-2149163252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga-her-body-balance_23-2149163252.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
|
||||
Reference in New Issue
Block a user