Update src/app/pricing/page.tsx
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
@@ -82,29 +81,21 @@ const PricingPage = () => {
|
||||
<FaqDouble
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do I need to know how to code?", content:
|
||||
"Absolutely not! Webild is designed specifically for non-technical users. Our drag-and-drop editor makes it simple to build professional websites without any coding knowledge. If you can use email, you can use Webild."},
|
||||
id: "1", title: "Do I need to know how to code?", content: "Absolutely not! Webild is designed specifically for non-technical users. Our drag-and-drop editor makes it simple to build professional websites without any coding knowledge. If you can use email, you can use Webild."},
|
||||
{
|
||||
id: "2", title: "Can I cancel my subscription anytime?", content:
|
||||
"Yes, you can cancel your subscription at any time with no penalties or fees. We believe in providing value, and if Webild isn't right for you, we make it easy to leave. No long-term contracts required."},
|
||||
id: "2", title: "Can I cancel my subscription anytime?", content: "Yes, you can cancel your subscription at any time with no penalties or fees. We believe in providing value, and if Webild isn't right for you, we make it easy to leave. No long-term contracts required."},
|
||||
{
|
||||
id: "3", title: "Is my data secure?", content:
|
||||
"Security is our top priority. All Webild websites are protected with SSL certificates, daily backups, and enterprise-grade security measures. We comply with GDPR, CCPA, and other major data protection regulations."},
|
||||
id: "3", title: "Is my data secure?", content: "Security is our top priority. All Webild websites are protected with SSL certificates, daily backups, and enterprise-grade security measures. We comply with GDPR, CCPA, and other major data protection regulations."},
|
||||
{
|
||||
id: "4", title: "Can I use my own domain?", content:
|
||||
"Yes! With Starter plans and above, you can connect your custom domain. Professional and Enterprise plans include one free domain. You can also transfer existing domains to Webild easily."},
|
||||
id: "4", title: "Can I use my own domain?", content: "Yes! With Starter plans and above, you can connect your custom domain. Professional and Enterprise plans include one free domain. You can also transfer existing domains to Webild easily."},
|
||||
{
|
||||
id: "5", title: "What if I need help?", content:
|
||||
"We offer 24/7 support via live chat, email, and phone. Our knowledge base has hundreds of tutorials and guides. Plus, Webild Academy offers free courses to help you master the platform."},
|
||||
id: "5", title: "What if I need help?", content: "We offer 24/7 support via live chat, email, and phone. Our knowledge base has hundreds of tutorials and guides. Plus, Webild Academy offers free courses to help you master the platform."},
|
||||
{
|
||||
id: "6", title: "Can I sell products on Webild?", content:
|
||||
"Absolutely! All Webild plans include basic e-commerce features. Professional and Enterprise plans include advanced e-commerce with unlimited products, multiple payment options, and inventory management."},
|
||||
id: "6", title: "Can I sell products on Webild?", content: "Absolutely! All Webild plans include basic e-commerce features. Professional and Enterprise plans include advanced e-commerce with unlimited products, multiple payment options, and inventory management."},
|
||||
{
|
||||
id: "7", title: "How long does it take to build a website?", content:
|
||||
"With Webild's templates and editor, you can launch a professional website in as little as a few hours. Many of our users go from sign-up to live website in a single day!"},
|
||||
id: "7", title: "How long does it take to build a website?", content: "With Webild's templates and editor, you can launch a professional website in as little as a few hours. Many of our users go from sign-up to live website in a single day!"},
|
||||
{
|
||||
id: "8", title: "Do you offer refunds?", content:
|
||||
"Yes, we offer a 14-day money-back guarantee for all new subscriptions. If Webild doesn't meet your needs, we'll refund your subscription cost with no questions asked."},
|
||||
id: "8", title: "Do you offer refunds?", content: "Yes, we offer a 14-day money-back guarantee for all new subscriptions. If Webild doesn't meet your needs, we'll refund your subscription cost with no questions asked."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about Webild, pricing, and how it works."
|
||||
|
||||
Reference in New Issue
Block a user