Merge version_1 into main #3
@@ -53,7 +53,7 @@ export default function ContactPage() {
|
||||
text: "Schedule a Call", href: "/contact"},
|
||||
]}
|
||||
background={{
|
||||
variant: "glowing-orb"}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -132,7 +132,7 @@ export default function ServicesPage() {
|
||||
{
|
||||
text: "Schedule Consultation", href: "/contact"},
|
||||
]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user