diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8bf2fee..0b3691e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,7 +28,7 @@ export default function LandingPage() {
>
@@ -280,7 +280,7 @@ export default function LandingPage() {
{ label: "All Products", href: "#products" },
{ label: "New Arrivals", href: "#" },
{ label: "Best Sellers", href: "#" },
- { label: "Gift Sets", href: "#" }
+ { label: "Collections", href: "#" }
]
},
{
@@ -307,10 +307,10 @@ export default function LandingPage() {
]
}
]}
- copyrightText="© 2024 Heroines Skincare. All rights reserved."
+ copyrightText="© 2024 Messi Clothes. All rights reserved."
ariaLabel="Footer navigation"
/>
);
-}
\ No newline at end of file
+}