diff --git a/src/app/page.tsx b/src/app/page.tsx
index c0fc8b3..2b98449 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,117 +41,28 @@ export default function LandingPage() {
@@ -174,21 +73,9 @@ export default function LandingPage() {
title="Excellence in Abu Dhabi"
tag="Trusted Authority"
metrics={[
- {
- id: "m1",
- value: "5.0",
- description: "Google Rating",
- },
- {
- id: "m2",
- value: "100+",
- description: "Successful Formations",
- },
- {
- id: "m3",
- value: "24/7",
- description: "Expert Support",
- },
+ { id: "m1", value: "5.0", description: "Google Rating" },
+ { id: "m2", value: "100+", description: "Successful Formations" },
+ { id: "m3", value: "24/7", description: "Expert Support" },
]}
metricsAnimation="slide-up"
/>
@@ -201,64 +88,20 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: 1,
- title: "Company Formation",
- description: "We streamline the process of establishing your business presence in the UAE.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=13",
- imageAlt: "Service",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=14",
- imageAlt: "Service",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=15",
- imageAlt: "luxury office boardroom dark background",
+ id: 1, title: "Company Formation", description: "We streamline the process of establishing your business presence in the UAE.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg", imageAlt: "Service" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg", imageAlt: "Service" }
},
{
- id: 2,
- title: "Management Consultancy",
- description: "Strategic advisory to optimize business operations and drive long-term growth.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=16",
- imageAlt: "Service",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=17",
- imageAlt: "Service",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg?_wi=1",
- imageAlt: "professional executive portrait man dark background",
+ id: 2, title: "Management Consultancy", description: "Strategic advisory to optimize business operations and drive long-term growth.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg", imageAlt: "Service" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg", imageAlt: "Service" }
},
{
- id: 3,
- title: "Business Studies",
- description: "Detailed feasibility studies and documentation for informed business decisions.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=18",
- imageAlt: "Service",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=19",
- imageAlt: "Service",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg?_wi=1",
- imageAlt: "elegant businesswoman portrait dark background",
+ id: 3, title: "Business Studies", description: "Detailed feasibility studies and documentation for informed business decisions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg", imageAlt: "Service" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg", imageAlt: "Service" }
},
{
- id: 4,
- title: "Corporate Support",
- description: "Full-suite PRO services and administrative support for seamless operations.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=20",
- imageAlt: "Service",
- },
- phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg?_wi=21",
- imageAlt: "Service",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg?_wi=1",
- imageAlt: "mature businessman professional portrait",
+ id: 4, title: "Corporate Support", description: "Full-suite PRO services and administrative support for seamless operations.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg", imageAlt: "Service" },
+ phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160777.jpg", imageAlt: "Service" }
},
]}
showStepNumbers={false}
@@ -272,21 +115,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Your Trusted Consultancy Partner in Abu Dhabi"
metrics={[
- {
- label: "Professionalism",
- value: "Commitment",
- icon: CheckCircle,
- },
- {
- label: "Communication",
- value: "Transparent",
- icon: MessageCircle,
- },
- {
- label: "Expertise",
- value: "Local Insight",
- icon: Globe,
- },
+ { label: "Professionalism", value: "Commitment", icon: CheckCircle },
+ { label: "Communication", value: "Transparent", icon: MessageCircle },
+ { label: "Expertise", value: "Local Insight", icon: Globe },
]}
metricsAnimation="blur-reveal"
/>
@@ -298,41 +129,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Ahmed",
- role: "CEO, Tech Solutions",
- testimonial: "Professional and dependable support. Smooth experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg?_wi=2",
- },
- {
- id: "2",
- name: "Khalid Al-Mansouri",
- role: "Founder, Logistics Inc.",
- testimonial: "Excellent service and strong professionalism.",
- imageSrc: "http://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg?_wi=2",
- },
- {
- id: "3",
- name: "Elena Petrova",
- role: "Director, Creative Hub",
- testimonial: "Great experience, handled everything properly with confidence.",
- imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg?_wi=2",
- },
- {
- id: "4",
- name: "Omar Hassan",
- role: "Entrepreneur",
- testimonial: "Highly recommended for their local expertise and efficiency.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-window-talking-phone_23-2148415755.jpg",
- },
- {
- id: "5",
- name: "Layla Saeed",
- role: "Finance Consultant",
- testimonial: "Unparalleled local knowledge and quick turnaround times.",
- imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg?_wi=3",
- },
+ { id: "1", name: "Sarah Ahmed", role: "CEO, Tech Solutions", testimonial: "Professional and dependable support. Smooth experience.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg" },
+ { id: "2", name: "Khalid Al-Mansouri", role: "Founder, Logistics Inc.", testimonial: "Excellent service and strong professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/positive-young-businesswoman-pointing-camera_1262-5406.jpg" },
+ { id: "3", name: "Elena Petrova", role: "Director, Creative Hub", testimonial: "Great experience, handled everything properly with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg" },
+ { id: "4", name: "Omar Hassan", role: "Entrepreneur", testimonial: "Highly recommended for their local expertise and efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/woman-window-talking-phone_23-2148415755.jpg" },
+ { id: "5", name: "Layla Saeed", role: "Finance Consultant", testimonial: "Unparalleled local knowledge and quick turnaround times.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-with-his-arms-crossed-standing-front-building_23-2148176205.jpg" },
]}
title="Client Success Stories"
description="What our partners say about our expertise."
@@ -344,66 +145,23 @@ export default function LandingPage() {
animationType="slide-up"
useInvertedBackground={true}
faqs={[
- {
- id: "f1",
- title: "Where are you located?",
- content: "Airport Road, Al Danah, Abu Dhabi.",
- },
- {
- id: "f2",
- title: "How can I contact you?",
- content: "Call us directly at 02 546 6334 or use our WhatsApp.",
- },
- {
- id: "f3",
- title: "What is the consultation process?",
- content: "We begin with a brief meeting to understand your goals and suggest the best business setup path.",
- },
+ { id: "f1", title: "Where are you located?", content: "Airport Road, Al Danah, Abu Dhabi." },
+ { id: "f2", title: "How can I contact you?", content: "Call us directly at 02 546 6334 or use our WhatsApp." },
+ { id: "f3", title: "What is the consultation process?", content: "We begin with a brief meeting to understand your goals and suggest the best business setup path." },
]}
ctaTitle="Let's Build Your Success"
ctaDescription="Get in touch for a personal consultation regarding your business formation."
- ctaButton={{
- text: "Contact Us",
- href: "tel:025466334",
- }}
+ ctaButton={{ text: "Contact Us", href: "tel:025466334" }}
ctaIcon={Phone}
/>