Update src/app/search/page.tsx
This commit is contained in:
@@ -70,7 +70,7 @@ export default function SearchPage() {
|
||||
handle: "@alexthompson",
|
||||
testimonial: "Senior Product Designer at TechFlow with 8+ years of UX/UI design experience. Specialized in design systems and user research.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-business-woman-white-blouse-standing-confident-pose-with-her-international-co-workers-indoor-portrait-asian-african-employees-with-blonde-lady_197531-3756.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-business-woman-white-blouse-standing-confident-pose-with-her-international-co-workers-indoor-portrait-asian-african-employees-with-blonde-lady_197531-3756.jpg?_wi=2",
|
||||
imageAlt: "Alex Thompson",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function SearchPage() {
|
||||
handle: "@sarahchen_recruiter",
|
||||
testimonial: "HR Manager and Talent Acquisition specialist at Fortune 500 company. 10+ years in recruitment and people operations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-4107.jpg?_wi=2",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
{
|
||||
@@ -88,7 +88,7 @@ export default function SearchPage() {
|
||||
handle: "@mjohnson_hr",
|
||||
testimonial: "Chief Technology Officer with expertise in cloud architecture and team leadership. Previously at Google for 5 years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg?_wi=2",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function SearchPage() {
|
||||
handle: "@erodriguez_business",
|
||||
testimonial: "Business Development Manager specializing in B2B partnerships. 7 years experience in startup and enterprise growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3632.jpg?_wi=2",
|
||||
imageAlt: "Elena Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -106,7 +106,7 @@ export default function SearchPage() {
|
||||
handle: "@dkim_research",
|
||||
testimonial: "Research Scientist with focus on AI and machine learning. Published 20+ papers and patents at leading tech companies.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116270.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-posing_23-2148116270.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
{
|
||||
@@ -115,7 +115,7 @@ export default function SearchPage() {
|
||||
handle: "@pwilliams_legal",
|
||||
testimonial: "Senior Legal Counsel specializing in technology and intellectual property law. 12 years in legal practice.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5391.jpg?_wi=2",
|
||||
imageAlt: "Patricia Williams",
|
||||
},
|
||||
];
|
||||
@@ -245,7 +245,7 @@ export default function SearchPage() {
|
||||
title: "Advanced Filtering",
|
||||
subtitle: "Narrow down results with multiple criteria",
|
||||
description: "Filter by profession, location, experience level, industry, company, education, skills, and more. Combine multiple filters to find the exact profile you need.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/registration-form-template-with-flat-design_23-2147976903.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/registration-form-template-with-flat-design_23-2147976903.jpg?_wi=4",
|
||||
imageAlt: "Advanced filters",
|
||||
},
|
||||
{
|
||||
@@ -254,7 +254,7 @@ export default function SearchPage() {
|
||||
title: "Real-Time Data Integration",
|
||||
subtitle: "Current information from verified sources",
|
||||
description: "Our Google integration ensures all search results are current and accurate. Real-time verification against official sources and continuous data updates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/seo-control-panel-concept-hand-presses-button-control-panel-seo_1284-42051.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/seo-control-panel-concept-hand-presses-button-control-panel-seo_1284-42051.jpg?_wi=4",
|
||||
imageAlt: "Real-time integration",
|
||||
},
|
||||
{
|
||||
@@ -263,7 +263,7 @@ export default function SearchPage() {
|
||||
title: "Intelligent Ranking",
|
||||
subtitle: "Most relevant profiles first",
|
||||
description: "Results are ranked by relevance score, considering profile completeness, verification status, and match quality. Find the best matches instantly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gantt-chart-flat-design_23-2148660032.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gantt-chart-flat-design_23-2148660032.jpg?_wi=6",
|
||||
imageAlt: "Smart ranking",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user