Merge version_2 into main #5
@@ -2,14 +2,14 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -106,15 +106,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
<TestimonialCardThirteen
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Game Changer", quote: "Essential for my daily routine.", name: "Sarah J.", role: "CrossFit Athlete", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg" },
|
||||
{ id: "t2", title: "Pure Quality", quote: "I've never felt gear this robust.", name: "Marcus L.", role: "Personal Trainer", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg" },
|
||||
{ id: "t3", title: "Exceptional", quote: "My performance metrics are up.", name: "Elena K.", role: "Triathlete", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg" },
|
||||
{ id: "t4", title: "Highly Recommend", quote: "PeakFit is the new standard.", name: "Tom B.", role: "Weightlifter", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-training-gym-bodybuilding_23-2149552356.jpg" },
|
||||
{ id: "t5", title: "Elite Grade", quote: "Reliability at its finest.", name: "Chloe F.", role: "Sports Pro", imageSrc: "http://img.b2bpic.net/free-photo/adult-training-body-building_23-2149661014.jpg" },
|
||||
{ id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Essential for my daily routine.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg" },
|
||||
{ id: "t2", name: "Marcus L.", handle: "@marcusl", testimonial: "I've never felt gear this robust.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg" },
|
||||
{ id: "t3", name: "Elena K.", handle: "@elenak", testimonial: "My performance metrics are up.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg" },
|
||||
]}
|
||||
title="Loved by Global Athletes"
|
||||
description="Hear from the community pushing their limits daily."
|
||||
@@ -122,7 +122,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
@@ -137,26 +137,23 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
<ContactCenter
|
||||
tag="Contact Us"
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
title="Stay Driven"
|
||||
description="Sign up for training tips and exclusive access to new product drops."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"
|
||||
imageAlt="Modern fitness environment"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ items: [{ label: "About" }, { label: "Careers" }, { label: "Support" }] },
|
||||
{ items: [{ label: "Shop All" }, { label: "Deals" }, { label: "New Arrivals" }] },
|
||||
{ items: [{ label: "Privacy" }, { label: "Terms" }, { label: "Returns" }] },
|
||||
{ title: "Company", items: [{ label: "About" }, { label: "Careers" }, { label: "Support" }] },
|
||||
{ title: "Products", items: [{ label: "Shop All" }, { label: "Deals" }, { label: "New Arrivals" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy" }, { label: "Terms" }, { label: "Returns" }] },
|
||||
]}
|
||||
logoText="PeakFit"
|
||||
bottomLeftText="© 2024 PeakFit"
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user