Update src/app/page.tsx

This commit is contained in:
2026-06-03 16:28:54 +00:00
parent da0c614c5d
commit 26991d3964

View File

@@ -38,6 +38,8 @@ export default function LandingPage() {
name: "About Us", id: "/#about"},
{
name: "Shop", id: "/shop"},
{
name: "Cart", id: "/cart"},
{
name: "Testimonials", id: "/#testimonials"},
{
@@ -228,4 +230,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}