Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b76f40861a | |||
| 453aa48ab6 | |||
| 75a45d0d07 | |||
| 7e816faf0d | |||
| 583d006ddc |
@@ -32,11 +32,11 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Rankings", id: "/rankings"},
|
||||
name: "Rankings", id: "#trending-rankings"},
|
||||
{
|
||||
name: "Categories", id: "/categories"},
|
||||
name: "Categories", id: "#categories"},
|
||||
{
|
||||
name: "About", id: "/about"}
|
||||
name: "About", id: "#featured-video"}
|
||||
]}
|
||||
brandName="RankVerse"
|
||||
button={{
|
||||
@@ -173,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user