Merge version_1 into main #3
@@ -18,8 +18,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
@@ -56,7 +53,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -77,17 +74,12 @@ export default function ContactPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Send Message",
|
||||
href: "mailto:support@sponsordesk.com",
|
||||
},
|
||||
text: "Send Message", href: "mailto:support@sponsordesk.com"},
|
||||
{
|
||||
text: "Schedule Call",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule Call", href: "#"},
|
||||
]}
|
||||
background={{
|
||||
variant: "floatingGradient",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,28 +88,17 @@ export default function ContactPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Contact",
|
||||
},
|
||||
type: "text", content: "Contact"},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-flat-design-icon-representing-a-d-1772966293950-8666e013.png",
|
||||
alt: "Contact Icon",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-flat-design-icon-representing-a-d-1772966293950-8666e013.png", alt: "Contact Icon"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Information",
|
||||
},
|
||||
type: "text", content: "Information"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:support@sponsordesk.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:support@sponsordesk.com"},
|
||||
{
|
||||
text: "Back to Home",
|
||||
href: "/",
|
||||
},
|
||||
text: "Back to Home", href: "/"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
@@ -126,7 +107,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png?_wi=6"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png"
|
||||
imageAlt="Footer background"
|
||||
columns={footerColumns}
|
||||
logoText="SponsorDesk"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function FaqPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -29,8 +28,7 @@ export default function FaqPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -39,8 +37,7 @@ export default function FaqPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
@@ -57,7 +54,7 @@ export default function FaqPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -76,43 +73,25 @@ export default function FaqPage() {
|
||||
<FaqSplitMedia
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is my data secure with SponsorDesk?",
|
||||
content:
|
||||
"Yes. We use enterprise-grade encryption, compliance with ISO 27001 standards, and comply with all Middle East data protection regulations. All documents are encrypted at rest and in transit.",
|
||||
},
|
||||
id: "1", title: "Is my data secure with SponsorDesk?", content:
|
||||
"Yes. We use enterprise-grade encryption, compliance with ISO 27001 standards, and comply with all Middle East data protection regulations. All documents are encrypted at rest and in transit."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do automated reminders work?",
|
||||
content:
|
||||
"Our system continuously monitors expiry dates for all documents. You receive notifications via email and dashboard alerts weeks before expiration, ensuring you never miss critical deadlines.",
|
||||
},
|
||||
id: "2", title: "How do automated reminders work?", content:
|
||||
"Our system continuously monitors expiry dates for all documents. You receive notifications via email and dashboard alerts weeks before expiration, ensuring you never miss critical deadlines."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I integrate with my existing HR system?",
|
||||
content:
|
||||
"Yes. SponsorDesk offers API integrations with popular HR management systems. Our team can help set up seamless data synchronization for your specific requirements.",
|
||||
},
|
||||
id: "3", title: "Can I integrate with my existing HR system?", content:
|
||||
"Yes. SponsorDesk offers API integrations with popular HR management systems. Our team can help set up seamless data synchronization for your specific requirements."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What support does your team provide?",
|
||||
content:
|
||||
"We offer 24/7 email support, dedicated account managers for enterprise clients, comprehensive documentation, and regular training sessions for your HR team.",
|
||||
},
|
||||
id: "4", title: "What support does your team provide?", content:
|
||||
"We offer 24/7 email support, dedicated account managers for enterprise clients, comprehensive documentation, and regular training sessions for your HR team."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How quickly can we get started?",
|
||||
content:
|
||||
"Onboarding typically takes 1-2 weeks. Our team handles setup, data migration, and staff training. Most customers are fully operational within 30 days.",
|
||||
},
|
||||
id: "5", title: "How quickly can we get started?", content:
|
||||
"Onboarding typically takes 1-2 weeks. Our team handles setup, data migration, and staff training. Most customers are fully operational within 30 days."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you support bilingual documents?",
|
||||
content:
|
||||
"Absolutely. SponsorDesk fully supports Arabic and English with proper RTL/LTR formatting. All documents, workflows, and the dashboard are available in both languages.",
|
||||
},
|
||||
id: "6", title: "Do you support bilingual documents?", content:
|
||||
"Absolutely. SponsorDesk fully supports Arabic and English with proper RTL/LTR formatting. All documents, workflows, and the dashboard are available in both languages."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-illustration-representing-faq-sup-1772966295233-817188c7.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-illustration-representing-faq-sup-1772966295233-817188c7.png"
|
||||
imageAlt="FAQ Support Team"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
@@ -134,24 +113,19 @@ export default function FaqPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "/signup",
|
||||
},
|
||||
text: "Start Free Trial", href: "/signup"},
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Sales", href: "/contact"},
|
||||
]}
|
||||
background={{
|
||||
variant: "floatingGradient",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png?_wi=5"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png"
|
||||
imageAlt="Footer background"
|
||||
columns={footerColumns}
|
||||
logoText="SponsorDesk"
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function FeaturesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/features" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -30,8 +29,7 @@ export default function FeaturesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -40,8 +38,7 @@ export default function FeaturesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
@@ -58,7 +55,7 @@ export default function FeaturesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -89,45 +86,28 @@ export default function FeaturesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Document Centralization",
|
||||
description:
|
||||
"Store all employee governmental papers, residency permits, work visas, and legal documents in one secure, organized location with version history.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-employee-file-m-1772966294452-9ea61a5f.png?_wi=3",
|
||||
imageAlt: "Document Centralization Feature",
|
||||
},
|
||||
title: "Document Centralization", description:
|
||||
"Store all employee governmental papers, residency permits, work visas, and legal documents in one secure, organized location with version history.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-employee-file-m-1772966294452-9ea61a5f.png", imageAlt: "Document Centralization Feature"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Automated Reminders",
|
||||
description:
|
||||
"Receive notifications before expiry dates. Never miss a renewal deadline for visas, residency permits, or sponsorship transfers again.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-document-tracki-1772966294576-8a5cef46.png?_wi=4",
|
||||
imageAlt: "Automated Reminders Feature",
|
||||
},
|
||||
title: "Automated Reminders", description:
|
||||
"Receive notifications before expiry dates. Never miss a renewal deadline for visas, residency permits, or sponsorship transfers again.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-document-tracki-1772966294576-8a5cef46.png", imageAlt: "Automated Reminders Feature"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Workflow Automation",
|
||||
description:
|
||||
"Streamline sponsorship transfers, visa applications, and permit renewals with pre-built templates and guided workflows.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-sponsorship-tra-1772966295826-b58f26d0.png?_wi=5",
|
||||
imageAlt: "Workflow Automation Feature",
|
||||
},
|
||||
title: "Workflow Automation", description:
|
||||
"Streamline sponsorship transfers, visa applications, and permit renewals with pre-built templates and guided workflows.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-sponsorship-tra-1772966295826-b58f26d0.png", imageAlt: "Workflow Automation Feature"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Status Tracking",
|
||||
description:
|
||||
"Real-time tracking of each employee's request status. Full visibility from application submission through approval and completion.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-document-tracki-1772966294576-8a5cef46.png?_wi=5",
|
||||
imageAlt: "Status Tracking Feature",
|
||||
},
|
||||
title: "Status Tracking", description:
|
||||
"Real-time tracking of each employee's request status. Full visibility from application submission through approval and completion.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-document-tracki-1772966294576-8a5cef46.png", imageAlt: "Status Tracking Feature"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,32 +115,16 @@ export default function FeaturesPage() {
|
||||
<MetricCardOne
|
||||
metrics={[
|
||||
{
|
||||
id: "companies",
|
||||
value: "500+",
|
||||
title: "Companies",
|
||||
description: "Using SponsorDesk for employee management",
|
||||
icon: Users,
|
||||
id: "companies", value: "500+", title: "Companies", description: "Using SponsorDesk for employee management", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "employees",
|
||||
value: "50K+",
|
||||
title: "Employees",
|
||||
description: "Document managed successfully",
|
||||
icon: FileText,
|
||||
id: "employees", value: "50K+", title: "Employees", description: "Document managed successfully", icon: FileText,
|
||||
},
|
||||
{
|
||||
id: "documents",
|
||||
value: "200K+",
|
||||
title: "Documents",
|
||||
description: "Processed annually",
|
||||
icon: CheckCircle,
|
||||
id: "documents", value: "200K+", title: "Documents", description: "Processed annually", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "uptime",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
description: "Enterprise-grade reliability",
|
||||
icon: Shield,
|
||||
id: "uptime", value: "99.9%", title: "Uptime", description: "Enterprise-grade reliability", icon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -182,22 +146,18 @@ export default function FeaturesPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Free Trial",
|
||||
href: "/signup",
|
||||
},
|
||||
text: "Start Free Trial", href: "/signup"},
|
||||
{
|
||||
text: "Contact Sales",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Sales", href: "/contact"},
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png?_wi=3"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png"
|
||||
imageAlt="Footer background"
|
||||
columns={footerColumns}
|
||||
logoText="SponsorDesk"
|
||||
|
||||
290
src/app/page.tsx
290
src/app/page.tsx
@@ -36,8 +36,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#benefits" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Pricing", href: "#metrics" },
|
||||
@@ -46,8 +45,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -56,8 +54,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
@@ -74,7 +71,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -96,38 +93,23 @@ export default function HomePage() {
|
||||
tag="Employee Document Platform"
|
||||
tagIcon={FileCheck}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ahmed Al-Mansouri",
|
||||
handle: "HR Director, Gulf Trading Co.",
|
||||
testimonial:
|
||||
"SponsorDesk cut our document processing time by 80%. We now manage 500+ employees effortlessly.",
|
||||
rating: 5,
|
||||
name: "Ahmed Al-Mansouri", handle: "HR Director, Gulf Trading Co.", testimonial:
|
||||
"SponsorDesk cut our document processing time by 80%. We now manage 500+ employees effortlessly.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294213-0f643600.png",
|
||||
imageAlt: "Ahmed Al-Mansouri",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294213-0f643600.png", imageAlt: "Ahmed Al-Mansouri"},
|
||||
{
|
||||
name: "Layla Hassan",
|
||||
handle: "Sponsorship Manager, TechHub ME",
|
||||
testimonial:
|
||||
"The automated reminders ensure we never miss visa renewal deadlines. Game-changer for our HR team.",
|
||||
rating: 5,
|
||||
name: "Layla Hassan", handle: "Sponsorship Manager, TechHub ME", testimonial:
|
||||
"The automated reminders ensure we never miss visa renewal deadlines. Game-changer for our HR team.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294494-98e1600a.png",
|
||||
imageAlt: "Layla Hassan",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294494-98e1600a.png", imageAlt: "Layla Hassan"},
|
||||
{
|
||||
name: "Mohammed Saeed",
|
||||
handle: "Operations Manager, BuildMore LLC",
|
||||
testimonial:
|
||||
"From chaos to clarity. SponsorDesk gave us complete visibility over all employee procedures.",
|
||||
rating: 5,
|
||||
name: "Mohammed Saeed", handle: "Operations Manager, BuildMore LLC", testimonial:
|
||||
"From chaos to clarity. SponsorDesk gave us complete visibility over all employee procedures.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966295617-9132d86a.png",
|
||||
imageAlt: "Mohammed Saeed",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966295617-9132d86a.png", imageAlt: "Mohammed Saeed"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -153,45 +135,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Document Centralization",
|
||||
description:
|
||||
"Store all employee governmental papers, residency permits, work visas, and legal documents in one secure, organized location with version history.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-representing-reside-1772966294654-23559141.png?_wi=1",
|
||||
imageAlt: "Document Centralization",
|
||||
},
|
||||
title: "Document Centralization", description:
|
||||
"Store all employee governmental papers, residency permits, work visas, and legal documents in one secure, organized location with version history.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-representing-reside-1772966294654-23559141.png", imageAlt: "Document Centralization"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Automated Reminders",
|
||||
description:
|
||||
"Receive notifications before expiry dates. Never miss a renewal deadline for visas, residency permits, or sponsorship transfers again.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-work-permit-ser-1772966295223-374f7a46.png?_wi=1",
|
||||
imageAlt: "Automated Reminders",
|
||||
},
|
||||
title: "Automated Reminders", description:
|
||||
"Receive notifications before expiry dates. Never miss a renewal deadline for visas, residency permits, or sponsorship transfers again.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-work-permit-ser-1772966295223-374f7a46.png", imageAlt: "Automated Reminders"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Workflow Automation",
|
||||
description:
|
||||
"Streamline sponsorship transfers, visa applications, and permit renewals with pre-built templates and guided workflows.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-sponsorship-tra-1772966295826-b58f26d0.png?_wi=1",
|
||||
imageAlt: "Workflow Automation",
|
||||
},
|
||||
title: "Workflow Automation", description:
|
||||
"Streamline sponsorship transfers, visa applications, and permit renewals with pre-built templates and guided workflows.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-sponsorship-tra-1772966295826-b58f26d0.png", imageAlt: "Workflow Automation"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Status Tracking",
|
||||
description:
|
||||
"Real-time tracking of each employee's request status. Full visibility from application submission through approval and completion.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-document-tracki-1772966294576-8a5cef46.png?_wi=1",
|
||||
imageAlt: "Status Tracking",
|
||||
},
|
||||
title: "Status Tracking", description:
|
||||
"Real-time tracking of each employee's request status. Full visibility from application submission through approval and completion.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-document-tracki-1772966294576-8a5cef46.png", imageAlt: "Status Tracking"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -204,71 +169,29 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "residency-renewal",
|
||||
brand: "Government Solutions",
|
||||
name: "Residency Renewals",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-representing-reside-1772966294654-23559141.png?_wi=2",
|
||||
imageAlt: "Residency Renewals",
|
||||
},
|
||||
id: "residency-renewal", brand: "Government Solutions", name: "Residency Renewals", price: "Managed", rating: 5,
|
||||
reviewCount: "2.3k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-representing-reside-1772966294654-23559141.png", imageAlt: "Residency Renewals"},
|
||||
{
|
||||
id: "work-permits",
|
||||
brand: "Government Solutions",
|
||||
name: "Work Permit Updates",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-work-permit-ser-1772966295223-374f7a46.png?_wi=2",
|
||||
imageAlt: "Work Permit Updates",
|
||||
},
|
||||
id: "work-permits", brand: "Government Solutions", name: "Work Permit Updates", price: "Managed", rating: 5,
|
||||
reviewCount: "1.8k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-work-permit-ser-1772966295223-374f7a46.png", imageAlt: "Work Permit Updates"},
|
||||
{
|
||||
id: "sponsorship-transfer",
|
||||
brand: "Government Solutions",
|
||||
name: "Sponsorship Transfers",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-sponsorship-tra-1772966295826-b58f26d0.png?_wi=2",
|
||||
imageAlt: "Sponsorship Transfers",
|
||||
},
|
||||
id: "sponsorship-transfer", brand: "Government Solutions", name: "Sponsorship Transfers", price: "Managed", rating: 5,
|
||||
reviewCount: "1.5k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-sponsorship-tra-1772966295826-b58f26d0.png", imageAlt: "Sponsorship Transfers"},
|
||||
{
|
||||
id: "visa-applications",
|
||||
brand: "Government Solutions",
|
||||
name: "Visa Applications",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "3.1k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-visa-applicatio-1772966294629-b03a22a1.png?_wi=1",
|
||||
imageAlt: "Visa Applications",
|
||||
},
|
||||
id: "visa-applications", brand: "Government Solutions", name: "Visa Applications", price: "Managed", rating: 5,
|
||||
reviewCount: "3.1k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-visa-applicatio-1772966294629-b03a22a1.png", imageAlt: "Visa Applications"},
|
||||
{
|
||||
id: "document-tracking",
|
||||
brand: "Government Solutions",
|
||||
name: "Document Tracking",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "2.6k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-document-tracki-1772966294576-8a5cef46.png?_wi=2",
|
||||
imageAlt: "Document Tracking",
|
||||
},
|
||||
id: "document-tracking", brand: "Government Solutions", name: "Document Tracking", price: "Managed", rating: 5,
|
||||
reviewCount: "2.6k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-document-tracki-1772966294576-8a5cef46.png", imageAlt: "Document Tracking"},
|
||||
{
|
||||
id: "file-management",
|
||||
brand: "Government Solutions",
|
||||
name: "Employee File Management",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "2.0k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-employee-file-m-1772966294452-9ea61a5f.png?_wi=1",
|
||||
imageAlt: "Employee File Management",
|
||||
},
|
||||
id: "file-management", brand: "Government Solutions", name: "Employee File Management", price: "Managed", rating: 5,
|
||||
reviewCount: "2.0k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-employee-file-m-1772966294452-9ea61a5f.png", imageAlt: "Employee File Management"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -283,10 +206,7 @@ export default function HomePage() {
|
||||
heading={[
|
||||
{ type: "text", content: "Your Complete Dashboard for" },
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-flat-design-icon-representing-a-d-1772966293950-8666e013.png",
|
||||
alt: "Dashboard",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-flat-design-icon-representing-a-d-1772966293950-8666e013.png", alt: "Dashboard"},
|
||||
{ type: "text", content: "Employee Management" },
|
||||
]}
|
||||
buttons={[
|
||||
@@ -307,32 +227,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "companies",
|
||||
value: "500+",
|
||||
title: "Companies",
|
||||
description: "Using SponsorDesk for employee management",
|
||||
icon: Building2,
|
||||
id: "companies", value: "500+", title: "Companies", description: "Using SponsorDesk for employee management", icon: Building2,
|
||||
},
|
||||
{
|
||||
id: "employees",
|
||||
value: "50K+",
|
||||
title: "Employees",
|
||||
description: "Documents managed successfully",
|
||||
icon: Users,
|
||||
id: "employees", value: "50K+", title: "Employees", description: "Documents managed successfully", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "documents",
|
||||
value: "200K+",
|
||||
title: "Documents",
|
||||
description: "Processed annually",
|
||||
icon: FileText,
|
||||
id: "documents", value: "200K+", title: "Documents", description: "Processed annually", icon: FileText,
|
||||
},
|
||||
{
|
||||
id: "uptime",
|
||||
value: "99.9%",
|
||||
title: "Uptime",
|
||||
description: "Enterprise-grade reliability",
|
||||
icon: Shield,
|
||||
id: "uptime", value: "99.9%", title: "Uptime", description: "Enterprise-grade reliability", icon: Shield,
|
||||
},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -347,47 +251,23 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Fatima Al-Dosari",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-confident-mid-1772966296012-d9bc1ccb.png?_wi=1",
|
||||
imageAlt: "Fatima Al-Dosari",
|
||||
},
|
||||
id: "1", name: "Fatima Al-Dosari", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-confident-mid-1772966296012-d9bc1ccb.png", imageAlt: "Fatima Al-Dosari"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Omar Al-Rashid",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294599-cc6d6669.png?_wi=1",
|
||||
imageAlt: "Omar Al-Rashid",
|
||||
},
|
||||
id: "2", name: "Omar Al-Rashid", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294599-cc6d6669.png", imageAlt: "Omar Al-Rashid"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Noura Al-Mansouri",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294425-068b90e4.png?_wi=1",
|
||||
imageAlt: "Noura Al-Mansouri",
|
||||
},
|
||||
id: "3", name: "Noura Al-Mansouri", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294425-068b90e4.png", imageAlt: "Noura Al-Mansouri"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Khalid Al-Suwaidi",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294558-4e0e20ae.png?_wi=1",
|
||||
imageAlt: "Khalid Al-Suwaidi",
|
||||
},
|
||||
id: "4", name: "Khalid Al-Suwaidi", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294558-4e0e20ae.png", imageAlt: "Khalid Al-Suwaidi"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Aisha Al-Khaleej",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966297366-b1980538.png?_wi=1",
|
||||
imageAlt: "Aisha Al-Khaleej",
|
||||
},
|
||||
id: "5", name: "Aisha Al-Khaleej", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966297366-b1980538.png", imageAlt: "Aisha Al-Khaleej"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Hassan Al-Shammari",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294727-2c206b24.png?_wi=1",
|
||||
imageAlt: "Hassan Al-Shammari",
|
||||
},
|
||||
id: "6", name: "Hassan Al-Shammari", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/professional-headshot-of-a-middle-easter-1772966294727-2c206b24.png", imageAlt: "Hassan Al-Shammari"},
|
||||
]}
|
||||
cardTitle="Trusted by 10,000+ HR professionals and business leaders across the Middle East"
|
||||
cardTag="See what they say"
|
||||
@@ -406,43 +286,25 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is my data secure with SponsorDesk?",
|
||||
content:
|
||||
"Yes. We use enterprise-grade encryption, compliance with ISO 27001 standards, and comply with all Middle East data protection regulations. All documents are encrypted at rest and in transit.",
|
||||
},
|
||||
id: "1", title: "Is my data secure with SponsorDesk?", content:
|
||||
"Yes. We use enterprise-grade encryption, compliance with ISO 27001 standards, and comply with all Middle East data protection regulations. All documents are encrypted at rest and in transit."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do automated reminders work?",
|
||||
content:
|
||||
"Our system continuously monitors expiry dates for all documents. You receive notifications via email and dashboard alerts weeks before expiration, ensuring you never miss critical deadlines.",
|
||||
},
|
||||
id: "2", title: "How do automated reminders work?", content:
|
||||
"Our system continuously monitors expiry dates for all documents. You receive notifications via email and dashboard alerts weeks before expiration, ensuring you never miss critical deadlines."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I integrate with my existing HR system?",
|
||||
content:
|
||||
"Yes. SponsorDesk offers API integrations with popular HR management systems. Our team can help set up seamless data synchronization for your specific requirements.",
|
||||
},
|
||||
id: "3", title: "Can I integrate with my existing HR system?", content:
|
||||
"Yes. SponsorDesk offers API integrations with popular HR management systems. Our team can help set up seamless data synchronization for your specific requirements."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What support does your team provide?",
|
||||
content:
|
||||
"We offer 24/7 email support, dedicated account managers for enterprise clients, comprehensive documentation, and regular training sessions for your HR team.",
|
||||
},
|
||||
id: "4", title: "What support does your team provide?", content:
|
||||
"We offer 24/7 email support, dedicated account managers for enterprise clients, comprehensive documentation, and regular training sessions for your HR team."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How quickly can we get started?",
|
||||
content:
|
||||
"Onboarding typically takes 1-2 weeks. Our team handles setup, data migration, and staff training. Most customers are fully operational within 30 days.",
|
||||
},
|
||||
id: "5", title: "How quickly can we get started?", content:
|
||||
"Onboarding typically takes 1-2 weeks. Our team handles setup, data migration, and staff training. Most customers are fully operational within 30 days."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you support bilingual documents?",
|
||||
content:
|
||||
"Absolutely. SponsorDesk fully supports Arabic and English with proper RTL/LTR formatting. All documents, workflows, and the dashboard are available in both languages.",
|
||||
},
|
||||
id: "6", title: "Do you support bilingual documents?", content:
|
||||
"Absolutely. SponsorDesk fully supports Arabic and English with proper RTL/LTR formatting. All documents, workflows, and the dashboard are available in both languages."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-illustration-representing-faq-sup-1772966295233-817188c7.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-illustration-representing-faq-sup-1772966295233-817188c7.png"
|
||||
imageAlt="FAQ Support Team"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
@@ -461,14 +323,14 @@ export default function HomePage() {
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Contact Sales", href: "#" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png"
|
||||
imageAlt="Footer background"
|
||||
columns={footerColumns}
|
||||
logoText="SponsorDesk"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Pricing", href: "/" },
|
||||
@@ -29,8 +28,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -39,8 +37,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "#" },
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "FAQ", href: "/" },
|
||||
@@ -57,7 +54,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSmall"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -81,71 +78,29 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "residency-renewal",
|
||||
brand: "Government Solutions",
|
||||
name: "Residency Renewals",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-representing-reside-1772966294654-23559141.png?_wi=3",
|
||||
imageAlt: "Residency Renewals",
|
||||
},
|
||||
id: "residency-renewal", brand: "Government Solutions", name: "Residency Renewals", price: "Managed", rating: 5,
|
||||
reviewCount: "2.3k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-representing-reside-1772966294654-23559141.png", imageAlt: "Residency Renewals"},
|
||||
{
|
||||
id: "work-permits",
|
||||
brand: "Government Solutions",
|
||||
name: "Work Permit Updates",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-work-permit-ser-1772966295223-374f7a46.png?_wi=3",
|
||||
imageAlt: "Work Permit Updates",
|
||||
},
|
||||
id: "work-permits", brand: "Government Solutions", name: "Work Permit Updates", price: "Managed", rating: 5,
|
||||
reviewCount: "1.8k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-work-permit-ser-1772966295223-374f7a46.png", imageAlt: "Work Permit Updates"},
|
||||
{
|
||||
id: "sponsorship-transfer",
|
||||
brand: "Government Solutions",
|
||||
name: "Sponsorship Transfers",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "1.5k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-sponsorship-tra-1772966295826-b58f26d0.png?_wi=3",
|
||||
imageAlt: "Sponsorship Transfers",
|
||||
},
|
||||
id: "sponsorship-transfer", brand: "Government Solutions", name: "Sponsorship Transfers", price: "Managed", rating: 5,
|
||||
reviewCount: "1.5k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-sponsorship-tra-1772966295826-b58f26d0.png", imageAlt: "Sponsorship Transfers"},
|
||||
{
|
||||
id: "visa-applications",
|
||||
brand: "Government Solutions",
|
||||
name: "Visa Applications",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "3.1k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-visa-applicatio-1772966294629-b03a22a1.png?_wi=2",
|
||||
imageAlt: "Visa Applications",
|
||||
},
|
||||
id: "visa-applications", brand: "Government Solutions", name: "Visa Applications", price: "Managed", rating: 5,
|
||||
reviewCount: "3.1k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-visa-applicatio-1772966294629-b03a22a1.png", imageAlt: "Visa Applications"},
|
||||
{
|
||||
id: "document-tracking",
|
||||
brand: "Government Solutions",
|
||||
name: "Document Tracking",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "2.6k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-document-tracki-1772966294576-8a5cef46.png?_wi=3",
|
||||
imageAlt: "Document Tracking",
|
||||
},
|
||||
id: "document-tracking", brand: "Government Solutions", name: "Document Tracking", price: "Managed", rating: 5,
|
||||
reviewCount: "2.6k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-document-tracki-1772966294576-8a5cef46.png", imageAlt: "Document Tracking"},
|
||||
{
|
||||
id: "file-management",
|
||||
brand: "Government Solutions",
|
||||
name: "Employee File Management",
|
||||
price: "Managed",
|
||||
rating: 5,
|
||||
reviewCount: "2.0k+",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-employee-file-m-1772966294452-9ea61a5f.png?_wi=2",
|
||||
imageAlt: "Employee File Management",
|
||||
},
|
||||
id: "file-management", brand: "Government Solutions", name: "Employee File Management", price: "Managed", rating: 5,
|
||||
reviewCount: "2.0k+", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-employee-file-m-1772966294452-9ea61a5f.png", imageAlt: "Employee File Management"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -165,36 +120,23 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Expert Compliance Management",
|
||||
description:
|
||||
"Our team stays updated with all governmental regulations and policy changes across the Middle East. We ensure your processes always meet current legal requirements and documentation standards.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-representing-reside-1772966294654-23559141.png?_wi=4",
|
||||
imageAlt: "Expert Compliance Management",
|
||||
},
|
||||
title: "Expert Compliance Management", description:
|
||||
"Our team stays updated with all governmental regulations and policy changes across the Middle East. We ensure your processes always meet current legal requirements and documentation standards.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-representing-reside-1772966294654-23559141.png", imageAlt: "Expert Compliance Management"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Proactive Deadline Management",
|
||||
description:
|
||||
"We track all expiry dates and renewal deadlines with precision. Automated alerts ensure your HR team receives timely notifications, eliminating the risk of missed deadlines and penalties.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-work-permit-ser-1772966295223-374f7a46.png?_wi=4",
|
||||
imageAlt: "Proactive Deadline Management",
|
||||
},
|
||||
title: "Proactive Deadline Management", description:
|
||||
"We track all expiry dates and renewal deadlines with precision. Automated alerts ensure your HR team receives timely notifications, eliminating the risk of missed deadlines and penalties.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-work-permit-ser-1772966295223-374f7a46.png", imageAlt: "Proactive Deadline Management"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Seamless Integration",
|
||||
description:
|
||||
"SponsorDesk integrates with your existing HR systems and workflows. Our API connects with popular platforms, ensuring smooth data flow and eliminating duplicate data entry.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-sponsorship-tra-1772966295826-b58f26d0.png?_wi=4",
|
||||
imageAlt: "Seamless Integration",
|
||||
},
|
||||
title: "Seamless Integration", description:
|
||||
"SponsorDesk integrates with your existing HR systems and workflows. Our API connects with popular platforms, ensuring smooth data flow and eliminating duplicate data entry.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/icon-or-illustration-for-sponsorship-tra-1772966295826-b58f26d0.png", imageAlt: "Seamless Integration"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="slide-up"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -206,14 +148,14 @@ export default function ServicesPage() {
|
||||
{ text: "Start Free Trial", href: "#" },
|
||||
{ text: "Schedule Consultation", href: "#" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aev8H9mL7eFI9KHWlmK4WotoLx/modern-professional-footer-background-im-1772966297548-b6b1fe45.png"
|
||||
imageAlt="Footer background"
|
||||
columns={footerColumns}
|
||||
logoText="SponsorDesk"
|
||||
|
||||
Reference in New Issue
Block a user