diff --git a/src/app/page.tsx b/src/app/page.tsx index 0536ab1..305d011 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,7 +22,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Web Design Studio" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "View Our Work", href: "portfolio" }, { text: "Start a Project", href: "contact" },