Update src/app/shop/page.tsx
This commit is contained in:
@@ -30,17 +30,13 @@ export default function ShopPage() {
|
||||
{
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Features", id: "/"},
|
||||
name: "Features", id: "/#features"},
|
||||
{
|
||||
name: "About", id: "/"},
|
||||
name: "About", id: "/#about"},
|
||||
{
|
||||
name: "FAQ", id: "/"},
|
||||
name: "FAQ", id: "/#faq"},
|
||||
{
|
||||
name: "Cart", id: "/cart"},
|
||||
{
|
||||
name: "Checkout", id: "/checkout"},
|
||||
{
|
||||
name: "Contact", id: "/"},
|
||||
name: "Contact", id: "/#contact"}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/slow-fashion-badge-set_23-2148816027.jpg"
|
||||
logoAlt="FashionGrove Logo"
|
||||
@@ -97,9 +93,9 @@ export default function ShopPage() {
|
||||
{
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story", href: "/"},
|
||||
label: "Our Story", href: "/#about"},
|
||||
{
|
||||
label: "Sustainability", href: "/"},
|
||||
label: "Sustainability", href: "/#about"},
|
||||
{
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
@@ -109,11 +105,11 @@ export default function ShopPage() {
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ", href: "/"},
|
||||
label: "FAQ", href: "/#faq"},
|
||||
{
|
||||
label: "Shipping & Returns", href: "#"},
|
||||
{
|
||||
label: "Contact Us", href: "/"},
|
||||
label: "Contact Us", href: "/#contact"},
|
||||
{
|
||||
label: "Size Guide", href: "#"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user