Update src/app/features/page.tsx

This commit is contained in:
2026-03-08 11:32:13 +00:00
parent b3024b46e8
commit 0bc28e0ca0

View File

@@ -24,7 +24,7 @@ export default function FeaturesPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -35,9 +35,7 @@ export default function FeaturesPage() {
brandName="DocFlow"
navItems={navItems}
button={{
text: "Get Started",
href: "/signup",
}}
text: "Get Started", href: "/signup"}}
className="shadow-lg backdrop-blur-md"
buttonClassName="bg-gradient-to-r from-maroon-600 to-maroon-700 hover:shadow-maroon-200"
/>
@@ -49,18 +47,13 @@ export default function FeaturesPage() {
description="Simplify employee document management, residency renewals, work permits, and sponsorship requests with Qatar's most trusted HR platform. Automate, track, and stay compliant with government procedures."
buttons={[
{
text: "Get Started",
href: "/signup",
},
text: "Get Started", href: "/signup"},
{
text: "Request Demo",
href: "/contact",
},
text: "Request Demo", href: "/contact"},
]}
background={{
variant: "floatingGradient",
}}
imageSrc="http://img.b2bpic.net/free-photo/inclusive-education-concept_23-2149313796.jpg?_wi=2"
variant: "sparkles-gradient"}}
imageSrc="http://img.b2bpic.net/free-photo/inclusive-education-concept_23-2149313796.jpg"
imageAlt="DocFlow Dashboard Interface"
mediaAnimation="slide-up"
frameStyle="card"
@@ -78,28 +71,16 @@ export default function FeaturesPage() {
features={[
{
id: 1,
title: "Employee Document Repository",
description:
"Centralized storage for all employee files, contracts, certifications, and identification documents with secure access controls and audit trails.",
imageSrc: "http://img.b2bpic.net/free-photo/office-team-meeting_23-2147727687.jpg?_wi=5",
imageAlt: "Document Repository System",
},
title: "Employee Document Repository", description:
"Centralized storage for all employee files, contracts, certifications, and identification documents with secure access controls and audit trails.", imageSrc: "http://img.b2bpic.net/free-photo/office-team-meeting_23-2147727687.jpg", imageAlt: "Document Repository System"},
{
id: 2,
title: "Residency & Work Permit Tracking",
description:
"Automated tracking of residency renewals, work permits, and visa expiries. Get proactive notifications before documents expire.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-vinyls-store_23-2148237245.jpg?_wi=3",
imageAlt: "Permit and Residency Tracking",
},
title: "Residency & Work Permit Tracking", description:
"Automated tracking of residency renewals, work permits, and visa expiries. Get proactive notifications before documents expire.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-vinyls-store_23-2148237245.jpg", imageAlt: "Permit and Residency Tracking"},
{
id: 3,
title: "Sponsorship Request Management",
description:
"Streamline sponsorship procedures with integrated workflows, documentation checklists, and government submission tracking.",
imageSrc: "http://img.b2bpic.net/free-photo/laughing-co-workers_23-2147626394.jpg?_wi=5",
imageAlt: "Sponsorship Management",
},
title: "Sponsorship Request Management", description:
"Streamline sponsorship procedures with integrated workflows, documentation checklists, and government submission tracking.", imageSrc: "http://img.b2bpic.net/free-photo/laughing-co-workers_23-2147626394.jpg", imageAlt: "Sponsorship Management"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -114,14 +95,10 @@ export default function FeaturesPage() {
socialLinks={[
{
icon: Linkedin,
href: "https://linkedin.com/company/docflow",
ariaLabel: "DocFlow LinkedIn",
},
href: "https://linkedin.com/company/docflow", ariaLabel: "DocFlow LinkedIn"},
{
icon: Twitter,
href: "https://twitter.com/docflow_qa",
ariaLabel: "DocFlow Twitter",
},
href: "https://twitter.com/docflow_qa", ariaLabel: "DocFlow Twitter"},
]}
/>
</div>