Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-21 01:07:25 +00:00

View File

@@ -48,6 +48,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
buttons={[
{ text: "Start Your Project", href: "#pricing" },
{ text: "Get a Free Quote", href: "#contact" },
{ text: "View Portfolio", href: "#portfolio" }
]}
buttonAnimation="slide-up"
@@ -262,4 +263,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}