Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6ae63eeba9 | |||
| 12c6a802de | |||
| 8a9548b855 | |||
| 1156a902a3 | |||
| 711917b0fb |
@@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
|
|||||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||||
import { Award, HelpCircle, Layers, Moon, Shield, Snowflake, TrendingUp, Zap } from "lucide-react";
|
import { Award, HelpCircle, Layers, Moon, Shield, Snowflake, TrendingUp, Zap, CheckCircle } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -138,7 +138,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "1", value: "47%", title: "Faster Recovery", description: "Average reduction in muscle soreness compared to standard recovery methods", imageSrc: "http://img.b2bpic.net/free-photo/people-watching-tennis-video-clip-digital-device_53876-14565.jpg", imageAlt: "athlete training performance metrics data tracking sports analytics"},
|
id: "1", value: "47%", title: "Faster Recovery", description: "Average reduction in muscle soreness compared to standard recovery methods", imageSrc: "http://img.b2bpic.net/free-photo/people-watching-tennis-video-clip-digital-device_53876-14565.jpg", imageAlt: "athlete training performance metrics data tracking sports analytics"},
|
||||||
{
|
{
|
||||||
id: "2", value: "10,000+", title: "Elite Athletes", description: "Professional athletes worldwide rely on our recovery solutions daily", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-athlete-group-ready-run-focus-african-man_171337-10570.jpg", imageAlt: "athlete achievement success performance results training outcome"},
|
id: "2", value: "10,000+", title: "Elite Athletes", description: "Professional athletes worldwide rely on our recovery solutions daily", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-athlete-group-ready-run-focus-african-man_171337-10570.jpg?_wi=1", imageAlt: "athlete achievement success performance results training outcome"},
|
||||||
|
{
|
||||||
|
id: "3", value: "99%", title: "Customer Satisfaction", description: "Elite athletes report exceptional results and recommend to teammates", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-athlete-group-ready-run-focus-african-man_171337-10570.jpg?_wi=2", imageAlt: "satisfied athlete customer satisfaction performance excellence"},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user