Update src/app/contact/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Culture", href: "#cultural-heritage" },
|
||||
{ label: "Destinations", href: "#destinations" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Travel Guide", href: "#" },
|
||||
{ label: "Heritage Database", href: "#" },
|
||||
{ label: "Research Links", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{ label: "Diaspora Network", href: "#" },
|
||||
{ label: "Stories & News", href: "#" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
@@ -46,8 +43,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Accessibility", href: "#" },
|
||||
@@ -84,22 +80,16 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Email Inquiries",
|
||||
description: "Send us your questions or requests at info@kurdistangateway.org. We typically respond within 24 hours.",
|
||||
icon: Mail,
|
||||
title: "Email Inquiries", description: "Send us your questions or requests at info@kurdistangateway.org. We typically respond within 24 hours.", icon: Mail,
|
||||
},
|
||||
{
|
||||
title: "Phone Support",
|
||||
description: "Call our tourism desk at +964-66-224-4444 for immediate assistance with travel planning and bookings.",
|
||||
icon: Phone,
|
||||
title: "Phone Support", description: "Call our tourism desk at +964-66-224-4444 for immediate assistance with travel planning and bookings.", icon: Phone,
|
||||
},
|
||||
{
|
||||
title: "Regional Offices",
|
||||
description: "Visit our offices in Erbil, Sulaymaniyah, or Dohuk for in-person consultations and document assistance.",
|
||||
icon: MapPin,
|
||||
title: "Regional Offices", description: "Visit our offices in Erbil, Sulaymaniyah, or Dohuk for in-person consultations and document assistance.", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/castle-cardona-summer-day_1398-1305.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/castle-cardona-summer-day_1398-1305.jpg"
|
||||
imageAlt="Kurdistan contact"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -120,18 +110,10 @@ export default function ContactPage() {
|
||||
title="Multiple Ways to Engage"
|
||||
description="Connect with us through various channels tailored to your needs as a tourist, researcher, diaspora member, or partner"
|
||||
tag="How to Connect"
|
||||
tagIcon="Link"
|
||||
tagIcon={undefined}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Tourism Inquiry Form",
|
||||
"Research Collaboration",
|
||||
"Diaspora Programs",
|
||||
"Media & Press",
|
||||
"Partnership Opportunities",
|
||||
"Volunteer Programs",
|
||||
"Educational Workshops",
|
||||
"Cultural Events Calendar",
|
||||
]}
|
||||
"Tourism Inquiry Form", "Research Collaboration", "Diaspora Programs", "Media & Press", "Partnership Opportunities", "Volunteer Programs", "Educational Workshops", "Cultural Events Calendar"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user