Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -230,15 +230,27 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
label: "Help Center", href: "#faq"},
|
||||
{
|
||||
label: "Terms of Service", href: "#"},
|
||||
label: "Order Status", href: "#"},
|
||||
{
|
||||
label: "Shipping Policy", href: "#"},
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Store Info", items: [
|
||||
{
|
||||
label: "Address: 123 E-commerce St, Suite 400", href: "#"},
|
||||
{
|
||||
label: "Email: support@dropstore.com", href: "#contact"},
|
||||
{
|
||||
label: "Phone: +1 (555) 123-4567", href: "#"},
|
||||
{
|
||||
label: "Secure Payments", href: "#"}
|
||||
],
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 DropStore. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user