Merge version_2 into main #4

Merged
bender merged 3 commits from version_2 into main 2026-03-19 16:02:59 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -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}
/>
</div>
@@ -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"

View File

@@ -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}
/>
</div>
@@ -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"

View File

@@ -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}
/>
</div>
@@ -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"