diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6ab75d5..cf0514e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -3,8 +3,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import FeatureCardEight as FeatureCardEightProcess from "@/components/sections/feature/FeatureCardEight"; -import FeatureCardEight as FeatureCardEightWhy from "@/components/sections/feature/FeatureCardEight"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; @@ -32,9 +30,7 @@ export default function ServicesPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Book Consultation", - href: "#contact", - }} + text: "Book Consultation", href: "#contact"}} animateOnLoad={true} /> @@ -48,41 +44,21 @@ export default function ServicesPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Company Formation", - description: - "Streamlined setup for mainland and free zone companies with full regulatory compliance and documentation support.", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-men-working_23-2148349936.jpg?_wi=2", - imageAlt: "business startup launch registration documents", - }, + id: "1", title: "Company Formation", description: + "Streamlined setup for mainland and free zone companies with full regulatory compliance and documentation support.", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-men-working_23-2148349936.jpg", imageAlt: "business startup launch registration documents"}, { - id: "2", - title: "Business Licensing", - description: - "Expert guidance through licensing procedures, approvals, and all government documentation requirements.", - imageSrc: - "http://img.b2bpic.net/free-vector/gradient-patented-label-collection_23-2149722723.jpg?_wi=2", - imageAlt: "business license approval government certification", - }, + id: "2", title: "Business Licensing", description: + "Expert guidance through licensing procedures, approvals, and all government documentation requirements.", imageSrc: + "http://img.b2bpic.net/free-vector/gradient-patented-label-collection_23-2149722723.jpg", imageAlt: "business license approval government certification"}, { - id: "3", - title: "Corporate Services", - description: - "PRO services, visa processing, office solutions, and ongoing compliance management for your business.", - imageSrc: - "http://img.b2bpic.net/free-photo/content-businesspeople-discussing-project-watching-documents-standing-together-near-table-with-laptops_74855-9756.jpg?_wi=2", - imageAlt: "professional corporate office management services", - }, + id: "3", title: "Corporate Services", description: + "PRO services, visa processing, office solutions, and ongoing compliance management for your business.", imageSrc: + "http://img.b2bpic.net/free-photo/content-businesspeople-discussing-project-watching-documents-standing-together-near-table-with-laptops_74855-9756.jpg", imageAlt: "professional corporate office management services"}, { - id: "4", - title: "Business Development", - description: - "Strategic consulting, market entry strategies, and partnership advisory to accelerate your growth.", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-two-businesspeople-shaking-hands_23-2147838559.jpg?_wi=2", - imageAlt: "business strategy growth consulting charts", - }, + id: "4", title: "Business Development", description: + "Strategic consulting, market entry strategies, and partnership advisory to accelerate your growth.", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-two-businesspeople-shaking-hands_23-2147838559.jpg", imageAlt: "business strategy growth consulting charts"}, ]} mediaAnimation="slide-up" buttonAnimation="opacity" @@ -90,7 +66,7 @@ export default function ServicesPage() {
-
-