Update src/app/contact/page.tsx

This commit is contained in:
2026-03-05 06:37:00 +00:00
parent 7d29fe6e62
commit e63db1b0ad

View File

@@ -63,7 +63,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="noise"
background="circleGradient"
cardStyle="glass-depth"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -77,9 +77,7 @@ export default function ContactPage() {
id: item.id,
}))}
button={{
text: "Discover Your Gear",
href: "#products",
}}
text: "Discover Your Gear", href: "#products"}}
/>
</div>
@@ -91,7 +89,7 @@ export default function ContactPage() {
description="Subscribe to our newsletter for exclusive gear releases, audio demos, technical insights, and special offers reserved only for our community members."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/online-music-laptop_53876-94893.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/online-music-laptop_53876-94893.jpg"
imageAlt="Boutique Tone community newsletter"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -111,23 +109,14 @@ export default function ContactPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "warranty",
title: "What warranty coverage do Boutique Tone products include?",
content:
"All Boutique Tone amplifiers and effects units come with a comprehensive 5-year manufacturer's warranty covering defects in materials and workmanship. We also offer optional lifetime coverage for registered products. Our warranty reflects our confidence in the quality and durability of every unit we produce.",
},
id: "warranty", title: "What warranty coverage do Boutique Tone products include?", content:
"All Boutique Tone amplifiers and effects units come with a comprehensive 5-year manufacturer's warranty covering defects in materials and workmanship. We also offer optional lifetime coverage for registered products. Our warranty reflects our confidence in the quality and durability of every unit we produce."},
{
id: "customization",
title: "Can I customize my amplifier or effects unit?",
content:
"Absolutely. We offer extensive customization options including custom tolex colors, logo options, tube selections, and cabinet configurations. Contact our sales team at sales@boutiquetone.com to discuss your specific requirements. Custom orders typically have a 6-8 week lead time.",
},
id: "customization", title: "Can I customize my amplifier or effects unit?", content:
"Absolutely. We offer extensive customization options including custom tolex colors, logo options, tube selections, and cabinet configurations. Contact our sales team at sales@boutiquetone.com to discuss your specific requirements. Custom orders typically have a 6-8 week lead time."},
{
id: "specifications",
title: "Where can I find detailed technical specifications?",
content:
"Comprehensive specifications for every product are available on our individual product pages. We provide frequency response charts, power ratings, tube configurations, dimensions, and weight information. We're transparent about our engineering—no hidden compromises.",
},
id: "specifications", title: "Where can I find detailed technical specifications?", content:
"Comprehensive specifications for every product are available on our individual product pages. We provide frequency response charts, power ratings, tube configurations, dimensions, and weight information. We're transparent about our engineering—no hidden compromises."},
]}
/>
</div>
@@ -137,16 +126,11 @@ export default function ContactPage() {
title="Trusted by Industry Leaders"
description="Featured in professional studios, touring rigs, and recording facilities worldwide"
tag="Partnership"
names={["Fender", "Marshall", "Boss", "Mesa Boogie", "Elektron", "Strymon"]}
textboxLayout="default"
useInvertedBackground={false}
logos={[
"http://img.b2bpic.net/free-vector/pack-four-guitar-logos-realistic-design_23-2147622725.jpg",
"http://img.b2bpic.net/free-photo/square-music-speaker-control-knobs-closeup-details_169016-51227.jpg",
"http://img.b2bpic.net/free-photo/grayscale-shot-drum-pad-machine-beats-sound-design-wooden-table_181624-58461.jpg",
"http://img.b2bpic.net/free-photo/square-music-speaker-control-knobs-closeup-details_169016-51227.jpg",
"http://img.b2bpic.net/free-photo/group-people-sound-mixer-station_53876-47001.jpg",
"http://img.b2bpic.net/free-photo/digital-mixer-recording-studio-with-computer-recording-sounds-music-concept-creativity-show-business_169016-2284.jpg",
]}
"http://img.b2bpic.net/free-vector/pack-four-guitar-logos-realistic-design_23-2147622725.jpg", "http://img.b2bpic.net/free-photo/square-music-speaker-control-knobs-closeup-details_169016-51227.jpg", "http://img.b2bpic.net/free-photo/grayscale-shot-drum-pad-machine-beats-sound-design-wooden-table_181624-58461.jpg", "http://img.b2bpic.net/free-photo/square-music-speaker-control-knobs-closeup-details_169016-51227.jpg", "http://img.b2bpic.net/free-photo/group-people-sound-mixer-station_53876-47001.jpg", "http://img.b2bpic.net/free-photo/digital-mixer-recording-studio-with-computer-recording-sounds-music-concept-creativity-show-business_169016-2284.jpg"]}
speed={40}
showCard={true}
/>