Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 05:30:40 +00:00
parent ff50ea8e38
commit 9456956f2e

View File

@@ -41,9 +41,7 @@ export default function ContactPage() {
navItems={navItems}
brandName="ASTERA FZC"
button={{
text: "Get Started",
href: "contact",
}}
text: "Get Started", href: "contact"}}
/>
</div>
@@ -53,38 +51,24 @@ export default function ContactPage() {
description="Contact our team to discuss your business needs. We're here to help transform your vision into reality."
inputs={[
{
name: "fullName",
type: "text",
placeholder: "Full Name",
required: true,
name: "fullName", type: "text", placeholder: "Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Business Email",
required: true,
name: "email", type: "email", placeholder: "Business Email", required: true,
},
{
name: "company",
type: "text",
placeholder: "Company Name",
required: false,
name: "company", type: "text", placeholder: "Company Name", required: false,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your project or inquiry...",
rows: 5,
name: "message", placeholder: "Tell us about your project or inquiry...", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg"
imageAlt="ASTERA FZC team collaboration"
mediaPosition="right"
mediaAnimation="slide-up"
@@ -101,29 +85,20 @@ export default function ContactPage() {
textboxLayout="default"
useInvertedBackground={true}
mediaPosition="left"
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-949.jpg"
imageAlt="ASTERA FZC customer support team"
mediaAnimation="slide-up"
faqsAnimation="blur-reveal"
faqs={[
{
id: "1",
title: "What are your business hours?",
content:
"ASTERA FZC operates Monday to Friday, 9:00 AM to 6:00 PM GST. For urgent matters, contact us via WhatsApp at +971 58 620 1388 for immediate assistance.",
},
id: "1", title: "What are your business hours?", content:
"ASTERA FZC operates Monday to Friday, 9:00 AM to 6:00 PM GST. For urgent matters, contact us via WhatsApp at +971 58 620 1388 for immediate assistance."},
{
id: "2",
title: "How quickly do you respond to inquiries?",
content:
"We aim to respond to all email inquiries within 24 business hours. Urgent matters sent via WhatsApp are typically addressed within 2 hours during business hours.",
},
id: "2", title: "How quickly do you respond to inquiries?", content:
"We aim to respond to all email inquiries within 24 business hours. Urgent matters sent via WhatsApp are typically addressed within 2 hours during business hours."},
{
id: "3",
title: "Can I schedule a meeting or consultation?",
content:
"Absolutely! You can request a consultation through our contact form or directly message us on WhatsApp. We offer virtual and in-person meetings at our Sharjah office.",
},
id: "3", title: "Can I schedule a meeting or consultation?", content:
"Absolutely! You can request a consultation through our contact form or directly message us on WhatsApp. We offer virtual and in-person meetings at our Sharjah office."},
]}
/>
</div>
@@ -132,8 +107,7 @@ export default function ContactPage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Travel & Tours", href: "/services" },
{ label: "Trading Solutions", href: "/services" },
{ label: "E-Commerce", href: "/services" },
@@ -141,8 +115,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Products", href: "/products" },
{ label: "Contact", href: "/contact" },
@@ -150,8 +123,7 @@ export default function ContactPage() {
],
},
{
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: "#" },