diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bc4bd9..7b82f72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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, CheckCircle } from "lucide-react"; +import { Award, HelpCircle, Layers, Moon, Shield, Snowflake, TrendingUp, Zap, CheckCircle, ShoppingCart } from "lucide-react"; export default function LandingPage() { return ( @@ -48,14 +48,17 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-athlete-doing-stretching-exercises-nature-sunset_637285-4335.jpg", imageAlt: "elite athlete recovery performance training sports"}, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-athlete-doing-stretching-exercises-nature-sunset_637285-4335.jpg", imageAlt: "elite athlete recovery performance training sports" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-sport-gym-using-kettlebells_23-2149255816.jpg", imageAlt: "compression gear recovery equipment athlete performance"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-sport-gym-using-kettlebells_23-2149255816.jpg", imageAlt: "compression gear recovery equipment athlete performance" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-dumbbell-smart-watch-fruit_1387-200.jpg", imageAlt: "recovery tools athlete equipment performance gear"}, + imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-dumbbell-smart-watch-fruit_1387-200.jpg", imageAlt: "recovery tools athlete equipment performance gear" + }, ]} buttons={[ - { text: "Explore Collection", href: "features" }, + { text: "Buy Recovery Kit", href: "features" }, { text: "Discover Science", href: "about" }, ]} mediaAnimation="blur-reveal" @@ -69,7 +72,8 @@ export default function LandingPage() {