Update src/app/page.tsx

This commit is contained in:
2026-06-09 22:53:00 +00:00
parent 257bd5cdc5
commit 1384447653

View File

@@ -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>
);
}
}