Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-05-22 09:01:05 +00:00

View File

@@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Activity, Users, MapPin, Phone } from "lucide-react";
import { Activity, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -51,29 +51,15 @@ export default function LandingPage() {
buttons={[{ text: "Join Today", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/sportswoman-with-dumbbell-head_23-2147752856.jpg"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/pink-smoke-background-with-young-adult_23-2149681383.jpg", alt: "" },
{ src: "http://img.b2bpic.net/free-photo/close-up-man-doing-crossfit-workout_23-2149080492.jpg", alt: "" },
{ src: "http://img.b2bpic.net/free-photo/man-showing-wrestling-combat-stance_23-2149749733.jpg", alt: "" },
{ src: "http://img.b2bpic.net/free-photo/albania-flag-handsome-young-muscular-man-black-background_559531-10782.jpg", alt: "" },
{ src: "http://img.b2bpic.net/free-photo/sportswoman-with-dumbbell-head_23-2147752856.jpg", alt: "" },
]}
marqueeItems={[
{ type: "text", text: "STRENGTH" },
{ type: "text", text: "DISCIPLINE" },
{ type: "text", text: "COMMUNITY" },
{ type: "text", text: "PERFORMANCE" },
{ type: "text", text: "LEGACY" },
]}
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="A Legacy of Strength"
description="At Pehellwaan Gym, we believe fitness is a discipline. We combine traditional grit with modern training science to help you reach your peak performance."
useInvertedBackground={false}
textboxLayout="split"
bulletPoints={[
{ title: "Expert Coaching", description: "Professional trainers dedicated to your goals." },
{ title: "Elite Equipment", description: "High-performance gear for every muscle group." },
@@ -86,6 +72,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardNine
showStepNumbers={false}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -94,7 +81,6 @@ export default function LandingPage() {
{ title: "Strength Arena", description: "Heavy racks and platforms designed for serious lifters.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-training-gym_23-2148024357.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-sportswear-exercising-with-suspension-straps-fitness-club_613910-18362.jpg" } },
{ title: "Recovery Area", description: "Dedicated space for stretching and post-workout cooling.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/crop-photo-dumbbells_1301-2290.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-guy-raises-bar-stadium_1153-6280.jpg" } },
]}
showStepNumbers={false}
title="Our Core Facilities"
description="State-of-the-art training areas to challenge and motivate you."
/>
@@ -165,18 +151,20 @@ export default function LandingPage() {
title="Start Your Fitness Journey Today"
description="Fill out the form to schedule a visit or call us directly. We're ready to help you push your limits."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/gym-interior-weights-rack-background_23-2148818820.jpg"
buttonText="Submit Inquiry"
inputPlaceholder="Enter your email"
onSubmit={(e) => console.log(e)}
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About", href: "#about" }, { label: "Plans", href: "#pricing" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Plans", href: "#pricing" }] },
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
]}
logoText="Pehellwaan Gym"
/>