Merge version_1 into main #1
@@ -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 { Heart, Zap, TrendingUp, TrendingDown, Sparkles, Award, Smartphone, BarChart3, Users, MessageCircle, Share2, Trophy, Star, Target, Flame, Crown, Rocket, Instagram, Facebook, Linkedin, Twitter } from "lucide-react";
|
||||
import { Heart, Zap, TrendingUp, TrendingDown, Sparkles, Award, Smartphone, BarChart3, Bell, Users, MessageCircle, Share2, Trophy, Star, Target, Flame, Crown, Rocket, Instagram, Facebook, Linkedin, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
imageAlt="personal trainer coaching client gym"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -139,15 +139,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Mobile App Access", description: "Track workouts and progress anytime, anywhere with our custom mobile app.", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Smartphone, label: "iOS & Android", value: "100% Sync" },
|
||||
{ icon: BarChart3, label: "Progress", value: "Real-time" },
|
||||
{ icon: Trophy, label: "Reminders", value: "Smart Alerts" }
|
||||
{ icon: Bell, label: "Reminders", value: "Smart Alerts" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Community Support", description: "Connect with other members, share victories, and stay motivated together.", bentoComponent: "orbiting-icons", centerIcon: Users,
|
||||
items: [
|
||||
{ icon: MessageCircle, ring: 1, duration: 20 },
|
||||
@@ -158,7 +156,6 @@ export default function LandingPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Flexible Coaching Plans", description: "Choose the coaching level that fits your needs and budget.", bentoComponent: "3d-stack-cards", items: [
|
||||
{ icon: Zap, title: "Starter", subtitle: "Perfect for beginners", detail: "2 coaching calls per month" },
|
||||
{ icon: Flame, title: "Professional", subtitle: "Most popular", detail: "Weekly personalized coaching" },
|
||||
|
||||
Reference in New Issue
Block a user