From e0281ce39bde4dd319fe74bd142e35c1ad62d8e5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:16:37 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 09e2843..4f367e5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -37,9 +37,7 @@ export default function ContactPage() { brandName="Free Web Templates" navItems={navItems} button={{ - text: "Get Started", - href: "/templates", - }} + text: "Get Started", href: "/templates"}} /> @@ -71,22 +69,13 @@ export default function ContactPage() { tagAnimation="slide-up" faqs={[ { - id: "1", - title: "How do I get support?", - content: "You can reach our support team via email at support@freewebtemplates.com or through our contact form. We typically respond within 24 hours during business days.", - }, + id: "1", title: "How do I get support?", content: "You can reach our support team via email at support@freewebtemplates.com or through our contact form. We typically respond within 24 hours during business days."}, { - id: "2", - title: "Can you customize a template for my specific needs?", - content: "Yes! We offer custom template development services. Contact our team with your requirements and we'll provide a quote and timeline for your project.", - }, + id: "2", title: "Can you customize a template for my specific needs?", content: "Yes! We offer custom template development services. Contact our team with your requirements and we'll provide a quote and timeline for your project."}, { - id: "3", - title: "What's the best way to report a bug?", - content: "Please report any issues through our contact form or email with a detailed description, steps to reproduce, and screenshots if possible. Our team will investigate and provide a fix.", - }, + id: "3", title: "What's the best way to report a bug?", content: "Please report any issues through our contact form or email with a detailed description, steps to reproduce, and screenshots if possible. Our team will investigate and provide a fix."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/call-center-hot-line-information-concept_53876-125154.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/call-center-hot-line-information-concept_53876-125154.jpg" imageAlt="Customer support" mediaAnimation="opacity" mediaPosition="left" @@ -107,7 +96,7 @@ export default function ContactPage() { { text: "Email Us", href: "mailto:support@freewebtemplates.com" }, { text: "Browse Templates", href: "/templates" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={true} /> -- 2.49.1