Update src/app/contact/page.tsx
This commit is contained in:
@@ -26,29 +26,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "/faq",
|
||||
},
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Reviews", id: "#reviews"},
|
||||
]}
|
||||
brandName="Nutkhatt"
|
||||
/>
|
||||
@@ -61,27 +51,16 @@ export default function LandingPage() {
|
||||
description="Have questions, feedback, or need assistance? Our dedicated support team is here to provide you with a seamless experience. Reach out anytime!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cool-different-types-buttons_23-2150170585.jpg"
|
||||
@@ -97,20 +76,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "confaq1",
|
||||
title: "What are your support hours?",
|
||||
content: "Our customer support team is available Monday to Friday, 9:00 AM to 6:00 PM IST.",
|
||||
},
|
||||
id: "confaq1", title: "What are your support hours?", content: "Our customer support team is available Monday to Friday, 9:00 AM to 6:00 PM IST."},
|
||||
{
|
||||
id: "confaq2",
|
||||
title: "How long does it take to get a response?",
|
||||
content: "We strive to respond to all inquiries within 24-48 business hours.",
|
||||
},
|
||||
id: "confaq2", title: "How long does it take to get a response?", content: "We strive to respond to all inquiries within 24-48 business hours."},
|
||||
{
|
||||
id: "confaq3",
|
||||
title: "Can I get assistance via WhatsApp?",
|
||||
content: "Yes, we offer dedicated WhatsApp support for quick queries and order updates. Find the link on our Contact Us page.",
|
||||
},
|
||||
id: "confaq3", title: "Can I get assistance via WhatsApp?", content: "Yes, we offer dedicated WhatsApp support for quick queries and order updates. Find the link on our Contact Us page."},
|
||||
]}
|
||||
sideTitle="Contact Support FAQs"
|
||||
sideDescription="Quick answers for common contact-related inquiries."
|
||||
@@ -125,103 +95,59 @@ export default function LandingPage() {
|
||||
logoText="Nutkhatt"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Cashews",
|
||||
href: "/shop#cashews",
|
||||
},
|
||||
label: "Cashews", href: "/shop#cashews"},
|
||||
{
|
||||
label: "Almonds",
|
||||
href: "/shop#almonds",
|
||||
},
|
||||
label: "Almonds", href: "/shop#almonds"},
|
||||
{
|
||||
label: "Pistachios",
|
||||
href: "/shop#pistachios",
|
||||
},
|
||||
label: "Pistachios", href: "/shop#pistachios"},
|
||||
{
|
||||
label: "Raisins",
|
||||
href: "/shop#raisins",
|
||||
},
|
||||
label: "Raisins", href: "/shop#raisins"},
|
||||
{
|
||||
label: "Dates",
|
||||
href: "/shop#dates",
|
||||
},
|
||||
label: "Dates", href: "/shop#dates"},
|
||||
{
|
||||
label: "Dried Fruits",
|
||||
href: "/shop#dried-fruits",
|
||||
},
|
||||
label: "Dried Fruits", href: "/shop#dried-fruits"},
|
||||
{
|
||||
label: "Seeds",
|
||||
href: "/shop#seeds",
|
||||
},
|
||||
label: "Seeds", href: "/shop#seeds"},
|
||||
{
|
||||
label: "Mixed Nuts & Seeds",
|
||||
href: "/shop#mixed",
|
||||
},
|
||||
label: "Mixed Nuts & Seeds", href: "/shop#mixed"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "/blog",
|
||||
},
|
||||
label: "Blog", href: "/blog"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Customer Service",
|
||||
items: [
|
||||
title: "Customer Service", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Track Order",
|
||||
href: "/track-order",
|
||||
},
|
||||
label: "Track Order", href: "/track-order"},
|
||||
{
|
||||
label: "Returns & Refunds",
|
||||
href: "/refund-policy",
|
||||
},
|
||||
label: "Returns & Refunds", href: "/refund-policy"},
|
||||
{
|
||||
label: "WhatsApp Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "WhatsApp Support", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy-policy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy-policy"},
|
||||
{
|
||||
label: "Shipping Policy",
|
||||
href: "/shipping-policy",
|
||||
},
|
||||
label: "Shipping Policy", href: "/shipping-policy"},
|
||||
{
|
||||
label: "Refund Policy",
|
||||
href: "/refund-policy",
|
||||
},
|
||||
label: "Refund Policy", href: "/refund-policy"},
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
href: "/terms-conditions",
|
||||
},
|
||||
label: "Terms & Conditions", href: "/terms-conditions"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -231,4 +157,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user