diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 24db446..3c58688 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,7 +44,7 @@ export default function AboutPage() { { text: "Book a Consultation", href: "/contact" }, { text: "See My Work", href: "/reviews" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg" imageAlt="Khiana, CPA and founder of Blue Goat Consulting" mediaAnimation="slide-up" diff --git a/src/app/page.tsx b/src/app/page.tsx index d094e49..5cb3ea2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function HomePage() { { text: "Book a Consultation", href: "/contact" }, { text: "See Services", href: "/services" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg" imageAlt="Khiana, CPA at Blue Goat Consulting" mediaAnimation="slide-up"