Update src/app/page.tsx
This commit is contained in:
@@ -4,14 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Award, CheckCircle, Shield, Dumbbell, Zap, Users, UserPlus } from "lucide-react";
|
||||
import { Award, Zap, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -50,7 +48,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/gym-with-dumbbells-weights_1150-13617.jpg" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/muscular-man-lifting-heavy-barbell_1150-14364.jpg" }
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/muscular-man-lifting-heavy-barbell_1150-14364.jpg" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/young-fitness-couple-doing-exercises-gym_1150-13618.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -64,6 +63,7 @@ export default function LandingPage() {
|
||||
{ label: "Transformations", value: "500+", icon: Award },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -77,6 +77,7 @@ export default function LandingPage() {
|
||||
{ id: "3", title: "Yoga", content: "Improve flexibility and core strength." },
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/people-working-out-gym_1150-13619.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,6 +92,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -105,6 +107,7 @@ export default function LandingPage() {
|
||||
textarea={{ name: "message", placeholder: "Tell us about your fitness goal..." }}
|
||||
buttonText="Reserve Free Session"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/young-fitness-couple-doing-exercises-gym_1150-13618.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user