Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-08 11:32:18 +00:00
3 changed files with 30 additions and 75 deletions

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>

View File

@@ -14,7 +14,7 @@ export default function ForgotPasswordPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -31,9 +31,7 @@ export default function ForgotPasswordPage() {
{ name: "Contact", id: "contact" },
]}
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"
/>
@@ -45,18 +43,13 @@ export default function ForgotPasswordPage() {
description="Don't worry! Enter your email address below and we'll send you a link to reset your password. You'll be back to managing your employee documents in no time."
buttons={[
{
text: "Send Reset Link",
href: "#",
},
text: "Send Reset Link", href: "#"},
{
text: "Back to Login",
href: "/signup",
},
text: "Back to Login", href: "/signup"},
]}
background={{
variant: "floatingGradient",
}}
imageSrc="http://img.b2bpic.net/free-photo/inclusive-education-concept_23-2149313796.jpg?_wi=4"
variant: "sparkles-gradient"}}
imageSrc="http://img.b2bpic.net/free-photo/inclusive-education-concept_23-2149313796.jpg"
imageAlt="DocFlow Security"
mediaAnimation="slide-up"
frameStyle="card"
@@ -73,14 +66,10 @@ export default function ForgotPasswordPage() {
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>

View File

@@ -14,7 +14,7 @@ export default function SignUpPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="floatingGradient"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -31,9 +31,7 @@ export default function SignUpPage() {
{ name: "Contact", id: "contact" },
]}
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"
/>
@@ -45,18 +43,13 @@ export default function SignUpPage() {
description="Join thousands of businesses in Qatar transforming their HR operations. Create your account and start managing employee documents with confidence."
buttons={[
{
text: "Create Account",
href: "/signup",
},
text: "Create Account", href: "/signup"},
{
text: "Learn More",
href: "/",
},
text: "Learn More", href: "/"},
]}
background={{
variant: "floatingGradient",
}}
imageSrc="http://img.b2bpic.net/free-photo/inclusive-education-concept_23-2149313796.jpg?_wi=3"
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"
@@ -73,14 +66,10 @@ export default function SignUpPage() {
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>