diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bf3305..ab061be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { imageAlt="Creative web agency workspace" mediaAnimation="slide-up" imagePosition="right" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} kpis={[ { value: "500+", label: "Projects Delivered" }, { value: "150+", label: "Happy Clients" }, @@ -70,7 +70,7 @@ export default function LandingPage() {