5 Commits

Author SHA1 Message Date
6ae63eeba9 Update src/app/page.tsx 2026-03-03 09:53:22 +00:00
12c6a802de Update src/app/page.tsx 2026-03-03 09:51:25 +00:00
8a9548b855 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:44:54 +00:00
1156a902a3 Merge version_1 into main
Merge version_1 into main
2026-03-03 09:43:43 +00:00
711917b0fb Merge version_1 into main
Merge version_1 into main
2026-03-03 09:42:05 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqBase from "@/components/sections/faq/FaqBase";
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() {
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: "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"
textboxLayout="default"