From d2dd23a4bcb019cff70e7823ff68a19082dfb442 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:30:43 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 73 +++++++++++---------------------------- 1 file changed, 21 insertions(+), 52 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 779f4a7..5846e62 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -41,9 +41,7 @@ export default function ServicesPage() { navItems={navItems} brandName="ASTERA FZC" button={{ - text: "Get Started", - href: "contact", - }} + text: "Get Started", href: "contact"}} /> @@ -57,23 +55,14 @@ export default function ServicesPage() { animationType="blur-reveal" features={[ { - title: "✈ Travel & Tours", - description: - "Fast-track visa processing, curated tours, corporate and group packages, destination expertise across 50+ countries", - bentoComponent: "globe", - }, + title: "✈ Travel & Tours", description: + "Fast-track visa processing, curated tours, corporate and group packages, destination expertise across 50+ countries", bentoComponent: "globe"}, { - title: "📦 Trading Solutions", - description: - "Premium product sourcing with transparent supply chain across multiple sectors, competitive pricing, and reliable delivery", - bentoComponent: "animated-bar-chart", - }, + title: "📦 Trading Solutions", description: + "Premium product sourcing with transparent supply chain across multiple sectors, competitive pricing, and reliable delivery", bentoComponent: "animated-bar-chart"}, { - title: "🌐 E-Commerce Platform", - description: - "Secure online marketplace with fast fulfillment, international payment solutions, and 24/7 customer support", - bentoComponent: "orbiting-icons", - centerIcon: ShoppingCart, + title: "🌐 E-Commerce Platform", description: + "Secure online marketplace with fast fulfillment, international payment solutions, and 24/7 customer support", bentoComponent: "orbiting-icons", centerIcon: ShoppingCart, items: [ { icon: CreditCard, ring: 1 }, { icon: Truck, ring: 2 }, @@ -81,18 +70,10 @@ export default function ServicesPage() { ], }, { - title: "📣 Advertising & Digital Growth", - description: - "Brand strategy, social media campaigns, content creation, lead generation, and performance marketing", - bentoComponent: "marquee", - centerIcon: Megaphone, - variant: "text", - texts: [ - "Brand Strategy", - "Social Media", - "Lead Generation", - "Content Marketing", - ], + title: "📣 Advertising & Digital Growth", description: + "Brand strategy, social media campaigns, content creation, lead generation, and performance marketing", bentoComponent: "marquee", centerIcon: Megaphone, + variant: "text", texts: [ + "Brand Strategy", "Social Media", "Lead Generation", "Content Marketing"], }, ]} /> @@ -106,29 +87,20 @@ export default function ServicesPage() { textboxLayout="default" useInvertedBackground={false} mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg" imageAlt="ASTERA FZC support team" mediaAnimation="slide-up" faqsAnimation="blur-reveal" faqs={[ { - id: "1", - title: "What visa services do you offer?", - content: - "We provide fast-track visa processing for UAE and international destinations, including tourist visas, business visas, and corporate packages tailored to your needs. Processing times range from 3-15 business days depending on destination.", - }, + id: "1", title: "What visa services do you offer?", content: + "We provide fast-track visa processing for UAE and international destinations, including tourist visas, business visas, and corporate packages tailored to your needs. Processing times range from 3-15 business days depending on destination."}, { - id: "2", - title: "How does your trading partnership work?", - content: - "Our trading division offers premium product sourcing with transparent supply chains. We work with vetted suppliers globally, conduct quality inspections, and handle everything from sourcing to international logistics and delivery.", - }, + id: "2", title: "How does your trading partnership work?", content: + "Our trading division offers premium product sourcing with transparent supply chains. We work with vetted suppliers globally, conduct quality inspections, and handle everything from sourcing to international logistics and delivery."}, { - id: "3", - title: "What makes your e-commerce platform unique?", - content: - "Our platform features enterprise-grade security with SSL encryption and PCI compliance, multiple payment gateway options, real-time inventory management, and automated fulfillment for faster delivery to customers worldwide.", - }, + id: "3", title: "What makes your e-commerce platform unique?", content: + "Our platform features enterprise-grade security with SSL encryption and PCI compliance, multiple payment gateway options, real-time inventory management, and automated fulfillment for faster delivery to customers worldwide."}, ]} /> @@ -137,8 +109,7 @@ export default function ServicesPage() {