1 Commits

Author SHA1 Message Date
53879448ae Update src/app/page.tsx 2026-03-06 20:44:19 +00:00

View File

@@ -63,8 +63,8 @@ export default function LandingPage() {
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
buttons={[ buttons={[
{ text: "Start Your Project", href: "contact" },
{ text: "View Portfolio", href: "portfolio" }, { text: "View Portfolio", href: "portfolio" },
{ text: "Book Consultation", href: "contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />