Merge version_1 into main #3
@@ -9,7 +9,7 @@ import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import { Calendar, Camera, CreditCard, LayoutDashboard, MessageCircle, Package, Sparkles, TrendingUp, Zap } from "lucide-react";
|
||||
import { Calendar, Camera, CreditCard, LayoutDashboard, MessageCircle, Package, Sparkles, TrendingUp, Zap, LogIn } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tag="AI-Powered Coaching"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
buttons={[
|
||||
{ text: "Start Your Transformation", href: "#contact" },
|
||||
{ text: "See How It Works", href: "#workflow" }
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
<AboutMetric
|
||||
title="Your Personalized Journey: From Baseline to Breakthrough"
|
||||
metrics={[
|
||||
{ icon: CreditCard, label: "Step 1: Login", value: "Secure onboarding" },
|
||||
{ icon: LogIn, label: "Step 1: Login", value: "Secure onboarding" },
|
||||
{ icon: CreditCard, label: "Step 2: Payment", value: "Flexible plans" },
|
||||
{ icon: Camera, label: "Step 3: Face Scan", value: "Baseline capture" },
|
||||
{ icon: LayoutDashboard, label: "Step 4: Dashboard", value: "Daily coaching" }
|
||||
@@ -161,7 +161,7 @@ export default function LandingPage() {
|
||||
description="Join hundreds of men who are already seeing results. Secure login → Face scan baseline → Personalized SMS coaching starts immediately."
|
||||
tagIcon={Zap}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Start Free Trial"
|
||||
|
||||
Reference in New Issue
Block a user