From f4a075a736e90b8cb9070f76423804bf68585a8f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 21:22:30 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1 From 55e0d007306918c75dd86f094a9ca96a2cfcc0bf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 21:22:32 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.49.1