Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-03-24 13:35:38 +00:00

View File

@@ -40,7 +40,7 @@ export default function ContactPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to hit the road? Our team is here to help you find the perfect gear. Get in touch with us!"
animationType="slide-up"
animationType="entrance-slide"
buttons={[
{
text: "Contact Support", href: "/contact"
@@ -62,7 +62,7 @@ export default function ContactPage() {
title="Frequently Asked Questions"
description="Find quick answers to common questions about our products, orders, and services."
tag="Got Questions?"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}