Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 13:23:30 +00:00
parent a87f74cddd
commit c62c2ade53

View File

@@ -67,26 +67,14 @@ export default function ContactPage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Trusted by 1200+ Active Gyms",
tags: ["Proven", "Verified"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-modern-professional-gym-management-das-1772543988881-eca3bc50.png?_wi=2",
imageAlt: "Dashboard Interface",
},
id: "1", title: "Trusted by 1200+ Active Gyms", tags: ["Proven", "Verified"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-modern-professional-gym-management-das-1772543988881-eca3bc50.png", imageAlt: "Dashboard Interface"},
{
id: "2",
title: "24% Average Member Retention Increase",
tags: ["Guaranteed", "Results"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-predictive-analytics-illustration-show-1772543987132-86e6bf02.png?_wi=2",
imageAlt: "Retention Analytics",
},
id: "2", title: "24% Average Member Retention Increase", tags: ["Guaranteed", "Results"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-predictive-analytics-illustration-show-1772543987132-86e6bf02.png", imageAlt: "Retention Analytics"},
{
id: "3",
title: "Award-Winning Customer Support",
tags: ["Available", "24/7"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-sophisticated-revenue-analytics-dashbo-1772543986915-93ba9914.png?_wi=2",
imageAlt: "Customer Support",
},
id: "3", title: "Award-Winning Customer Support", tags: ["Available", "24/7"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR7un5KIa0bCSbx7Vi2zQ06nM7/a-sophisticated-revenue-analytics-dashbo-1772543986915-93ba9914.png", imageAlt: "Customer Support"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -100,8 +88,7 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/#features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Dashboard", href: "/dashboard" },
@@ -109,8 +96,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -118,8 +104,7 @@ export default function ContactPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Help Center", href: "#" },
{ label: "Community", href: "#" },
{ label: "Status", href: "#" },
@@ -127,8 +112,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Security", href: "#" },