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