From b318dc417ef58265efa83b4e6dfbd8572571c843 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 08:17:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e46d68..975f3de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "animated-grid" }} - imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=1" imageAlt="HR Dashboard Interface" mediaAnimation="slide-up" frameStyle="browser" @@ -67,7 +67,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Smart Policy Management", description: "Create, manage, and deploy company policies with ease. Track policy versions, approvals, and employee acknowledgments in real-time.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg", imageAlt: "policy management document data"}, + imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg?_wi=1", imageAlt: "policy management document data"}, items: [ { icon: CheckCircle, text: "Automated policy distribution" }, { icon: CheckCircle, text: "Compliance tracking and auditing" }, @@ -112,10 +112,10 @@ export default function LandingPage() { reviewCount: "2.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATMT21uCMXDM31kyVxyAxtnyvP/uploaded-1772612204322-83759v4z.png", imageAlt: "Policy Management Dashboard"}, { id: "2", brand: "Talents Win", name: "Candidate Portal", price: "$299/month", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg", imageAlt: "Candidate Management Portal"}, + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-inspectors-solving-crimes_482257-75331.jpg?_wi=2", imageAlt: "Candidate Management Portal"}, { id: "3", brand: "Talents Win", name: "Analytics Dashboard", price: "$399/month", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg", imageAlt: "Analytics and Reporting Dashboard"}, + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg?_wi=2", imageAlt: "Analytics and Reporting Dashboard"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -155,13 +155,13 @@ export default function LandingPage() { description="See what industry professionals say about Talents Win" testimonials={[ { - id: "1", name: "Sarah Johnson", role: "HR Director, TechCorp", testimonial: "Talents Win transformed how we manage policies. The platform is intuitive, reliable, and has saved us countless hours on compliance tracking.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", role: "HR Director, TechCorp", testimonial: "Talents Win transformed how we manage policies. The platform is intuitive, reliable, and has saved us countless hours on compliance tracking.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", role: "Talent Manager, InnovateLab", testimonial: "The candidate portal is phenomenal. Our recruitment process became 40% faster with this platform. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", role: "Talent Manager, InnovateLab", testimonial: "The candidate portal is phenomenal. Our recruitment process became 40% faster with this platform. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"}, { - id: "3", name: "Emily Rodriguez", role: "Operations Manager, GrowthCo", testimonial: "Best HR investment we've made. The analytics dashboard gives us insights we never had before. Customer support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", name: "Emily Rodriguez", role: "Operations Manager, GrowthCo", testimonial: "Best HR investment we've made. The analytics dashboard gives us insights we never had before. Customer support is exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, { - id: "4", name: "David Kim", role: "Chief People Officer, StartupXYZ", testimonial: "Scaling our team was seamless with Talents Win. The automation features alone justified the investment. Outstanding platform!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, + id: "4", name: "David Kim", role: "Chief People Officer, StartupXYZ", testimonial: "Scaling our team was seamless with Talents Win. The automation features alone justified the investment. Outstanding platform!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1