Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3625b354ac | |||
| cdc1c1cc87 |
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
|||||||
<AboutMetric
|
<AboutMetric
|
||||||
title="Axiorise is a web design studio dedicated to creating websites that tell your brand story and drive measurable business growth."
|
title="Axiorise is a web design studio dedicated to creating websites that tell your brand story and drive measurable business growth."
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Zap, label: "Performance-First", value: "100%" },
|
{ icon: Zap, label: "Core Web Vitals", value: "100%" },
|
||||||
{ icon: Users, label: "Client Satisfaction", value: "98%" },
|
{ icon: Users, label: "Client Satisfaction", value: "98%" },
|
||||||
{ icon: TrendingUp, label: "Average Conversion Lift", value: "+45%" },
|
{ icon: TrendingUp, label: "Average Conversion Lift", value: "+45%" },
|
||||||
{ icon: Award, label: "Award-Winning", value: "50+" },
|
{ icon: Award, label: "Award-Winning", value: "50+" },
|
||||||
@@ -187,9 +187,6 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
name: "email", type: "email", placeholder: "your@email.com", required: true,
|
name: "email", type: "email", placeholder: "your@email.com", required: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: false,
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message", placeholder: "Tell us about your project...", rows: 5,
|
name: "message", placeholder: "Tell us about your project...", rows: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user