From 0bc28e0ca094f2a332a4f0a6ef296d23ef75ca18 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:32:13 +0000 Subject: [PATCH 1/3] Update src/app/features/page.tsx --- src/app/features/page.tsx | 51 +++++++++++---------------------------- 1 file changed, 14 insertions(+), 37 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 03d7adb..e366d3e 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -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"}, ]} /> -- 2.49.1 From 33feffeeeff9884f8350c463b0a6299fb4ff56d9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:32:13 +0000 Subject: [PATCH 2/3] Update src/app/forgot-password/page.tsx --- src/app/forgot-password/page.tsx | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/src/app/forgot-password/page.tsx b/src/app/forgot-password/page.tsx index e83bdea..bd3f41f 100644 --- a/src/app/forgot-password/page.tsx +++ b/src/app/forgot-password/page.tsx @@ -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"}, ]} /> -- 2.49.1 From c7695e64e9d1c78066020b59af98eb37a8a6c14f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:32:14 +0000 Subject: [PATCH 3/3] Update src/app/signup/page.tsx --- src/app/signup/page.tsx | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx index 0016195..f60eb33 100644 --- a/src/app/signup/page.tsx +++ b/src/app/signup/page.tsx @@ -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"}, ]} /> -- 2.49.1