Merge version_3 into main #2
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user