Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 56c3b3cdc6 | |||
| 0b6d4d9efb | |||
| e6d4d35d79 | |||
| ebb336582c |
@@ -7,7 +7,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import { Activity, Trophy, Users } from "lucide-react";
|
import { Activity, Trophy, Users } from "lucide-react";
|
||||||
|
|
||||||
@@ -40,11 +40,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="home-hero" data-section="home-hero">
|
<div id="home-hero" data-section="home-hero">
|
||||||
<HeroOverlay
|
<HeroOverlayTestimonial
|
||||||
|
showDimOverlay={true}
|
||||||
title="Transform Your Body 💪"
|
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."
|
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" }]}
|
buttons={[{ text: "Join Now", href: "/contact" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-man-s-hand-lifting-barbell_23-2147949710.jpg"
|
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={[
|
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/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" },
|
{ src: "http://img.b2bpic.net/free-photo/bearded-man-bench-press-machine_23-2147688194.jpg", alt: "Fitness enthusiast 2" },
|
||||||
|
|||||||
Reference in New Issue
Block a user