Update src/app/page.tsx
This commit is contained in:
@@ -45,6 +45,8 @@ export default function LandingPage() {
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Integrations", id: "/integrations"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
@@ -288,6 +290,8 @@ export default function LandingPage() {
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Integrations", href: "/integrations"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
@@ -309,4 +313,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user