Update src/app/shop/page.tsx
This commit is contained in:
@@ -54,16 +54,16 @@ export default function ShopPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Features", id: "features" },
|
{ label: "Features", href: "#features" },
|
||||||
{ label: "Pricing", id: "pricing" },
|
{ label: "Pricing", href: "#pricing" },
|
||||||
{ label: "Testimonials", id: "testimonials" }
|
{ label: "Testimonials", href: "#testimonials" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "About Us", id: "about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Contact", id: "contact" },
|
{ label: "Contact", href: "#contact" },
|
||||||
{ label: "FAQ", id: "faq" }
|
{ label: "FAQ", href: "#faq" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -133,16 +133,16 @@ export default function ShopPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "Features", id: "features" },
|
{ label: "Features", href: "#features" },
|
||||||
{ label: "Pricing", id: "pricing" },
|
{ label: "Pricing", href: "#pricing" },
|
||||||
{ label: "Testimonials", id: "testimonials" }
|
{ label: "Testimonials", href: "#testimonials" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{ label: "About Us", id: "about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Contact", id: "contact" },
|
{ label: "Contact", href: "#contact" },
|
||||||
{ label: "FAQ", id: "faq" }
|
{ label: "FAQ", href: "#faq" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user