Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-04 20:09:39 +00:00

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
<AboutMetric
title="Axiorise is a web design studio dedicated to creating websites that tell your brand story and drive measurable business growth."
metrics={[
{ icon: Zap, label: "Performance-First", value: "100%" },
{ icon: Zap, label: "Core Web Vitals", value: "100%" },
{ icon: Users, label: "Client Satisfaction", value: "98%" },
{ icon: TrendingUp, label: "Average Conversion Lift", value: "+45%" },
{ 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: "phone", type: "tel", placeholder: "Your Phone Number", required: false,
},
]}
textarea={{
name: "message", placeholder: "Tell us about your project...", rows: 5,