Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -16,7 +16,7 @@ export default function AboutPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -40,7 +40,7 @@ export default function ContactPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to transform your digital vision into reality? Let's collaborate to create something extraordinary that drives your business forward."
|
text="Ready to transform your digital vision into reality? Let's collaborate to create something extraordinary that drives your business forward."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Consultation", href: "mailto:hello@dialedweb.com" },
|
{ text: "Schedule Consultation", href: "mailto:hello@dialedweb.com" },
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ export default function HomePage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -45,7 +45,7 @@ export default function HomePage() {
|
|||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
title="Premium Software & Web Development for Visionary Brands"
|
title="Premium Software & Web Development for Visionary Brands"
|
||||||
description="Transform your digital presence with bespoke software solutions and cutting-edge web experiences. Based in California, we craft premium digital products that drive growth and inspire."
|
description="Transform your digital presence with bespoke software solutions and cutting-edge web experiences. Based in California, we craft premium digital products that drive growth and inspire."
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
kpis={[
|
kpis={[
|
||||||
{ value: "150+", label: "Projects Delivered" },
|
{ value: "150+", label: "Projects Delivered" },
|
||||||
{ value: "8+", label: "Years Excellence" },
|
{ value: "8+", label: "Years Excellence" },
|
||||||
@@ -158,7 +158,7 @@ export default function HomePage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to transform your digital vision into reality? Let's collaborate to create something extraordinary."
|
text="Ready to transform your digital vision into reality? Let's collaborate to create something extraordinary."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Project", href: "/contact" },
|
{ text: "Start Your Project", href: "/contact" },
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ export default function ServicesPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="layered-gradient"
|
cardStyle="layered-gradient"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -107,7 +107,7 @@ export default function ServicesPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to discuss your project? Let's explore how we can bring your digital vision to life with our premium development services."
|
text="Ready to discuss your project? Let's explore how we can bring your digital vision to life with our premium development services."
|
||||||
animationType="entrance-slide"
|
animationType="entrance-slide"
|
||||||
background={{ variant: "aurora" }}
|
background={{ variant: "glowing-orb" }}
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Your Project", href: "/contact" },
|
{ text: "Start Your Project", href: "/contact" },
|
||||||
|
|||||||
Reference in New Issue
Block a user