Merge version_1 into main #1
@@ -10,7 +10,7 @@ import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
import { User, Zap, Award, TrendingUp, DollarSign, Gift, MessageSquare, Heart, Smile, Muscle } from "lucide-react";
|
||||
import { User, Zap, Award, TrendingUp, DollarSign, Gift, MessageSquare, Heart, Smile, Dumbbell } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -153,7 +153,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{ id: "1", icon: Zap, title: "Avg. Weight Loss", value: "22 lbs" },
|
||||
{ id: "2", icon: Muscle, title: "Muscle Gained", value: "15 lbs" },
|
||||
{ id: "2", icon: Dumbbell, title: "Muscle Gained", value: "15 lbs" },
|
||||
{ id: "3", icon: Heart, title: "Energy Increase", value: "87%" },
|
||||
{ id: "4", icon: Smile, title: "Confidence Boost", value: "95%" },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user