Merge version_1 into main #1
@@ -76,7 +76,7 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Building a Fitness Community Rooted in Trust"
|
||||
description="Elite Fitness was founded on a simple principle: everyone deserves access to expert fitness guidance in a clean, welcoming environment. For over 9 years, we've been committed to creating a space where members feel supported, not intimidated. Our mission is to transform lives through fitness while maintaining the highest standards of cleanliness and professionalism."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627104.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627104.jpg?_wi=2"
|
||||
imageAlt="Personal trainer guiding gym member"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Book a Tour", href: "#contact" }]}
|
||||
@@ -128,12 +128,12 @@ export default function AboutPage() {
|
||||
<div id="member-success" data-section="member-success">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/emotive-athletic-woman-posing-against-pink-wall_273609-20250.jpg", imageAlt: "Sarah Johnson" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-sporty-man-holding-dumbbell-isolated-purple_141793-73334.jpg", imageAlt: "Michael Chen" },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fit-young-woman-outdoor_23-2148381970.jpg", imageAlt: "Emily Rodriguez" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/upperangle-shot-attractive-sweaty-sportswoman-using-gym-equipment-gain-perfect-abs-good-body-shape-pushup-rings-pumping-biceps-smiling-as-if-feeling-joy-working-out-train-endurance_197531-30367.jpg", imageAlt: "David Kim" },
|
||||
{ id: "5", name: "Jessica Wu", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-joyful-diverse-couple-keep-muscle-flexible-have-daily-workout-wear-sports-clothing-stand-closely-look-camera-with-happy-expression_273609-32465.jpg", imageAlt: "Jessica Wu" },
|
||||
{ id: "6", name: "James Martinez", imageSrc: "http://img.b2bpic.net/free-photo/person-training-athletics_23-2151077720.jpg", imageAlt: "James Martinez" },
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/emotive-athletic-woman-posing-against-pink-wall_273609-20250.jpg?_wi=2", imageAlt: "Sarah Johnson" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-sporty-man-holding-dumbbell-isolated-purple_141793-73334.jpg?_wi=2", imageAlt: "Michael Chen" },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fit-young-woman-outdoor_23-2148381970.jpg?_wi=2", imageAlt: "Emily Rodriguez" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/upperangle-shot-attractive-sweaty-sportswoman-using-gym-equipment-gain-perfect-abs-good-body-shape-pushup-rings-pumping-biceps-smiling-as-if-feeling-joy-working-out-train-endurance_197531-30367.jpg?_wi=2", imageAlt: "David Kim" },
|
||||
{ id: "5", name: "Jessica Wu", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-joyful-diverse-couple-keep-muscle-flexible-have-daily-workout-wear-sports-clothing-stand-closely-look-camera-with-happy-expression_273609-32465.jpg?_wi=2", imageAlt: "Jessica Wu" },
|
||||
{ id: "6", name: "James Martinez", imageSrc: "http://img.b2bpic.net/free-photo/person-training-athletics_23-2151077720.jpg?_wi=2", imageAlt: "James Martinez" },
|
||||
]}
|
||||
cardTitle="Real Success Stories"
|
||||
cardTag="Members from all backgrounds and fitness levels share how Elite Fitness changed their lives."
|
||||
|
||||
@@ -76,7 +76,7 @@ export default function HygieneSafetyPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="We Take Your Health Seriously"
|
||||
description="At Elite Fitness, we maintain the highest standards of cleanliness and sanitation. Every piece of equipment is sanitized multiple times daily using professional-grade disinfectants. Our facility undergoes deep cleaning at the end of each day. We've invested in air filtration systems and sanitization stations throughout the gym to ensure a safe, hygienic environment for all members."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-man-gym-with-medical-masks_23-2148766010.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-man-gym-with-medical-masks_23-2148766010.jpg?_wi=2"
|
||||
imageAlt="Sanitized, well-maintained gym equipment"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Our Cleaning Protocol", href: "#cleaning-protocols" }]}
|
||||
@@ -132,7 +132,7 @@ export default function HygieneSafetyPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Safety & Hygiene FAQ"
|
||||
description="Detailed answers to common questions about our cleaning and safety standards."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205575.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205575.jpg?_wi=2"
|
||||
imageAlt="Personal trainer providing guidance to gym member"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,24 +1,56 @@
|
||||
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 { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Public_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 publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Elite Fitness - Best Gym in Your City | Certified Trainers & Clean Facilities",
|
||||
description: "Transform your fitness at Elite Fitness. Clean, well-equipped gym with certified trainers, beginner-friendly programs, and transparent pricing. Book your free trial today.",
|
||||
keywords: "gym near me, fitness center, personal training, weight loss program, best gym in city, affordable gym membership",
|
||||
openGraph: {
|
||||
title: "Elite Fitness - Expert Guidance & Clean Facilities",
|
||||
description: "Join 500+ members at Elite Fitness. Certified trainers, transparent pricing, and a supportive community ready to help you transform.",
|
||||
type: "website",
|
||||
siteName: "Elite Fitness",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/full-shot-women-training-with-yoga-mats_23-2148938423.jpg",
|
||||
alt: "Elite Fitness - Clean, modern gym facility",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Transform Your Fitness at Elite Fitness",
|
||||
description: "Expert trainers, clean facilities, beginner-friendly programs. Book your free trial.",
|
||||
images: ["http://img.b2bpic.net/free-photo/full-shot-women-training-with-yoga-mats_23-2148938423.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${publicSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -101,7 +101,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Your Health & Cleanliness Matter to Us"
|
||||
description="We've invested in state-of-the-art equipment maintenance and cleaning protocols. Every member receives guidance from certified trainers. Transparent pricing means no hidden charges—just honest fitness coaching."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-man-gym-with-medical-masks_23-2148766010.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-man-gym-with-medical-masks_23-2148766010.jpg?_wi=1"
|
||||
imageAlt="Sanitized, well-maintained gym equipment"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn About Our Standards", href: "/hygiene-safety" }]}
|
||||
@@ -252,12 +252,12 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/emotive-athletic-woman-posing-against-pink-wall_273609-20250.jpg", imageAlt: "Sarah Johnson" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-sporty-man-holding-dumbbell-isolated-purple_141793-73334.jpg", imageAlt: "Michael Chen" },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fit-young-woman-outdoor_23-2148381970.jpg", imageAlt: "Emily Rodriguez" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/upperangle-shot-attractive-sweaty-sportswoman-using-gym-equipment-gain-perfect-abs-good-body-shape-pushup-rings-pumping-biceps-smiling-as-if-feeling-joy-working-out-train-endurance_197531-30367.jpg", imageAlt: "David Kim" },
|
||||
{ id: "5", name: "Jessica Wu", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-joyful-diverse-couple-keep-muscle-flexible-have-daily-workout-wear-sports-clothing-stand-closely-look-camera-with-happy-expression_273609-32465.jpg", imageAlt: "Jessica Wu" },
|
||||
{ id: "6", name: "James Martinez", imageSrc: "http://img.b2bpic.net/free-photo/person-training-athletics_23-2151077720.jpg", imageAlt: "James Martinez" },
|
||||
{ id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/emotive-athletic-woman-posing-against-pink-wall_273609-20250.jpg?_wi=1", imageAlt: "Sarah Johnson" },
|
||||
{ id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-sporty-man-holding-dumbbell-isolated-purple_141793-73334.jpg?_wi=1", imageAlt: "Michael Chen" },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fit-young-woman-outdoor_23-2148381970.jpg?_wi=1", imageAlt: "Emily Rodriguez" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/upperangle-shot-attractive-sweaty-sportswoman-using-gym-equipment-gain-perfect-abs-good-body-shape-pushup-rings-pumping-biceps-smiling-as-if-feeling-joy-working-out-train-endurance_197531-30367.jpg?_wi=1", imageAlt: "David Kim" },
|
||||
{ id: "5", name: "Jessica Wu", imageSrc: "http://img.b2bpic.net/free-photo/indoor-shot-joyful-diverse-couple-keep-muscle-flexible-have-daily-workout-wear-sports-clothing-stand-closely-look-camera-with-happy-expression_273609-32465.jpg?_wi=1", imageAlt: "Jessica Wu" },
|
||||
{ id: "6", name: "James Martinez", imageSrc: "http://img.b2bpic.net/free-photo/person-training-athletics_23-2151077720.jpg?_wi=1", imageAlt: "James Martinez" },
|
||||
]}
|
||||
cardTitle="What Our Members Say"
|
||||
cardTag="Best trainers and guidance in the city. Clean facility, supportive environment, and real results!"
|
||||
@@ -274,7 +274,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about memberships, trainers, or how we maintain our facilities? We've got answers."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205575.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205575.jpg?_wi=1"
|
||||
imageAlt="Personal trainer providing guidance to gym member"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function ProgramsPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627104.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627104.jpg?_wi=1"
|
||||
imageAlt="Personal trainer helping gym member with exercise form"
|
||||
mediaAnimation="blur-reveal"
|
||||
background={{
|
||||
|
||||
Reference in New Issue
Block a user