Update src/app/page.tsx

This commit is contained in:
2026-04-24 21:07:47 +00:00
parent c64dd7bf7a
commit 2b58ebda67

View File

@@ -39,6 +39,8 @@ export default function LandingPage() {
name: "Pricing", id: "/pricing"},
{
name: "Contact", id: "#contact"},
{
name: "Terms", id: "/terms"},
]}
brandName="Instyle Industries"
/>
@@ -157,4 +159,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}