diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index c352440..b8f16fd 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -30,7 +30,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="compact"
sizing="mediumLarge"
- background="grid"
+ background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -51,7 +51,7 @@ export default function ContactPage() {
title="Begin Your Flooring Journey"
description="Contact our team for personalized consultations, samples, or project inquiries. We're here to bring your vision to life with premium solid wood flooring."
tagIcon={MessageSquare}
- background={{ variant: "grid" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/artisan-shaping-wooden-pieces-using-protective-equipment_482257-83682.jpg"
imageAlt="Wood flooring craftspeople at work"
@@ -78,41 +78,23 @@ export default function ContactPage() {
faqsAnimation="slide-up"
faqs={[
{
- id: "1",
- title: "What wood species do you offer?",
- content:
- "We specialize in European Oak, Ash, Walnut, Cherry, Canadian Maple, and exotic options like Teak and Cumaru. Each species offers unique grain patterns, durability, and aesthetic characteristics. Our team can recommend the perfect species for your space and lifestyle.",
- },
+ id: "1", title: "What wood species do you offer?", content:
+ "We specialize in European Oak, Ash, Walnut, Cherry, Canadian Maple, and exotic options like Teak and Cumaru. Each species offers unique grain patterns, durability, and aesthetic characteristics. Our team can recommend the perfect species for your space and lifestyle."},
{
- id: "2",
- title: "Are your floors environmentally sustainable?",
- content:
- "Absolutely. 100% of our timber is FSC-certified from responsibly managed forests. Our production facility runs on 65% solar energy, uses energy-efficient kilns, and recycles all waste materials. We're committed to preserving forests while creating beautiful floors.",
- },
+ id: "2", title: "Are your floors environmentally sustainable?", content:
+ "Absolutely. 100% of our timber is FSC-certified from responsibly managed forests. Our production facility runs on 65% solar energy, uses energy-efficient kilns, and recycles all waste materials. We're committed to preserving forests while creating beautiful floors."},
{
- id: "3",
- title: "What finish options are available?",
- content:
- "We offer three premium finishes: traditional lacquer for maximum durability, natural oil for warmth and authenticity, and oil-wax hybrid for balanced protection and aesthetic appeal. Each finish enhances the wood's natural beauty while providing lasting protection.",
- },
+ id: "3", title: "What finish options are available?", content:
+ "We offer three premium finishes: traditional lacquer for maximum durability, natural oil for warmth and authenticity, and oil-wax hybrid for balanced protection and aesthetic appeal. Each finish enhances the wood's natural beauty while providing lasting protection."},
{
- id: "4",
- title: "How do I care for solid wood flooring?",
- content:
- "Solid wood flooring requires regular sweeping, occasional damp mopping, and using wood-specific cleaners. Avoid excess moisture and direct sunlight. Our installation guides and maintenance products ensure your floors remain stunning for generations. We provide detailed care instructions with every order.",
- },
+ id: "4", title: "How do I care for solid wood flooring?", content:
+ "Solid wood flooring requires regular sweeping, occasional damp mopping, and using wood-specific cleaners. Avoid excess moisture and direct sunlight. Our installation guides and maintenance products ensure your floors remain stunning for generations. We provide detailed care instructions with every order."},
{
- id: "5",
- title: "What is the warranty coverage?",
- content:
- "We offer a comprehensive 25-year warranty covering manufacturing defects and finish integrity. Proper installation and maintenance ensure your warranty remains valid. We stand behind our craftsmanship with full confidence.",
- },
+ id: "5", title: "What is the warranty coverage?", content:
+ "We offer a comprehensive 25-year warranty covering manufacturing defects and finish integrity. Proper installation and maintenance ensure your warranty remains valid. We stand behind our craftsmanship with full confidence."},
{
- id: "6",
- title: "Can you handle custom orders and commercial projects?",
- content:
- "Yes. We excel at large-scale commercial installations and custom specifications. Our team works directly with architects and contractors to deliver exceptional results on projects of any scale. Contact us to discuss your project requirements.",
- },
+ id: "6", title: "Can you handle custom orders and commercial projects?", content:
+ "Yes. We excel at large-scale commercial installations and custom specifications. Our team works directly with architects and contractors to deliver exceptional results on projects of any scale. Contact us to discuss your project requirements."},
]}
/>
@@ -121,8 +103,7 @@ export default function ContactPage() {