Update src/app/directory/page.tsx

This commit is contained in:
2026-03-08 11:50:04 +00:00
parent b261b1265e
commit 3e76bb039c

View File

@@ -19,8 +19,7 @@ const navItems = [
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Directory", href: "/directory" },
{ label: "Search", href: "/search" },
{ label: "Features", href: "#features" },
@@ -28,8 +27,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -37,8 +35,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API", href: "/api" },
{ label: "Support", href: "/support" },
@@ -46,8 +43,7 @@ const footerColumns = [
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Cookie Policy", href: "/cookies" },
@@ -75,9 +71,7 @@ export default function DirectoryPage() {
brandName="InfoHub"
navItems={navItems}
button={{
text: "Get Started",
href: "/signup",
}}
text: "Get Started", href: "/signup"}}
/>
</div>
@@ -88,31 +82,24 @@ export default function DirectoryPage() {
description="Explore thousands of verified individual profiles organized by profession, location, interests, and more. Our comprehensive directory makes it easy to discover and connect with people across industries and sectors."
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="none"
bulletPoints={[
{
title: "Thousands of Profiles",
description: "Access a growing directory of verified individual profiles with detailed information and verified credentials.",
icon: Users,
title: "Thousands of Profiles", description: "Access a growing directory of verified individual profiles with detailed information and verified credentials.", icon: Users,
},
{
title: "Advanced Filtering",
description: "Filter profiles by profession, location, experience level, skills, industry, and many other criteria.",
icon: Filter,
title: "Advanced Filtering", description: "Filter profiles by profession, location, experience level, skills, industry, and many other criteria.", icon: Filter,
},
{
title: "Real-Time Data",
description: "Information is continuously updated with real-time verification ensuring accuracy and current details.",
icon: Clock,
title: "Real-Time Data", description: "Information is continuously updated with real-time verification ensuring accuracy and current details.", icon: Clock,
},
]}
imageSrc="http://img.b2bpic.net/free-vector/gantt-chart-flat-design_23-2148660032.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-vector/gantt-chart-flat-design_23-2148660032.jpg"
imageAlt="Directory interface"
imagePosition="left"
buttons={[
{
text: "Start Browsing",
href: "/search",
},
text: "Start Browsing", href: "/search"},
]}
/>
</div>
@@ -127,34 +114,16 @@ export default function DirectoryPage() {
features={[
{
id: 1,
tag: "Technology",
title: "Tech Professionals",
subtitle: "Software engineers, developers, and IT specialists",
description:
"Discover technology professionals including software engineers, full-stack developers, DevOps specialists, and IT consultants with verified skills and experience levels.",
imageSrc: "http://img.b2bpic.net/free-vector/registration-form-template-with-flat-design_23-2147976903.jpg?_wi=2",
imageAlt: "Tech professionals",
},
tag: "Technology", title: "Tech Professionals", subtitle: "Software engineers, developers, and IT specialists", description:
"Discover technology professionals including software engineers, full-stack developers, DevOps specialists, and IT consultants with verified skills and experience levels.", imageSrc: "http://img.b2bpic.net/free-vector/registration-form-template-with-flat-design_23-2147976903.jpg", imageAlt: "Tech professionals"},
{
id: 2,
tag: "Business",
title: "Business & Management",
subtitle: "Executives, managers, and business leaders",
description:
"Connect with business professionals including CEOs, managers, consultants, and entrepreneurs leading organizations across various industries.",
imageSrc: "http://img.b2bpic.net/free-vector/template-online-cv-with-photo_23-2148560545.jpg?_wi=4",
imageAlt: "Business leaders",
},
tag: "Business", title: "Business & Management", subtitle: "Executives, managers, and business leaders", description:
"Connect with business professionals including CEOs, managers, consultants, and entrepreneurs leading organizations across various industries.", imageSrc: "http://img.b2bpic.net/free-vector/template-online-cv-with-photo_23-2148560545.jpg", imageAlt: "Business leaders"},
{
id: 3,
tag: "Creative",
title: "Creative & Marketing",
subtitle: "Designers, marketers, and content creators",
description:
"Find creative professionals including graphic designers, marketing specialists, content creators, and brand strategists with portfolios and verified work.",
imageSrc: "http://img.b2bpic.net/free-vector/seo-control-panel-concept-hand-presses-button-control-panel-seo_1284-42051.jpg?_wi=2",
imageAlt: "Creative professionals",
},
tag: "Creative", title: "Creative & Marketing", subtitle: "Designers, marketers, and content creators", description:
"Find creative professionals including graphic designers, marketing specialists, content creators, and brand strategists with portfolios and verified work.", imageSrc: "http://img.b2bpic.net/free-vector/seo-control-panel-concept-hand-presses-button-control-panel-seo_1284-42051.jpg", imageAlt: "Creative professionals"},
]}
/>
</div>
@@ -165,17 +134,12 @@ export default function DirectoryPage() {
animationType="entrance-slide"
buttons={[
{
text: "Search Directory",
href: "/search",
},
text: "Search Directory", href: "/search"},
{
text: "View Profiles",
href: "/directory",
},
text: "View Profiles", href: "/directory"},
]}
background={{
variant: "plain",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>