Update src/app/page.tsx

This commit is contained in:
2026-03-11 00:55:42 +00:00
parent d59af261ac
commit 2fdd9f7d07

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Download Free", href: "#download" },
{ text: "Download Now", href: "#download" },
{ text: "Watch Trailer", href: "https://youtube.com" }
]}
buttonAnimation="slide-up"
@@ -312,4 +312,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}