update faq to support grouping

This commit is contained in:
brooke 2024-07-15 11:05:44 -04:00
parent 99dbaea8ec
commit a1d5f93ada
2 changed files with 65 additions and 65 deletions

View file

@ -1,31 +1,65 @@
---
date: '2024-05-22T12:47:43-04:00'
title: 'FAQ'
questions:
- question: "What is the turn-around time?"
answer: "Our consultation and estimate process typically takes 1-2 business days. For most projects, we estimate a one month turnaround time. However, we understand that emergencies may arise and we can accommodate last-minute requests for an additional fee. Please note that projects requested within a month of the due date may be subject to a 25-50% upcharge."
faq:
- group: General
questions:
- question: What types of items do you offer for rent or sale?
answer: We offer a wide range of metal items including art, decorative pieces, and large structural installations.
- question: How can I contact you?
answer: You can contact us by filling out the inquiry form on our website.
- question: Do you offer custom welding services?
answer: Yes, we specialize in custom welded structures tailored to your needs.
- question: What areas do you provide delivery to?
answer: Our standard delivery costs apply to the Atlanta Metro, but we provide delivery, installation, and breakdown services in other states upon request.
- question: "Is Gallo Welding licensed and insured?"
answer: "Gallo Welding has been licensed and insured since 2020. We understand the importance of ensuring our clients' peace of mind, and we take our responsibility as a licensed and insured business seriously."
- group: Ordering and Booking
questions:
- question: Do you offer in-person consultation?
answer: Depending on the size of the project, absolutely. Most design changes can be communicated through email. If the design is unique and hard to thoroughly communicate over an email or phone call, we can sit down in person to design the perfect structure for you.
- question: How far in advance should I book for rentals?
answer: For custom builds, we recommend booking at least 4-8 weeks in advance to ensure availability. For existing rental items, we can accommodate “last minute” requests.
- question: Can I modify an existing design or request a custom piece?
answer: Absolutely! We welcome custom orders and modifications to existing designs.
- question: Do you require a deposit for rentals or custom orders?
answer: Yes, we require a half-down deposit to secure your booking or custom order.
- question: What payment methods do you accept?
answer: We normally take payments through our Square invoices. If you would like to avoid Squares 3% processing fees, we also accept Zelle, CashApp, Venmo, PayPal, check, or cash.
- question: "Is Ian Gallo a certified Welder?"
answer: "Ian Gallo is a skilled welder with multiple nationally-recognized AWS certifications earned from Lively Tech's Advanced Welding Program. He is also Atlanta UA Local Union 72 certified and has over 10 years of experience in welding structural steel buildings, farm equipment, large trailers, and commercial and residential handrails. You can trust him to provide high-quality, heavy-duty welding services with guaranteed satisfaction."
- group: Delivery and Pickup
questions:
- question: Do you offer customer pickup options?
answer: Yes, we offer shop pickup to help you save on delivery costs.
- question: How does delivery work?
answer: We provide delivery either by our team or through the Roadie driver app.
- question: What are the delivery charges?
answer: Delivery charges vary depending on the distance and size of the order. Please contact us for a quote.
- question: Do you offer on-site installation and breakdown services?
answer: Absolutely! We offer on-site installation and breakdown services for all of our structures. This service ensures that you can focus on the key aspects of your event while we take care of setting up and dismantling.
- question: "How's your pricing?"
answer: "To determine the project costs, we start by calculating the material costs based on the project dimensions. Next, we contact multiple Atlanta based metal suppliers to obtain the best prices. Labor hours required for the build are also factored into the final cost. Additional costs such as painting, installation, and breakdown are available upon request. Rental pricing is calculated as a percentage of the total project cost. A 3% processing fee will be included on the invoice. Please note that projects requested within one month of the due date are subject to a 25-50% upcharge."
- group: Collaborations and Partnerships
questions:
- question: Do you offer discounts for bulk orders?
answer: Yes, we offer discounts for bulk orders. Please contact us for more information.
- question: Are you open to collaborations with other vendors or artists?
answer: Absolutely! We love collaborating with other creatives. Please reach out to discuss potential partnerships.
- question: "Can you do install & breakdown?"
answer: "Absolutely! We typically estimate installation and breakdown costs to be around 25% of the total project cost. However, please note that events outside the Atlanta Metro area may be subject to additional travel fees."
- group: Feedback and Reviews
questions:
- question: How can I leave feedback about my experience?
answer: We welcome feedback from our customers. You can leave a review on our Instagram posts, or contact us directly with your feedback.
- question: Do you have any testimonials from previous clients?
answer: Yes, we have testimonials from satisfied clients. You can find them on our Instagram page. We can also get you in contact with several business owners that we regularly work with.
- question: "What is the difference between paint & powder coat"
answer: "When it comes to finishing metal sculptures, the choice between paint and powder coating depends on the product and the desired end result. Powder coating offers a more durable, smooth, and protective finish, making it the better option if you need a longer-lasting coating for your metal structure. However, if your metal sculpture will be covered with floral arrangements or is not intended to be the focal point of the display, paint may be a suitable alternative."
learnMore: "https://raypaulcoating.com/services/#powder-coating"
- question: "Can I see the powder coat color options?"
answer: "Certainly! You can view our full color selection by clicking the link below."
learnMore: "https://tcipowder.com/resources/color-selector/"
- question: "Do you build with wood? "
answer: "Although our specialty is working with steel, we do occasionally work with wood as well. In fact, we have a family friend who is an expert woodworker, so we can definitely help you with your woodworking needs if required."
- group: Safety and Compliance
questions:
- question: Are your products compliant with safety regulations?
answer: Yes, our products meet safety standards and regulations. We prioritize safety in all our designs and installations. We are also OSHA 30 certified.
- question: Can you provide proof of welding certifications?
answer: Yes, the owner has nationally recognized AWS certifications from the advanced welding program at Lively Tech. Certifications include steel, stainless, and aluminum for structural and pipe. Welding processes include stick(SMAW), TIG(GTAW), and MIG(GMAW).
- group: Community
questions:
- question: Are you involved in any community initiatives or charities?
answer: Yes, we are very active in community initiatives and charities. This includes Food 4 Life (a.k.a Food Not Bombs), Distribute Aid, and the Chastain Conservatory Fundraiser event. We're also involved in multiple art groups in Atlanta. Please contact us to learn more about our involvement.
---

