import React from "react"; import Image from "next/image"; import AnimatedText from "@/components/common/AnimatedText"; import { faqs } from "@/data/faq"; export default function Faq() { return (
img
faq


Have questions about our coconut processing machinery or turnkey solutions? We’ve compiled answers to the most common queries to help you make informed decisions. Whether you're just getting started or looking to scale up, we've got the answers you need.

ENGINEERED FOR PERFORMANCE
We deliver machines built for peak performance, safety, and longevity. From selection to support, we’re with you at every step.
TAILORED TO YOUR NEEDS
Our solutions are customized to your production goals. We support both small units and full-scale plants.
{faqs.map((faq, index) => (
{faq.answer}
))}
); }