diff --git a/src/app/page.tsx b/src/app/page.tsx index f9213fc..bd4557f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,6 +59,7 @@ export default function LandingPage() { ]} rating={5} ratingText="Trusted by growing businesses nationwide" + mediaAnimation="none" buttons={[ { text: "View Our Work", href: "portfolio" }, { text: "Start Your Project", href: "contact" } @@ -70,6 +71,7 @@ export default function LandingPage() {