Update src/app/page.tsx

This commit is contained in:
2026-03-08 13:15:25 +00:00
parent 72ce06727c
commit e84337efc9

View File

@@ -10,7 +10,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBase from "@/components/sections/footer/FooterBase";
import { CheckCircle, Star, Award, Building2, Briefcase, FileCheck, Passport, CheckSquare, Shield, MessageSquare, FileText, Zap } from "lucide-react";
import { CheckCircle, Star, Award, Building2, Briefcase, FileCheck, CheckSquare, Shield, MessageSquare, FileText, Zap } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -22,8 +22,7 @@ export default function HomePage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Business Setup", href: "/services" },
{ label: "PRO Services", href: "/services" },
{ label: "Attestation", href: "/services" },
@@ -31,8 +30,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "about" },
{ label: "Contact", href: "contact" },
{ label: "Testimonials", href: "testimonials" },
@@ -40,8 +38,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 +971 1 234 5678", href: "tel:+971123456789" },
{ label: "💬 WhatsApp", href: "https://wa.me/971123456789" },
{ label: "📧 info@expressgroup.ae", href: "mailto:info@expressgroup.ae" },
@@ -75,19 +72,15 @@ export default function HomePage() {
tagIcon={CheckCircle}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/landscape-with-colorful-rainbow-appearing-sky_23-2151521470.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/landscape-with-colorful-rainbow-appearing-sky_23-2151521470.jpg"
imageAlt="Dubai skyline with business district"
imagePosition="right"
mediaAnimation="blur-reveal"
buttons={[
{
text: "📞 Call Now",
href: "tel:+971123456789",
},
text: "📞 Call Now", href: "tel:+971123456789"},
{
text: "💬 WhatsApp Us",
href: "https://wa.me/971123456789",
},
text: "💬 WhatsApp Us", href: "https://wa.me/971123456789"},
]}
buttonAnimation="slide-up"
/>
@@ -100,25 +93,13 @@ export default function HomePage() {
tagAnimation="slide-up"
metrics={[
{
id: "1",
value: "4.5★",
description: "Google rating from 60+ verified reviews by satisfied clients",
},
id: "1", value: "4.5★", description: "Google rating from 60+ verified reviews by satisfied clients"},
{
id: "2",
value: "10+",
description: "Years of experience serving entrepreneurs and SMEs in Dubai",
},
id: "2", value: "10+", description: "Years of experience serving entrepreneurs and SMEs in Dubai"},
{
id: "3",
value: "2000+",
description: "Successful business formations and consultations completed",
},
id: "3", value: "2000+", description: "Successful business formations and consultations completed"},
{
id: "4",
value: "24/7",
description: "Dedicated support team ready to assist your business needs",
},
id: "4", value: "24/7", description: "Dedicated support team ready to assist your business needs"},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -134,34 +115,22 @@ export default function HomePage() {
features={[
{
icon: Building2,
title: "Business Setup",
description: "Mainland company formation and free zone business registration with full documentation support",
},
title: "Business Setup", description: "Mainland company formation and free zone business registration with full documentation support"},
{
icon: Briefcase,
title: "PRO Services",
description: "Government documentation, license renewals, and immigration services handled by certified professionals",
},
title: "PRO Services", description: "Government documentation, license renewals, and immigration services handled by certified professionals"},
{
icon: FileCheck,
title: "Attestation Services",
description: "MOFA attestation, certificate authentication, and embassy document verification",
},
title: "Attestation Services", description: "MOFA attestation, certificate authentication, and embassy document verification"},
{
icon: Passport,
title: "Visa Services",
description: "Employment visas, investor visas, and family visa processing with expert guidance",
},
icon: FileCheck,
title: "Visa Services", description: "Employment visas, investor visas, and family visa processing with expert guidance"},
{
icon: CheckSquare,
title: "Document Clearing",
description: "Swift document processing and government approvals for all your business needs",
},
title: "Document Clearing", description: "Swift document processing and government approvals for all your business needs"},
{
icon: Shield,
title: "Expert Consultancy",
description: "Free consultation with certified business advisors for your specific requirements",
},
title: "Expert Consultancy", description: "Free consultation with certified business advisors for your specific requirements"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -178,7 +147,7 @@ export default function HomePage() {
description="Express Group Team"
subdescription="Dubai, UAE"
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/landscape-with-colorful-rainbow-appearing-sky_23-2151521470.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/landscape-with-colorful-rainbow-appearing-sky_23-2151521470.jpg"
imageAlt="Express Group professional team"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -194,24 +163,16 @@ export default function HomePage() {
features={[
{
icon: MessageSquare,
title: "1. Consultation",
description: "Free initial consultation to understand your business needs and requirements",
},
title: "1. Consultation", description: "Free initial consultation to understand your business needs and requirements"},
{
icon: FileText,
title: "2. Documentation",
description: "We prepare all required documents and handle paperwork on your behalf",
},
title: "2. Documentation", description: "We prepare all required documents and handle paperwork on your behalf"},
{
icon: Building2,
title: "3. Government Processing",
description: "Fast-track your applications through government channels with our expertise",
},
title: "3. Government Processing", description: "Fast-track your applications through government channels with our expertise"},
{
icon: CheckCircle,
title: "4. Business Ready",
description: "Receive approvals and get your business operational with ongoing support",
},
title: "4. Business Ready", description: "Receive approvals and get your business operational with ongoing support"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -227,77 +188,17 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Ahmed Hassan, CEO of TechVenture",
date: "Date: 15 December 2024",
title: "Exceptional service and quick turnaround",
quote: "Express Group made our business setup process incredibly smooth. Their team was professional, responsive, and delivered everything on schedule. Highly recommended for anyone starting a business in Dubai.",
tag: "Business Setup",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-cup-coffee_23-2147955267.jpg",
avatarAlt: "Ahmed Hassan",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-cup-coffee_23-2147955267.jpg?_wi=1",
imageAlt: "Ahmed Hassan testimonial",
},
id: "1", name: "Ahmed Hassan, CEO of TechVenture", date: "Date: 15 December 2024", title: "Exceptional service and quick turnaround", quote: "Express Group made our business setup process incredibly smooth. Their team was professional, responsive, and delivered everything on schedule. Highly recommended for anyone starting a business in Dubai.", tag: "Business Setup", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-cup-coffee_23-2147955267.jpg", avatarAlt: "Ahmed Hassan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-cup-coffee_23-2147955267.jpg", imageAlt: "Ahmed Hassan testimonial"},
{
id: "2",
name: "Fatima Al Mansoori, Founder of Al Etihad Trading",
date: "Date: 22 November 2024",
title: "Professional and trustworthy partnership",
quote: "We've been working with Express Group for PRO services for over a year. They handle all our government documentation with precision. Their expertise saves us time and stress.",
tag: "PRO Services",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-her-hands-pocket-against-gray-backdrop_23-2148028971.jpg",
avatarAlt: "Fatima Al Mansoori",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-her-hands-pocket-against-gray-backdrop_23-2148028971.jpg?_wi=1",
imageAlt: "Fatima Al Mansoori testimonial",
},
id: "2", name: "Fatima Al Mansoori, Founder of Al Etihad Trading", date: "Date: 22 November 2024", title: "Professional and trustworthy partnership", quote: "We've been working with Express Group for PRO services for over a year. They handle all our government documentation with precision. Their expertise saves us time and stress.", tag: "PRO Services", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-her-hands-pocket-against-gray-backdrop_23-2148028971.jpg", avatarAlt: "Fatima Al Mansoori", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-her-hands-pocket-against-gray-backdrop_23-2148028971.jpg", imageAlt: "Fatima Al Mansoori testimonial"},
{
id: "3",
name: "Rajesh Patel, Managing Director of Indo-Gulf Industries",
date: "Date: 10 November 2024",
title: "Fastest attestation service in Dubai",
quote: "Very fast and professional service for document attestation. Express Group completed our certificate authentications in just 2 days. Worth every dirham spent.",
tag: "Attestation",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149741200.jpg",
avatarAlt: "Rajesh Patel",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149741200.jpg?_wi=1",
imageAlt: "Rajesh Patel testimonial",
},
id: "3", name: "Rajesh Patel, Managing Director of Indo-Gulf Industries", date: "Date: 10 November 2024", title: "Fastest attestation service in Dubai", quote: "Very fast and professional service for document attestation. Express Group completed our certificate authentications in just 2 days. Worth every dirham spent.", tag: "Attestation", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149741200.jpg", avatarAlt: "Rajesh Patel", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-work_23-2149741200.jpg", imageAlt: "Rajesh Patel testimonial"},
{
id: "4",
name: "Layla Al Khouri, Investor & Entrepreneur",
date: "Date: 28 October 2024",
title: "Expert guidance at every step",
quote: "As a foreign investor new to UAE, I was overwhelmed. Express Group's consultants guided me through the entire process. Their knowledge of Dubai business landscape is unmatched.",
tag: "Visa & Investment",
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg",
avatarAlt: "Layla Al Khouri",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg",
imageAlt: "Layla Al Khouri testimonial",
},
id: "4", name: "Layla Al Khouri, Investor & Entrepreneur", date: "Date: 28 October 2024", title: "Expert guidance at every step", quote: "As a foreign investor new to UAE, I was overwhelmed. Express Group's consultants guided me through the entire process. Their knowledge of Dubai business landscape is unmatched.", tag: "Visa & Investment", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg", avatarAlt: "Layla Al Khouri", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12811.jpg", imageAlt: "Layla Al Khouri testimonial"},
{
id: "5",
name: "Mohammed Al Dhaheri, Owner of Al Dhaheri Group",
date: "Date: 15 October 2024",
title: "Reliable partner for business growth",
quote: "Express Group has been instrumental in our company's expansion. Their transparent pricing and dedicated support make them stand out from competitors.",
tag: "Business Consulting",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-cup-coffee_23-2147955267.jpg",
avatarAlt: "Mohammed Al Dhaheri",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-cup-coffee_23-2147955267.jpg?_wi=2",
imageAlt: "Mohammed Al Dhaheri testimonial",
},
id: "5", name: "Mohammed Al Dhaheri, Owner of Al Dhaheri Group", date: "Date: 15 October 2024", title: "Reliable partner for business growth", quote: "Express Group has been instrumental in our company's expansion. Their transparent pricing and dedicated support make them stand out from competitors.", tag: "Business Consulting", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-cup-coffee_23-2147955267.jpg", avatarAlt: "Mohammed Al Dhaheri", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-mature-businessman-with-cup-coffee_23-2147955267.jpg", imageAlt: "Mohammed Al Dhaheri testimonial"},
{
id: "6",
name: "Sarah Johnson, Director of Operations, Global Solutions LLC",
date: "Date: 5 October 2024",
title: "Best service provider in Dubai",
quote: "After trying multiple providers, Express Group is by far the best. Their team is knowledgeable, friendly, and delivers results consistently.",
tag: "Business Services",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-her-hands-pocket-against-gray-backdrop_23-2148028971.jpg",
avatarAlt: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-her-hands-pocket-against-gray-backdrop_23-2148028971.jpg?_wi=2",
imageAlt: "Sarah Johnson testimonial",
},
id: "6", name: "Sarah Johnson, Director of Operations, Global Solutions LLC", date: "Date: 5 October 2024", title: "Best service provider in Dubai", quote: "After trying multiple providers, Express Group is by far the best. Their team is knowledgeable, friendly, and delivers results consistently.", tag: "Business Services", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-her-hands-pocket-against-gray-backdrop_23-2148028971.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-with-her-hands-pocket-against-gray-backdrop_23-2148028971.jpg", imageAlt: "Sarah Johnson testimonial"},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -313,7 +214,7 @@ export default function HomePage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/co-workers-planning-strategy_1098-588.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/co-workers-planning-strategy_1098-588.jpg"
imageAlt="Express Group consultation team"
mediaAnimation="blur-reveal"
mediaPosition="right"