Update src/app/page.tsx

This commit is contained in:
2026-03-11 02:21:30 +00:00
parent 7d08c6b93d
commit 6874bfaedb

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "View Our Work", href: "#features" },
{ text: "Explore Our Portfolio", href: "#features" },
{ text: "Start Your Project", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -248,4 +248,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}