Update src/app/page.tsx
This commit is contained in:
@@ -39,12 +39,16 @@ export default function LandingPage() {
|
|||||||
name: "About", id: "#about"},
|
name: "About", id: "#about"},
|
||||||
{
|
{
|
||||||
name: "Products", id: "#products"},
|
name: "Products", id: "#products"},
|
||||||
|
{
|
||||||
|
name: "Shop", id: "/shop"},
|
||||||
{
|
{
|
||||||
name: "Features", id: "#features"},
|
name: "Features", id: "#features"},
|
||||||
{
|
{
|
||||||
name: "Testimonials", id: "#testimonials"},
|
name: "Testimonials", id: "#testimonials"},
|
||||||
{
|
{
|
||||||
name: "Contact", id: "#contact"},
|
name: "Contact", id: "#contact"},
|
||||||
|
{
|
||||||
|
name: "Cart", id: "/cart"},
|
||||||
{
|
{
|
||||||
name: "Signup", id: "/signup"},
|
name: "Signup", id: "/signup"},
|
||||||
{
|
{
|
||||||
@@ -282,6 +286,8 @@ export default function LandingPage() {
|
|||||||
label: "About Us", href: "#about"},
|
label: "About Us", href: "#about"},
|
||||||
{
|
{
|
||||||
label: "Collections", href: "#products"},
|
label: "Collections", href: "#products"},
|
||||||
|
{
|
||||||
|
label: "Shop", href: "/shop"},
|
||||||
{
|
{
|
||||||
label: "Membership", href: "#pricing"},
|
label: "Membership", href: "#pricing"},
|
||||||
],
|
],
|
||||||
@@ -296,6 +302,8 @@ export default function LandingPage() {
|
|||||||
label: "Login", href: "/login"},
|
label: "Login", href: "/login"},
|
||||||
{
|
{
|
||||||
label: "Signup", href: "/signup"},
|
label: "Signup", href: "/signup"},
|
||||||
|
{
|
||||||
|
label: "Cart", href: "/cart"},
|
||||||
{
|
{
|
||||||
label: "Order History", href: "/order-history"},
|
label: "Order History", href: "/order-history"},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user