Update src/app/contact/page.tsx
This commit is contained in:
@@ -27,31 +27,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Shop",
|
||||
id: "shop",
|
||||
href: "/shop",
|
||||
},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Kings Arts"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/shop",
|
||||
}}
|
||||
text: "Shop Now", href: "/shop"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Need Personalized Assistance?"
|
||||
title="We're Here for You"
|
||||
description="Our dedicated team is ready to provide expert advice and support for all your art needs. Reach out directly for a more personal touch."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: (123) 456-7890",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us: (123) 456-7890", href: "tel:+1234567890"},
|
||||
{
|
||||
text: "Email Support",
|
||||
href: "mailto:support@kingsarts.com",
|
||||
},
|
||||
text: "Email Support", href: "mailto:support@kingsarts.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,62 +114,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Paintings",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "Paintings", href: "/shop"},
|
||||
{
|
||||
label: "Sculptures",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "Sculptures", href: "/shop"},
|
||||
{
|
||||
label: "Art Supplies",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "Art Supplies", href: "/shop"},
|
||||
{
|
||||
label: "Prints",
|
||||
href: "/shop",
|
||||
},
|
||||
label: "Prints", href: "/shop"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Story", href: "/about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Team", href: "/about"},
|
||||
{
|
||||
label: "Workshops",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Workshops", href: "/about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"},
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user