Merge version_1 into main #4
@@ -27,41 +27,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
href: "/#features",
|
||||
},
|
||||
name: "Features", id: "/#features"},
|
||||
{
|
||||
name: "Listings",
|
||||
id: "listings",
|
||||
href: "/#listings",
|
||||
},
|
||||
name: "Listings", id: "/#listings"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about-us",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "/faq",
|
||||
},
|
||||
name: "FAQ", id: "/faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Marketplace Hub"
|
||||
button={{
|
||||
text: "Post Ad",
|
||||
href: "#post-ad",
|
||||
}}
|
||||
text: "Post Ad", href: "#post-ad"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,27 +52,16 @@ export default function LandingPage() {
|
||||
description="Whether you have a question about our platform, need assistance with a listing, or want to provide feedback, we're here to listen."
|
||||
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: "subject",
|
||||
type: "text",
|
||||
placeholder: "Subject",
|
||||
},
|
||||
name: "subject", type: "text", placeholder: "Subject"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 5,
|
||||
name: "message", placeholder: "Your Message", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288223.jpg?_wi=2"
|
||||
@@ -110,20 +79,11 @@ export default function LandingPage() {
|
||||
tag="Trust & Support"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "24/7",
|
||||
description: "Customer Support",
|
||||
},
|
||||
id: "1", value: "24/7", description: "Customer Support"},
|
||||
{
|
||||
id: "2",
|
||||
value: "98%",
|
||||
description: "Satisfaction Rate",
|
||||
},
|
||||
id: "2", value: "98%", description: "Satisfaction Rate"},
|
||||
{
|
||||
id: "3",
|
||||
value: "15 min",
|
||||
description: "Avg. Response Time",
|
||||
},
|
||||
id: "3", value: "15 min", description: "Avg. Response Time"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -135,20 +95,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does it take to get a response?",
|
||||
content: "We aim to respond to all inquiries within 24 hours, but typically you'll hear back from us within 15 minutes during business hours.",
|
||||
},
|
||||
id: "1", title: "How long does it take to get a response?", content: "We aim to respond to all inquiries within 24 hours, but typically you'll hear back from us within 15 minutes during business hours."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I report a problematic user?",
|
||||
content: "Yes, please use the report function on the user's profile or listing, or contact us directly with details. We take community safety very seriously.",
|
||||
},
|
||||
id: "2", title: "Can I report a problematic user?", content: "Yes, please use the report function on the user's profile or listing, or contact us directly with details. We take community safety very seriously."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What are your business hours?",
|
||||
content: "Our support team is available 24/7, though response times may vary slightly during off-peak hours.",
|
||||
},
|
||||
id: "3", title: "What are your business hours?", content: "Our support team is available 24/7, though response times may vary slightly during off-peak hours."},
|
||||
]}
|
||||
title="Quick Answers for Common Queries"
|
||||
description="Before sending a message, you might find your answer in our frequently asked questions section below."
|
||||
@@ -160,50 +111,31 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help Center", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user