Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-08 10:57:01 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ export default function ContactPage() {
text: "Schedule a Call", href: "/contact"},
]}
background={{
variant: "glowing-orb"}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>

View File

@@ -47,7 +47,7 @@ export default function HomePage() {
<HeroSplitKpi
title="Transform Your Business with Professional Web Design"
description="Webify Greece creates stunning, high-converting websites for Greek businesses. We combine design excellence with cutting-edge technology to help your business thrive in the digital world."
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
kpis={[
{
value: "150+", label: "Websites Created"},
@@ -188,7 +188,7 @@ export default function HomePage() {
{
text: "Schedule a Call", href: "/contact"},
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>

View File

@@ -132,7 +132,7 @@ export default function ServicesPage() {
{
text: "Schedule Consultation", href: "/contact"},
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>