Update src/app/services/page.tsx
This commit is contained in:
@@ -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