diff --git a/src/app/page.tsx b/src/app/page.tsx index ac3a572..8cff7d8 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="icon-arrow" + tagAnimation="text-stagger" buttons={[ { text: "Get a Quote", href: "/quote" }, { text: "Compare Packages", href: "/compare" } ]} - buttonAnimation="icon-arrow" + buttonAnimation="text-stagger" mediaItems={[ { imageSrc: getAssetUrl('asset://hero-shield'), imageAlt: getAssetAlt('asset://hero-shield') } ]}