import animationCharCome from "@/lib/utils/animationCharCome"; import { useEffect, useRef } from "react"; import { Accordion } from "react-bootstrap"; const Faq1 = () => { const charAnim = useRef(); useEffect(() => { animationCharCome(charAnim.current); }, []); return ( <>

FAQ

Frequently asked questions

Will I own the rights to my website and branding?

Yes, once the project is completed and paid for, you will have full ownership of your website, branding assets, and all related materials.

How do you ensure my website will reflect my brand identity?

We start with a comprehensive consultation to understand your brand, target audience, and specific preferences. Throughout the project, we maintain open communication and incorporate your feedback to ensure the final result aligns with your vision.

What if I don’t like the initial design concept?

We offer revision rounds at each stage of the design process to ensure the final product meets your expectations. If you’re not satisfied with the initial concept, we’ll work with you to make adjustments.

Can you help with domain registration and hosting setup?

Yes, we can assist with domain registration, hosting setup, and even provide recommendations for reliable hosting providers that suit your needs without charging you any extra fee.

Can I upgrade my package after starting the project?

Yes, you can upgrade your package at any time during or after the development process. Just reach out to our team to discuss the best options for your needs.

What type of support is included with each package?

Each package includes a specific duration of support to help you with any questions or issues. You can contact our support team via email or chat during this time.

Are there any additional costs I should be aware of?

Any additional costs will be discussed upfront, but it’s important to clarify your specific requirements to avoid unexpected expenses.

What happens after the included support period ends?

After the support period, you can opt for ongoing maintenance services for an additional fee, ensuring your website stays up-to-date and functional.

Will my website be mobile-friendly?

Yes, all packages ensure your website is optimized for mobile devices to enhance user experience.

What if I have a unique feature request not listed in the package?

We encourage you to discuss any unique requirements with our team, and we’ll work to create a custom solution tailored to your needs.

Can I request a custom package if none of these fit my needs?

Yes, we’re happy to create a custom package based on your specific requirements. Contact us to discuss your business, and we’ll tailor a solution for you.

What if I need additional features in the future?

We build our websites with scalability in mind, so you can easily add new features as your business grows. Just get in touch with us, and we can discuss the best way to implement additional functionality.

); }; export default Faq1;