2 Commits

Author SHA1 Message Date
e6d4d35d79 Update src/app/page.tsx 2026-04-26 07:51:26 +00:00
ebb336582c Merge version_2 into main
Merge version_2 into main
2026-04-26 07:31:04 +00:00

View File

@@ -7,7 +7,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import { Activity, Trophy, Users } from "lucide-react";
@@ -40,11 +40,15 @@ export default function LandingPage() {
</div>
<div id="home-hero" data-section="home-hero">
<HeroOverlay
<HeroOverlayTestimonial
title="Transform Your Body 💪"
description="Experience premium fitness like never before. SK Fitness Club offers elite training, state-of-the-art facilities, and a community built on high performance."
buttons={[{ text: "Join Now", href: "/contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-s-hand-lifting-barbell_23-2147949710.jpg"
testimonials={[
{ name: "Alex R.", handle: "@alexfit", testimonial: "The best training I've ever had!", rating: 5 },
{ name: "Sarah K.", handle: "@sarahlifts", testimonial: "Incredible transformation in just 3 months.", rating: 5 }
]}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/bodybuilding-concept-with-barbell-gym_23-2147675160.jpg", alt: "Fitness enthusiast 1" },
{ src: "http://img.b2bpic.net/free-photo/bearded-man-bench-press-machine_23-2147688194.jpg", alt: "Fitness enthusiast 2" },
@@ -117,4 +121,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}