Update src/app/page.tsx

This commit is contained in:
2026-06-10 08:03:08 +00:00
parent 67f21d0772
commit fd229d558a

View File

@@ -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') }
]}