Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-11 02:21:34 +00:00

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>
);
}
}