Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-03 15:16:42 +00:00

View File

@@ -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"}}
/>
</div>
@@ -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}
/>
</div>