Merge version_1 into main #2
@@ -6,9 +6,9 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { Heart, Shield, Zap } from "lucide-react";
|
||||
import { Heart, Bed, Zap, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="icon-arrow"
|
||||
@@ -26,26 +26,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Plans",
|
||||
id: "/membership",
|
||||
},
|
||||
{
|
||||
name: "Trainers",
|
||||
id: "/trainers",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Membership", id: "/membership" },
|
||||
{ name: "Trainers", id: "/trainers" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="Royal Fitness"
|
||||
/>
|
||||
@@ -57,18 +42,9 @@ export default function LandingPage() {
|
||||
title="Experience Excellence at Royal Fitness"
|
||||
description="Located in the heart of Hyderabad, we provide a world-class training environment designed to help you crush your fitness goals."
|
||||
metrics={[
|
||||
{
|
||||
value: "1500+",
|
||||
title: "Happy Members",
|
||||
},
|
||||
{
|
||||
value: "10+",
|
||||
title: "Expert Trainers",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Gym Access",
|
||||
},
|
||||
{ value: "1500+", title: "Happy Members" },
|
||||
{ value: "10+", title: "Expert Trainers" },
|
||||
{ value: "24/7", title: "Gym Access" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-gym-fitness-room-interior_74190-5886.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -85,46 +61,22 @@ export default function LandingPage() {
|
||||
description="A focus on functional strength and recovery."
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Recovery Zone",
|
||||
description: "Dedicated space for stretching and recovery.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150588847.jpg?_wi=2",
|
||||
},
|
||||
id: "f1", title: "Recovery Zone", description: "Dedicated space for stretching and recovery.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-professional-plus-size-dancer-training_23-2150588847.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Stretching",
|
||||
},
|
||||
{
|
||||
icon: Bed,
|
||||
text: "Recovery",
|
||||
},
|
||||
{ icon: Heart, text: "Stretching" },
|
||||
{ icon: Bed, text: "Recovery" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-7810.jpg?_wi=2",
|
||||
imageAlt: "modern gym dark aesthetic",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Strength Lab",
|
||||
description: "Pro-grade equipment for power lifting.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-7810.jpg?_wi=3",
|
||||
},
|
||||
id: "f2", title: "Strength Lab", description: "Pro-grade equipment for power lifting.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-7810.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Power",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Safety",
|
||||
},
|
||||
{ icon: Zap, text: "Power" },
|
||||
{ icon: Shield, text: "Safety" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-brunette-woman-training-with-ropes_651396-1615.jpg?_wi=2",
|
||||
imageAlt: "large fitness gym interior",
|
||||
reverse: true
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -134,33 +86,16 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Gym Info",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Our Trainers",
|
||||
href: "/trainers",
|
||||
},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
title: "Gym Info", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Trainers", href: "/trainers" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Membership",
|
||||
items: [
|
||||
{
|
||||
label: "All Plans",
|
||||
href: "/membership",
|
||||
},
|
||||
{
|
||||
label: "Join Today",
|
||||
href: "https://wa.me/919123456789",
|
||||
},
|
||||
title: "Membership", items: [
|
||||
{ label: "All Plans", href: "/membership" },
|
||||
{ label: "Join Today", href: "https://wa.me/919123456789" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user