Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 19:52:13 +00:00

View File

@@ -10,7 +10,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
import { Zap, Heart, TrendingUp, Award, Muscle, Sparkles, Settings, Mail, CheckCircle, Apple, Users, MessageCircle, Target, BarChart3, Lock, Bell, User, Activity, Watch, Smartphone, Instagram, Linkedin, Twitter, Youtube } from "lucide-react";
import { Zap, Heart, TrendingUp, Award, Sparkles, Settings, Mail, CheckCircle, Apple, Users, MessageCircle, Target, BarChart3, Lock, Bell, User, Activity, Watch, Smartphone, Instagram, Linkedin, Twitter, Youtube } from "lucide-react";
export default function LandingPage() {
return (
@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitKpi
title="Transform Your Body in 90 Days"
description="Work with award-winning personal trainers who are committed to your success. Personalized programs designed for real results."
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "500+", label: "Clients Transformed" },
{ value: "98%", label: "Success Rate" },
@@ -89,7 +89,7 @@ export default function LandingPage() {
metrics={[
{ id: "1", value: "45", title: "lbs", description: "Average weight loss in first 90 days", icon: Zap },
{ id: "2", value: "8", title: "inches", description: "Average waist reduction", icon: Award },
{ id: "3", value: "3", title: "x", description: "Strength improvement average", icon: Muscle }
{ id: "3", value: "3", title: "x", description: "Strength improvement average", icon: TrendingUp }
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
@@ -138,7 +138,7 @@ export default function LandingPage() {
carouselMode="buttons"
features={[
{
title: "Track Your Journey", description: "Real-time dashboard showing your strength gains, body metrics, and workout history", bentoComponent: "3d-task-list", items: [
title: "Track Your Journey", description: "Real-time dashboard showing your strength gains, body metrics, and workout history", bentoComponent: "3d-task-list", title: "Track Your Journey", items: [
{ icon: Zap, label: "Daily Workouts", time: "3-5 min" },
{ icon: CheckCircle, label: "Meals Logged", time: "2 min" },
{ icon: TrendingUp, label: "Progress Report", time: "1 min" }