Update src/app/page.tsx

This commit is contained in:
2026-03-04 07:30:05 +00:00
parent c02e92cdeb
commit f6154f7b4c

View File

@@ -223,7 +223,7 @@ export default function LandingPage() {
animationType="entrance-slide"
buttons={[
{ text: "Schedule Discovery Call", href: "#" },
{ text: "View Case Studies", href: "#features" }
{ text: "Start Your Project", href: "#features" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -244,4 +244,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}