Update src/app/page.tsx

This commit is contained in:
2026-03-21 01:07:21 +00:00
parent 6c93d3c203
commit d417eac714

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