Merge version_1 into main #2
@@ -9,7 +9,7 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { CheckCircle, Crown, DollarSign, Instagram, Facebook, Twitter, Youtube, Lightbulb, RefreshCw, Star, Target, Users, Zap } from "lucide-react";
|
||||
import { CheckCircle, Crown, DollarSign, Instagram, Facebook, Twitter, Youtube, Lightbulb, RefreshCw, Star, Target, Users, Zap, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
description="We provide evidence-based bodybuilding guidance backed by years of fitness expertise and real results from our community."
|
||||
tag="About Us"
|
||||
tagIcon={Lightbulb}
|
||||
tagAnimation="fade"
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Science-Based Programs", description: "Recommendations grounded in exercise physiology and proven training methodologies", icon: Zap,
|
||||
@@ -134,7 +134,7 @@ export default function LandingPage() {
|
||||
"3 foundational workout plans", "Basic nutrition guidelines", "Email support", "Monthly check-ins"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Professional", badgeIcon: Star,
|
||||
id: "pro", badge: "Professional", badgeIcon: Sparkles,
|
||||
price: "$59/mo", subtitle: "Best for serious bodybuilders wanting advanced guidance", buttons: [
|
||||
{ text: "Start Pro", href: "#" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
@@ -170,13 +170,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Marcus Johnson", role: "Software Engineer", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "portrait man professional headshot confident"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait man professional headshot confident"},
|
||||
{
|
||||
id: "2", name: "Sarah Williams", role: "Fitness Coach", company: "Personal Training", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-black-sport-outfits-feels-confident_114579-18791.jpg", imageAlt: "portrait woman fitness coach professional confident"},
|
||||
{
|
||||
id: "3", name: "David Chen", role: "Business Owner", company: "Entrepreneur", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "portrait man business professional headshot confident"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait man business professional headshot confident"},
|
||||
{
|
||||
id: "4", name: "Emily Rodriguez", role: "Marketing Manager", company: "Digital Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-grey-background_613910-11739.jpg", imageAlt: "portrait woman professional marketing headshot"},
|
||||
|
||||
Reference in New Issue
Block a user