From fd229d558ae394a471543534084aa826d1381740 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 08:03:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cff7d8..460ca52 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,12 +92,12 @@ export default function HomePage() { background={{ variant: "canvas-reveal" }} tag="ROYAL SYNDICATE INSURANCE BROKERS" tagIcon={Sparkles} - tagAnimation="text-stagger" + tagAnimation="entrance-slide" buttons={[ { text: "Get a Quote", href: "/quote" }, { text: "Compare Packages", href: "/compare" } ]} - buttonAnimation="text-stagger" + buttonAnimation="icon-arrow" mediaItems={[ { imageSrc: getAssetUrl('asset://hero-shield'), imageAlt: getAssetAlt('asset://hero-shield') } ]}