diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 435dcaa..23e0756 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -27,31 +27,17 @@ export default function LandingPage() {
@@ -62,31 +48,20 @@ export default function LandingPage() {
description="Whether you have a question about our products, need assistance with an order, or want to discuss a custom art project, our team is ready to help. Fill out the form below or find other ways to reach us."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
- name: "subject",
- type: "text",
- placeholder: "Subject",
- required: false,
+ name: "subject", type: "text", placeholder: "Subject", required: false,
},
]}
textarea={{
- name: "message",
- placeholder: "Your Message",
- rows: 5,
+ name: "message", placeholder: "Your Message", rows: 5,
required: true,
}}
- imageSrc="http://img.b2bpic.net/free-photo/colorful-mural-graffiti-wallpaper_23-2149007743.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/colorful-mural-graffiti-wallpaper_23-2149007743.jpg"
imageAlt="Colorful mural graffiti art"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -100,35 +75,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "What types of art do you sell?",
- content: "We offer a diverse range of art, including abstract paintings, contemporary sculptures, fine art prints, and custom commissions from various artists.",
- },
+ id: "1", title: "What types of art do you sell?", content: "We offer a diverse range of art, including abstract paintings, contemporary sculptures, fine art prints, and custom commissions from various artists."},
{
- id: "2",
- title: "Do you offer art workshops?",
- content: "Yes, we host a variety of workshops for all skill levels, from beginner painting classes to advanced sculpture techniques. Check our 'Workshops' page for the latest schedule.",
- },
+ id: "2", title: "Do you offer art workshops?", content: "Yes, we host a variety of workshops for all skill levels, from beginner painting classes to advanced sculpture techniques. Check our 'Workshops' page for the latest schedule."},
{
- id: "3",
- title: "What art supplies are available?",
- content: "Our store stocks a comprehensive selection of premium art supplies, including paints (acrylic, oil, watercolor), brushes, canvases, sketchbooks, and specialty tools.",
- },
+ id: "3", title: "What art supplies are available?", content: "Our store stocks a comprehensive selection of premium art supplies, including paints (acrylic, oil, watercolor), brushes, canvases, sketchbooks, and specialty tools."},
{
- id: "4",
- title: "Can I commission a custom artwork?",
- content: "Absolutely! We connect clients with our network of talented artists for custom commissions. Please contact us with your project details to discuss possibilities.",
- },
+ id: "4", title: "Can I commission a custom artwork?", content: "Absolutely! We connect clients with our network of talented artists for custom commissions. Please contact us with your project details to discuss possibilities."},
{
- id: "5",
- title: "What is your return policy?",
- content: "We offer a 30-day return policy on all non-custom art supplies and artworks, provided they are in their original condition. Custom pieces are non-refundable.",
- },
+ id: "5", title: "What is your return policy?", content: "We offer a 30-day return policy on all non-custom art supplies and artworks, provided they are in their original condition. Custom pieces are non-refundable."},
{
- id: "6",
- title: "Do you ship internationally?",
- content: "Yes, we ship our products worldwide. Shipping costs and delivery times vary by destination. You can find more details on our Shipping Information page.",
- },
+ id: "6", title: "Do you ship internationally?", content: "Yes, we ship our products worldwide. Shipping costs and delivery times vary by destination. You can find more details on our Shipping Information page."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common queries about our products, services, and workshops. If you don't see your question, feel free to reach out to us directly."
@@ -140,20 +97,15 @@ export default function LandingPage() {
@@ -162,62 +114,37 @@ export default function LandingPage() {