View file

@ -1,45 +1,11 @@
{{ if .Params.questions }}
<ul class="flex flex-col gap-2 mx-auto mb-16">
{{ range .Params.questions }}
<li>
<details class="group">
<summary
class="border-1 rounded-lg border-white flex items-center justify-between gap-2 pb-4 font-medium marker:content-none hover:cursor-pointer"
>
<span class="flex gap-2">
<span class="text-md font-bold">{{ .question }}</span>
</span>
<svg
class="min-w-5 min-h-5 text-gray-500 transition group-open:rotate-90"
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"
></path>
</svg>
</summary>
<article class="px-4 pb-4">
<ul class="flex flex-col gap-1 pl-2">
<li class="flex flex-col gap-2 text-sm">
{{ .answer }} {{ if .learnMore }}
<a
class="font-bold underline"
href="{{ .learnMore }}"
target="_blank"
>Learn More</a
>{{ end }}
</li>
</ul>
</article>
</details>
</li>
{{ if .Params.faq }} {{ range .Params.faq }}
<div class="max-w-[800px]">
<h2 class="text-xl font-bold mb-2 text-gray-800">{{ .group }}</h2>
{{ range .questions }}
<details class="border rounded p-2 mb-2 bg-white shadow-sm text-gray-800">
<summary class="cursor-pointer text-sm">{{ .question }}</summary>
<p class="pt-4 text-sm italic">{{ .answer }}</p>
</details>
{{ end }}
</ul>
{{ end }}
</div>
{{ end }} {{ end }}