Update src/app/page.tsx

This commit is contained in:
2026-03-13 13:10:08 +00:00
parent c230753e30
commit ad8bb461f8

View File

@@ -85,6 +85,9 @@ export default function LandingPage() {
]}
speed={40}
showCard={true}
buttons={[
{ text: "View Case Studies", href: "#" }
]}
/>
</div>
@@ -123,4 +126,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}