Update src/app/contact/page.tsx

This commit is contained in:
2026-03-09 10:03:51 +00:00
parent 1207ac9338
commit 4b44b73e74

View File

@@ -23,7 +23,7 @@ export default function ContactPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="mediumLargeSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="subtle-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -45,17 +45,12 @@ export default function ContactPage() {
animationType="reveal-blur"
buttons={[
{
text: "Subscribe Now",
href: "#",
},
text: "Subscribe Now", href: "#"},
{
text: "Learn More",
href: "/about",
},
text: "Learn More", href: "/about"},
]}
background={{
variant: "noise",
}}
variant: "plain"}}
useInvertedBackground={false}
/>
</div>
@@ -64,37 +59,19 @@ export default function ContactPage() {
<FaqSplitMedia
faqs={[
{
id: "1",
title: "Are the LED panels compatible with my vehicle?",
content: "Our current collection features panels specifically designed for the Volvo S60R, Mercedes SEL, and BMW E30. Each panel is engineered to fit perfectly and integrate seamlessly with your vehicle's electrical system. We're continuously expanding our range.",
},
id: "1", title: "Are the LED panels compatible with my vehicle?", content: "Our current collection features panels specifically designed for the Volvo S60R, Mercedes SEL, and BMW E30. Each panel is engineered to fit perfectly and integrate seamlessly with your vehicle's electrical system. We're continuously expanding our range."},
{
id: "2",
title: "What is your warranty policy?",
content: "All CarLed products come with a comprehensive 5-year warranty covering manufacturing defects and performance issues. Additionally, we offer professional installation support and 24/7 customer service to ensure your satisfaction.",
},
id: "2", title: "What is your warranty policy?", content: "All CarLed products come with a comprehensive 5-year warranty covering manufacturing defects and performance issues. Additionally, we offer professional installation support and 24/7 customer service to ensure your satisfaction."},
{
id: "3",
title: "Do you offer installation services?",
content: "Yes! We partner with certified installation specialists across major regions. Our team can guide you through the installation process or connect you with experienced professionals. Installation support is available for all customers.",
},
id: "3", title: "Do you offer installation services?", content: "Yes! We partner with certified installation specialists across major regions. Our team can guide you through the installation process or connect you with experienced professionals. Installation support is available for all customers."},
{
id: "4",
title: "What payment methods do you accept?",
content: "We accept iDEAL, PayPal, Mastercard, Visa, Apple Pay, Google Pay, and bank transfers. All transactions are encrypted and secured with industry-standard security protocols to protect your information.",
},
id: "4", title: "What payment methods do you accept?", content: "We accept iDEAL, PayPal, Mastercard, Visa, Apple Pay, Google Pay, and bank transfers. All transactions are encrypted and secured with industry-standard security protocols to protect your information."},
{
id: "5",
title: "How can I track my order?",
content: "Once your order is confirmed, you'll receive a tracking link via email. You can monitor your shipment in real-time through your CarLed account dashboard. Our customer service team is always available to assist.",
},
id: "5", title: "How can I track my order?", content: "Once your order is confirmed, you'll receive a tracking link via email. You can monitor your shipment in real-time through your CarLed account dashboard. Our customer service team is always available to assist."},
{
id: "6",
title: "Are there any community events I can join?",
content: "Absolutely! CarLed hosts monthly community meetups, exclusive car shows, and members-only events. Join our community forum to stay updated and connect with fellow petrolheads and automotive enthusiasts worldwide.",
},
id: "6", title: "Are there any community events I can join?", content: "Absolutely! CarLed hosts monthly community meetups, exclusive car shows, and members-only events. Join our community forum to stay updated and connect with fellow petrolheads and automotive enthusiasts worldwide."},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-beautiful-young-woman-inside-car_23-2149085768.jpg?_wi=7"
imageSrc="http://img.b2bpic.net/free-photo/close-up-beautiful-young-woman-inside-car_23-2149085768.jpg"
imageAlt="FAQ support"
mediaAnimation="slide-up"
mediaPosition="left"
@@ -112,13 +89,9 @@ export default function ContactPage() {
<FooterLogoReveal
logoText="CarLed"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ThemeProvider>