Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ce68a1821 | |||
| 489deb8c25 | |||
| a93fe733ee | |||
| 20c4fe1fac | |||
| 27917077c9 | |||
| eea7be9153 | |||
| 534c5d63a1 | |||
| 51cfa3ed8e | |||
| c76010e4ab | |||
| 8d120183c5 | |||
| 00281f4e8a | |||
| adc8d082f3 | |||
| cec8a1bf1e | |||
| 72f3a6ac9d | |||
| 9214769c9b | |||
| c88c14459f | |||
| c86eded348 | |||
| 952d97d8d8 | |||
| 4b4886c298 | |||
| 6b570a4540 | |||
| 9c78521171 |
@@ -1,57 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Nunito } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Beast Fitness Studio - Premium Luxury Gym Bangalore", description: "Elite fitness studio in Manyata with spotless equipment, peaceful zones, and expert trainers. Calm luxury for serious lifters and beginners.", keywords: "premium gym Bangalore, luxury fitness studio, Manyata gym, strength training, cardio gym, personal trainers", metadataBase: new URL("https://beastfitness.com"),
|
||||
alternates: {
|
||||
canonical: "https://beastfitness.com"},
|
||||
openGraph: {
|
||||
title: "Beast Fitness Studio - Train in Luxury Calm", description: "Premium fitness studio with separate cardio & strength zones, expert trainers, and peaceful environment.", url: "https://beastfitness.com", siteName: "Beast Fitness Studio", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/tattooed-muscular-strong-bearded-man-work-out-cardio-bicycle-gym-near-big-window-with-view-trees-outside_343596-2637.jpg", alt: "Beast Fitness Studio Premium Gym"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Beast Fitness Studio - Premium Luxury Gym", description: "Experience calm luxury fitness with expert guidance and pristine equipment.", images: ["http://img.b2bpic.net/free-photo/tattooed-muscular-strong-bearded-man-work-out-cardio-bicycle-gym-near-big-window-with-view-trees-outside_343596-2637.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Beast Fitness Studio | Premium Gym", description: "Elite fitness experience in a calm, premium space. Transform your body with supportive trainers and world-class equipment."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1419,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
110
src/app/page.tsx
110
src/app/page.tsx
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Beast Fitness"
|
||||
brandName="Beast Fitness Studio"
|
||||
navItems={[
|
||||
{ name: "Why Us", id: "features" },
|
||||
{ name: "Amenities", id: "amenities" },
|
||||
@@ -44,30 +44,35 @@ export default function LandingPage() {
|
||||
description="A spotless, well-equipped studio with supportive trainers and a peaceful environment built for beginners and serious lifters alike."
|
||||
tag="Elite Fitness Experience"
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{ text: "Book a Free Tour", href: "#contact" },
|
||||
{ text: "View Membership Plans", href: "#pricing" },
|
||||
]}
|
||||
buttons={[]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tattooed-muscular-strong-bearded-man-work-out-cardio-bicycle-gym-near-big-window-with-view-trees-outside_343596-2637.jpg?_wi=1", imageAlt: "Luxury gym interior with premium equipment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tattooed-muscular-strong-bearded-man-work-out-cardio-bicycle-gym-near-big-window-with-view-trees-outside_343596-2637.jpg?_wi=1", imageAlt: "Luxury gym interior with premium equipment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-man-gym-with-medical-masks_23-2148766010.jpg?_wi=1", imageAlt: "Strength training zone with organized equipment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-man-gym-with-medical-masks_23-2148766010.jpg?_wi=1", imageAlt: "Strength training zone with organized equipment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164752.jpg?_wi=1", imageAlt: "Functional warm-up area"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164752.jpg?_wi=1", imageAlt: "Functional warm-up area"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-cleaning-solution-disinfecting-gym-equipment_23-2148766028.jpg?_wi=1", imageAlt: "Pristine and well-maintained gym equipment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-cleaning-solution-disinfecting-gym-equipment_23-2148766028.jpg?_wi=1", imageAlt: "Pristine and well-maintained gym equipment"
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-treadmill_23-2147688561.jpg", imageAlt: "Premium cardio floor with modern equipment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-treadmill_23-2147688561.jpg", imageAlt: "Premium cardio floor with modern equipment"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gym-fitness-woman-working-gym-exercises-running-treadmill_169016-63379.jpg?_wi=1", imageAlt: "Cardio machines arranged for optimal experience"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gym-fitness-woman-working-gym-exercises-running-treadmill_169016-63379.jpg?_wi=1", imageAlt: "Cardio machines arranged for optimal experience"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227846.jpg?_wi=1", imageAlt: "Expert trainers providing guidance"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227846.jpg?_wi=1", imageAlt: "Expert trainers providing guidance"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exercises-air-bike-full-height-young-athlete-gym_169016-60951.jpg", imageAlt: "Strength training equipment zone"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exercises-air-bike-full-height-young-athlete-gym_169016-60951.jpg", imageAlt: "Strength training equipment zone"
|
||||
},
|
||||
]}
|
||||
avatarText="5★ Loved for cleanliness, ambience & guidance"
|
||||
/>
|
||||
@@ -75,19 +80,27 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardEight
|
||||
title="Luxury That Feels Calm. Training That Feels Serious."
|
||||
description="Experience premium fitness without the chaos. Our thoughtfully designed spaces combine elegance with functionality."
|
||||
title="Luxury That feels Calm. Training That Feels Serious."
|
||||
description=""
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1, title: "Spotless & Well-Maintained Equipment", description: "Every machine is meticulously cleaned and maintained daily. Premium equipment that feels brand new every time.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-cleaning-solution-disinfecting-gym-equipment_23-2148766028.jpg?_wi=2", imageAlt: "Clean and well-maintained gym equipment"},
|
||||
id: 1,
|
||||
title: "Spotless & Well-Maintained Equipment", description: "Every machine is meticulously cleaned and maintained daily. Premium equipment that feels brand new every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXVMILqsNsTV8Mb26BNglJ9u4S/uploaded-1772879510157-yimxslid.webp", imageAlt: "Clean and well-maintained gym equipment"
|
||||
},
|
||||
{
|
||||
id: 2, title: "Peaceful, Not Overcrowded Environment", description: "Membership limits ensure you never feel rushed. Spacious zones with breathing room for focused training.", imageSrc: "http://img.b2bpic.net/free-photo/tattooed-muscular-strong-bearded-man-work-out-cardio-bicycle-gym-near-big-window-with-view-trees-outside_343596-2637.jpg?_wi=2", imageAlt: "Spacious and calm gym atmosphere"},
|
||||
id: 2,
|
||||
title: "Peaceful, Not Overcrowded Environment", description: "Membership limits ensure you never feel rushed. Spacious zones with breathing room for focused training.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXVMILqsNsTV8Mb26BNglJ9u4S/uploaded-1772879276168-97rl5vjf.webp", imageAlt: "Spacious and calm gym atmosphere"
|
||||
},
|
||||
{
|
||||
id: 3, title: "Supportive & Knowledgeable Trainers", description: "Our certified trainers are here to guide, not judge. Beginner-friendly coaching with expert-level knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227846.jpg?_wi=2", imageAlt: "Expert trainers providing personalized guidance"},
|
||||
id: 3,
|
||||
title: "Supportive & Knowledgeable Trainers", description: "Our certified trainers are here to guide, not judge. Beginner-friendly coaching with expert-level knowledge.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXVMILqsNsTV8Mb26BNglJ9u4S/uploaded-1772879113746-ac1p3qoi.webp", imageAlt: "Expert trainers providing personalized guidance"
|
||||
},
|
||||
{
|
||||
id: 4, title: "Dedicated Cardio + Strength Floors", description: "Separate zones for cardio and weights. Organized, distraction-free training environments for maximum focus.", imageSrc: "http://img.b2bpic.net/free-photo/gym-fitness-woman-working-gym-exercises-running-treadmill_169016-63379.jpg?_wi=2", imageAlt: "Organized cardio and strength training zones"},
|
||||
id: 4,
|
||||
title: "Dedicated Cardio + Strength Floors", description: "Separate zones for cardio and weights. Organized, distraction-free training environments for maximum focus.", imageSrc: "http://img.b2bpic.net/free-photo/gym-fitness-woman-working-gym-exercises-running-treadmill_169016-63379.jpg?_wi=2", imageAlt: "Organized cardio and strength training zones"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,22 +116,28 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Beast Fitness", name: "Strength Training Zone", price: "Included", rating: 5,
|
||||
reviewCount: "400+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-man-gym-with-medical-masks_23-2148766010.jpg?_wi=2", imageAlt: "Premium strength training equipment and weights"},
|
||||
reviewCount: "400+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-man-gym-with-medical-masks_23-2148766010.jpg?_wi=2", imageAlt: "Premium strength training equipment and weights"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Beast Fitness", name: "Dedicated Cardio Floor", price: "Included", rating: 5,
|
||||
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/gym-fitness-woman-working-gym-exercises-running-treadmill_169016-63379.jpg?_wi=3", imageAlt: "Modern cardio machines and equipment"},
|
||||
reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/gym-fitness-woman-working-gym-exercises-running-treadmill_169016-63379.jpg?_wi=3", imageAlt: "Modern cardio machines and equipment"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Beast Fitness", name: "Functional Warm-Up Area", price: "Included", rating: 5,
|
||||
reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164752.jpg?_wi=2", imageAlt: "Functional training and warm-up equipment"},
|
||||
reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-exercising-home_23-2150164752.jpg?_wi=2", imageAlt: "Functional training and warm-up equipment"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Beast Fitness", name: "Sanitized Equipment", price: "Included", rating: 5,
|
||||
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-cleaning-solution-disinfecting-gym-equipment_23-2148766028.jpg?_wi=3", imageAlt: "Professionally maintained and sanitized equipment"},
|
||||
reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-cleaning-solution-disinfecting-gym-equipment_23-2148766028.jpg?_wi=3", imageAlt: "Professionally maintained and sanitized equipment"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Beast Fitness", name: "Flexible Open Hours", price: "Included", rating: 5,
|
||||
reviewCount: "390+", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifting-legs-exercise-machine_23-2147688157.jpg", imageAlt: "24 hour gym access and flexible timing"},
|
||||
reviewCount: "390+", imageSrc: "http://img.b2bpic.net/free-photo/woman-lifting-legs-exercise-machine_23-2147688157.jpg", imageAlt: "24 hour gym access and flexible timing"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Beast Fitness", name: "Beginner-Friendly Guidance", price: "Included", rating: 5,
|
||||
reviewCount: "410+", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227846.jpg?_wi=3", imageAlt: "Supportive trainer guidance for beginners"},
|
||||
reviewCount: "410+", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227846.jpg?_wi=3", imageAlt: "Supportive trainer guidance for beginners"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -134,17 +153,21 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "starter", tag: "Starter Plan", price: "₹2,999", period: "/month", description: "Perfect for those just starting their fitness journey.", button: { text: "Choose Plan", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Unlimited gym access", "Basic trainer guidance", "Access to cardio + strength zones", "Clean environment guarantee"],
|
||||
"Unlimited gym access", "Basic trainer guidance", "Access to cardio + strength zones", "Clean environment guarantee"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "progress", tag: "Progress Plan", tagIcon: Star, price: "₹4,999", period: "/month", description: "Most popular choice for achieving serious results.", button: { text: "Choose Plan", href: "#contact" },
|
||||
id: "progress", tag: "Progress Plan", tagIcon: Star,
|
||||
price: "₹4,999", period: "/month", description: "Most popular choice for achieving serious results.", button: { text: "Choose Plan", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Unlimited gym access", "Advanced trainer guidance & form check", "Priority booking for peak hours", "Access to all training zones", "Monthly progress tracking", "Clean environment guarantee"],
|
||||
"Unlimited gym access", "Advanced trainer guidance & form check", "Priority booking for peak hours", "Access to all training zones", "Monthly progress tracking", "Clean environment guarantee"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "transform", tag: "Transform Plan", price: "₹7,999", period: "/month", description: "Elite membership for complete transformation.", button: { text: "Choose Plan", href: "#contact" },
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Unlimited gym access + priority entry", "Personalized training programs", "One-on-one sessions with certified trainers", "Nutrition consultation", "Weekly progress reviews", "Private locker + amenities", "Access to exclusive member events", "Clean environment guarantee"],
|
||||
"Unlimited gym access + priority entry", "Personalized training programs", "One-on-one sessions with certified trainers", "Nutrition consultation", "Weekly progress reviews", "Private locker + amenities", "Access to exclusive member events", "Clean environment guarantee"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -159,17 +182,23 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Arjun Sharma", role: "Fitness Enthusiast", testimonial: "Very clean and well-maintained. The gym has separate spaces for cardio and weights, which I love. No crowding, pure peace.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552356.jpg", imageAlt: "Arjun Sharma"},
|
||||
id: "1", name: "Arjun Sharma", role: "Fitness Enthusiast", testimonial: "Very clean and well-maintained. The gym has separate spaces for cardio and weights, which I love. No crowding, pure peace.", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552356.jpg", imageAlt: "Arjun Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Priya Mehta", role: "Marathon Runner", testimonial: "The trainers are incredibly friendly and helpful. As a beginner, I never felt judged. This is the best gym in the area.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346589.jpg", imageAlt: "Priya Mehta"},
|
||||
id: "2", name: "Priya Mehta", role: "Marathon Runner", testimonial: "The trainers are incredibly friendly and helpful. As a beginner, I never felt judged. This is the best gym in the area.", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-part-dance-therapy-class_23-2149346589.jpg", imageAlt: "Priya Mehta"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Rahul Verma", role: "Strength Trainer", testimonial: "Peaceful environment, not overcrowded, and excellent equipment maintenance. Exactly what I was looking for in a premium gym.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111693.jpg", imageAlt: "Rahul Verma"},
|
||||
id: "3", name: "Rahul Verma", role: "Strength Trainer", testimonial: "Peaceful environment, not overcrowded, and excellent equipment maintenance. Exactly what I was looking for in a premium gym.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-gym_23-2148111693.jpg", imageAlt: "Rahul Verma"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Divya Nair", role: "Fitness Coach", testimonial: "The separate cardio and strength zones make training so focused. Premium quality at every detail. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg?_wi=1", imageAlt: "Divya Nair"},
|
||||
id: "4", name: "Divya Nair", role: "Fitness Coach", testimonial: "The separate cardio and strength zones make training so focused. Premium quality at every detail. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg?_wi=1", imageAlt: "Divya Nair"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Amit Gupta", role: "Corporate Executive", testimonial: "Open all day with flexible timings. The calm luxury vibe is exactly what I needed after stressful workdays.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg?_wi=2", imageAlt: "Amit Gupta"},
|
||||
id: "5", name: "Amit Gupta", role: "Corporate Executive", testimonial: "Open all day with flexible timings. The calm luxury vibe is exactly what I needed after stressful workdays.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-gym_23-2149049763.jpg?_wi=2", imageAlt: "Amit Gupta"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Sneha Kapoor", role: "Wellness Professional", testimonial: "Best gym in Manyata. The combination of premium amenities, cleanliness, and supportive trainers is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-backpack_158595-3427.jpg", imageAlt: "Sneha Kapoor"},
|
||||
id: "6", name: "Sneha Kapoor", role: "Wellness Professional", testimonial: "Best gym in Manyata. The combination of premium amenities, cleanliness, and supportive trainers is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-with-backpack_158595-3427.jpg", imageAlt: "Sneha Kapoor"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -206,18 +235,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Beast Fitness"
|
||||
logoText="Beast Fitness Studio"
|
||||
copyrightText="© 2025 Beast Fitness Studio. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/beastfitnessstudio", ariaLabel: "Instagram"},
|
||||
href: "https://instagram.com/beastfitnessstudio", ariaLabel: "Instagram"
|
||||
},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/beastfitnessstudio", ariaLabel: "Facebook"},
|
||||
href: "https://facebook.com/beastfitnessstudio", ariaLabel: "Facebook"
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/beastfitnessstudio", ariaLabel: "LinkedIn"},
|
||||
href: "https://linkedin.com/company/beastfitnessstudio", ariaLabel: "LinkedIn"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user