Update src/app/contact/page.tsx
This commit is contained in:
@@ -26,25 +26,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "/about",
|
||||
},
|
||||
name: "Our Story", id: "/about"},
|
||||
{
|
||||
name: "Cart",
|
||||
id: "/cart",
|
||||
},
|
||||
name: "Cart", id: "/cart"},
|
||||
{
|
||||
name: "Help",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Help", id: "/contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/man-ancient-egyptian-costume-relaxing-making-meditation-gesture-with-fingers-white_141793-120614.jpg"
|
||||
logoAlt="pa3ror.eg brand logo"
|
||||
@@ -57,30 +47,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, Fawry, and Cash on Delivery (COD) across all governorates in Egypt.",
|
||||
},
|
||||
id: "faq-1", title: "What payment methods do you accept?", content: "We accept all major credit cards, Fawry, and Cash on Delivery (COD) across all governorates in Egypt."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you ship across all of Egypt?",
|
||||
content: "Yes, we offer fast and reliable shipping to all governorates within Egypt. Delivery times may vary depending on your location.",
|
||||
},
|
||||
id: "faq-2", title: "Do you ship across all of Egypt?", content: "Yes, we offer fast and reliable shipping to all governorates within Egypt. Delivery times may vary depending on your location."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "What is your return/exchange policy?",
|
||||
content: "We offer hassle-free returns and exchanges within 14 days of purchase, provided the items are unworn, unwashed, and with original tags. Please refer to our full policy for details.",
|
||||
},
|
||||
id: "faq-3", title: "What is your return/exchange policy?", content: "We offer hassle-free returns and exchanges within 14 days of purchase, provided the items are unworn, unwashed, and with original tags. Please refer to our full policy for details."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "How do I find my size?",
|
||||
content: "We provide a detailed size guide on each product page. We recommend checking your measurements against our guide for the best fit. Feel free to contact us if you need further assistance.",
|
||||
},
|
||||
id: "faq-4", title: "How do I find my size?", content: "We provide a detailed size guide on each product page. We recommend checking your measurements against our guide for the best fit. Feel free to contact us if you need further assistance."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "How can I contact customer service?",
|
||||
content: "You can reach us via our contact form, email us at support@pa3ror.eg, or for the fastest response, message us directly on WhatsApp.",
|
||||
},
|
||||
id: "faq-5", title: "How can I contact customer service?", content: "You can reach us via our contact form, email us at support@pa3ror.eg, or for the fastest response, message us directly on WhatsApp."},
|
||||
]}
|
||||
sideTitle="FREQUENTLY ASKED QUESTIONS"
|
||||
sideDescription="Find quick answers to common queries about pa3ror.eg, from orders to returns."
|
||||
@@ -93,18 +68,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
text="STILL NEED HELP? REACH OUT TO US DIRECTLY."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:support@pa3ror.eg",
|
||||
},
|
||||
text: "Email Us", href: "mailto:support@pa3ror.eg"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.me/201234567890",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.me/201234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,67 +86,41 @@ export default function LandingPage() {
|
||||
logoText="pa3ror.eg"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "/shop#new-arrivals",
|
||||
},
|
||||
label: "New Arrivals", href: "/shop#new-arrivals"},
|
||||
{
|
||||
label: "Collections",
|
||||
href: "/shop#collections",
|
||||
},
|
||||
label: "Collections", href: "/shop#collections"},
|
||||
{
|
||||
label: "Sale",
|
||||
href: "/shop#sale",
|
||||
},
|
||||
label: "Sale", href: "/shop#sale"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Local Craft",
|
||||
href: "/about#local-craft",
|
||||
},
|
||||
label: "Local Craft", href: "/about#local-craft"},
|
||||
{
|
||||
label: "Join The Movement",
|
||||
href: "/about#community",
|
||||
},
|
||||
label: "Join The Movement", href: "/about#community"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/contact#faqs",
|
||||
},
|
||||
label: "FAQs", href: "/contact#faqs"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "/contact#shipping-returns",
|
||||
},
|
||||
label: "Shipping & Returns", href: "/contact#shipping-returns"},
|
||||
{
|
||||
label: "Contact Support",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Support", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -188,4 +132,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user