Update src/app/services/page.tsx
This commit is contained in:
@@ -41,9 +41,7 @@ export default function ServicesPage() {
|
||||
navItems={navItems}
|
||||
brandName="ASTERA FZC"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Get Started", href: "contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,8 +109,7 @@ export default function ServicesPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Travel & Tours", href: "/services" },
|
||||
{ label: "Trading Solutions", href: "/services" },
|
||||
{ label: "E-Commerce", href: "/services" },
|
||||
@@ -146,8 +117,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Products", href: "/products" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -155,8 +125,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Email: asterafzc@gmail.com", href: "mailto:asterafzc@gmail.com" },
|
||||
{ label: "WhatsApp: +971 58 620 1388", href: "https://wa.me/971586201388" },
|
||||
{ label: "Sharjah, UAE", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user