diff --git a/src/app/page.tsx b/src/app/page.tsx index 27a1260..ba39bda 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="animated-grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -73,7 +73,7 @@ export default function HomePage() { ]} testimonialRotationInterval={5000} background={{ - variant: "noise"}} + variant: "plain"}} useInvertedBackground={false} /> @@ -215,7 +215,7 @@ export default function HomePage() { description="No pressure. No obligation. Just a quick conversation about what your business needs. Book a 15-minute call or submit your details and we'll respond within 24 hours." tagAnimation="slide-up" background={{ - variant: "animated-grid"}} + variant: "plain"}} useInvertedBackground={false} mediaPosition="right" mediaAnimation="slide-up" diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index dd32994..a7a4d35 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -26,7 +26,7 @@ export default function PortfolioPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="animated-grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -68,7 +68,7 @@ export default function PortfolioPage() { ]} testimonialRotationInterval={5000} background={{ - variant: "noise"}} + variant: "plain"}} useInvertedBackground={false} /> @@ -210,7 +210,7 @@ export default function PortfolioPage() { description="See how a professionally designed website can transform your business. Book a free consultation and discover what's possible for your company." tagAnimation="slide-up" background={{ - variant: "animated-grid"}} + variant: "plain"}} useInvertedBackground={false} mediaPosition="right" mediaAnimation="slide-up" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fd9dc4e..b202619 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -26,7 +26,7 @@ export default function ServicesPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="animated-grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -71,7 +71,7 @@ export default function ServicesPage() { ]} testimonialRotationInterval={5000} background={{ - variant: "noise"}} + variant: "plain"}} useInvertedBackground={false} /> @@ -204,7 +204,7 @@ export default function ServicesPage() { description="Schedule your 15-minute consultation. We'll understand your business, discuss your goals, and show you exactly how we can help you convert more customers online. No pressure. No sales pitch. Just real talk about what your business needs." tagAnimation="slide-up" background={{ - variant: "animated-grid"}} + variant: "plain"}} useInvertedBackground={false} mediaPosition="right" mediaAnimation="slide-up"