From f0645fecafb50e381ef9831bf4067cb8ace6dfc3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 00:33:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 66 +++++++++++++++++++++++++++++++----------------- 1 file changed, 43 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4422a80..358d675 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { Zap, TrendingUp, CheckCircle, Lightbulb, Users, Cog, BarChart3, Rocket, Mail, Sparkles, HelpCircle, Heart, Check } from 'lucide-react'; +import { Zap, TrendingUp, CheckCircle, Lightbulb, Users, Cog, BarChart3, Rocket, Mail, Sparkles, HelpCircle, Heart, Check, Lock } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -38,7 +38,8 @@ export default function HomePage() { brandName="RevenueLab" navItems={navItems} button={{ - text: "Start Your Revenue Stream", href: "#contact"}} + text: "Start Your Revenue Stream", href: "#contact" + }} animateOnLoad={true} /> @@ -48,7 +49,7 @@ export default function HomePage() { @@ -217,7 +228,8 @@ export default function HomePage() { { text: "View Details", href: "#" }, ], features: [ - "1 monetization method", "Up to 500 customers", "Basic analytics", "Email support", "Standard payment processing"], + "1 monetization method", "Up to 500 customers", "Basic analytics", "Email support", "Standard payment processing" + ], }, { id: "2", badge: "Professional", badgeIcon: Sparkles, @@ -226,7 +238,8 @@ export default function HomePage() { { text: "View Details", href: "#" }, ], features: [ - "All 4 monetization methods", "Unlimited customers", "Advanced analytics & reporting", "Priority email & chat support", "Custom branding", "API access"], + "All 4 monetization methods", "Unlimited customers", "Advanced analytics & reporting", "Priority email & chat support", "Custom branding", "API access" + ], }, { id: "3", badge: "Enterprise", badgeIcon: Heart, @@ -235,7 +248,8 @@ export default function HomePage() { { text: "Learn More", href: "#" }, ], features: [ - "Everything in Professional", "Dedicated account manager", "Custom integrations", "White-label solutions", "Advanced security & compliance", "Phone & video support"], + "Everything in Professional", "Dedicated account manager", "Custom integrations", "White-label solutions", "Advanced security & compliance", "Phone & video support" + ], }, ]} /> @@ -256,22 +270,28 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Design Strategist", company: "Design Collective", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Sarah Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg", imageAlt: "Sarah Chen" + }, { id: "2", name: "Marcus Rodriguez", role: "Marketing Consultant", company: "Growth Labs", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/project-manager-discussing-deadline-videocall-digital-tablet_482257-79490.jpg", imageAlt: "Marcus Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/project-manager-discussing-deadline-videocall-digital-tablet_482257-79490.jpg", imageAlt: "Marcus Rodriguez" + }, { id: "3", name: "Emily Watson", role: "Content Creator", company: "The Wellness Project", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Emily Watson"}, + imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Emily Watson" + }, { id: "4", name: "David Kim", role: "Software Developer", company: "Code Academy", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", imageAlt: "David Kim"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1628.jpg", imageAlt: "David Kim" + }, { id: "5", name: "Jessica Lopez", role: "Business Coach", company: "Success Coaching", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friendly-manager-smiling-colleagues-break_1262-16107.jpg", imageAlt: "Jessica Lopez"}, + imageSrc: "http://img.b2bpic.net/free-photo/friendly-manager-smiling-colleagues-break_1262-16107.jpg", imageAlt: "Jessica Lopez" + }, { id: "6", name: "Alex Thompson", role: "Podcast Producer", company: "Audio Innovations", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/co-workers-smiling-after-hard-workday_1098-517.jpg", imageAlt: "Alex Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/co-workers-smiling-after-hard-workday_1098-517.jpg", imageAlt: "Alex Thompson" + }, ]} />