Merge version_1 into main #14

Merged
bender merged 4 commits from version_1 into main 2026-03-03 11:32:28 +00:00
4 changed files with 44 additions and 92 deletions

View File

@@ -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 SplitAbout from "@/components/sections/about/SplitAbout";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
@@ -50,20 +49,16 @@ const AboutPage = () => {
imageAlt="Team collaboration and success"
bulletPoints={[
{
title: "Affordable Pricing", description:
"Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts.", icon: DollarSign,
title: "Affordable Pricing", description: "Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts.", icon: DollarSign,
},
{
title: "Expert Support", description:
"24/7 customer support via chat, email, and phone. Our team is always here to help you succeed.", icon: Headphones,
title: "Expert Support", description: "24/7 customer support via chat, email, and phone. Our team is always here to help you succeed.", icon: Headphones,
},
{
title: "Lightning Fast", description:
"Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged.", icon: Zap,
title: "Lightning Fast", description: "Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged.", icon: Zap,
},
{
title: "Secure & Reliable", description:
"Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee.", icon: Shield,
title: "Secure & Reliable", description: "Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee.", icon: Shield,
},
]}
buttons={[{ text: "Get Started", href: "https://app.webild.io/signup" }]}

View File

@@ -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 ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FaqDouble from "@/components/sections/faq/FaqDouble";
@@ -78,29 +77,21 @@ const ContactPage = () => {
<FaqDouble
faqs={[
{
id: "1", title: "What is the typical response time for support?", content:
"We aim to respond to all inquiries within 24 hours. Most questions are answered within a few hours during business hours. For urgent matters, we recommend using our live chat feature available on the platform."},
id: "1", title: "What is the typical response time for support?", content: "We aim to respond to all inquiries within 24 hours. Most questions are answered within a few hours during business hours. For urgent matters, we recommend using our live chat feature available on the platform."},
{
id: "2", title: "Do you offer training or onboarding?", content:
"Yes! We provide comprehensive onboarding for all new users. You'll get access to video tutorials, live webinars, and one-on-one guidance if needed. Webild Academy also offers free courses on advanced topics."},
id: "2", title: "Do you offer training or onboarding?", content: "Yes! We provide comprehensive onboarding for all new users. You'll get access to video tutorials, live webinars, and one-on-one guidance if needed. Webild Academy also offers free courses on advanced topics."},
{
id: "3", title: "Can you migrate my existing website to Webild?", content:
"Absolutely! Our team can help migrate your existing website to Webild. We support imports from most popular platforms. Contact our migration team for a free consultation."},
id: "3", title: "Can you migrate my existing website to Webild?", content: "Absolutely! Our team can help migrate your existing website to Webild. We support imports from most popular platforms. Contact our migration team for a free consultation."},
{
id: "4", title: "Do you offer custom development services?", content:
"Yes, we have a team of certified developers available for custom projects. Whether you need custom integrations, unique designs, or specialized features, we can help. Request a quote from our sales team."},
id: "4", title: "Do you offer custom development services?", content: "Yes, we have a team of certified developers available for custom projects. Whether you need custom integrations, unique designs, or specialized features, we can help. Request a quote from our sales team."},
{
id: "5", title: "What payment methods do you accept?", content:
"We accept all major credit cards (Visa, MasterCard, American Express), PayPal, and bank transfers for Enterprise plans. All payments are secure and processed through industry-standard encryption."},
id: "5", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, MasterCard, American Express), PayPal, and bank transfers for Enterprise plans. All payments are secure and processed through industry-standard encryption."},
{
id: "6", title: "Is there a free trial?", content:
"Yes! All Webild plans come with a 14-day free trial. No credit card required. Experience the full platform and see if it's right for your business before committing."},
id: "6", title: "Is there a free trial?", content: "Yes! All Webild plans come with a 14-day free trial. No credit card required. Experience the full platform and see if it's right for your business before committing."},
{
id: "7", title: "What happens to my website if I cancel?", content:
"Your website remains online after you cancel. You can export your site or continue using the free tier with Webild branding. You have full access to download your data anytime."},
id: "7", title: "What happens to my website if I cancel?", content: "Your website remains online after you cancel. You can export your site or continue using the free tier with Webild branding. You have full access to download your data anytime."},
{
id: "8", title: "Do you provide backups?", content:
"Yes! All Webild plans include automatic daily backups. We store backups for 30 days, and you can restore any previous version anytime. Enterprise plans include custom backup retention."},
id: "8", title: "Do you provide backups?", content: "Yes! All Webild plans include automatic daily backups. We store backups for 30 days, and you can restore any previous version anytime. Enterprise plans include custom backup retention."},
]}
title="Support & FAQs"
description="Get answers to common questions about support, billing, and technical matters."

View File

@@ -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 HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
@@ -77,23 +76,17 @@ const HomePage = () => {
<FeatureCardTwentySeven
features={[
{
id: "drag-drop", title: "Drag & Drop Editor", description:
"Build your website with our intuitive drag-and-drop interface. No coding knowledge required. Simply drag elements, customize, and watch your site come to life in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-illustration-of-a-drag-and-drop-inter-1772536634433-9c35836f.png", imageAlt: "Drag and drop editor interface"},
id: "drag-drop", title: "Drag & Drop Editor", description: "Build your website with our intuitive drag-and-drop interface. No coding knowledge required. Simply drag elements, customize, and watch your site come to life in real-time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-illustration-of-a-drag-and-drop-inter-1772536634433-9c35836f.png", imageAlt: "Drag and drop editor interface"},
{
id: "templates", title: "500+ Templates", description:
"Choose from hundreds of professionally designed templates for any industry. Each template is fully customizable and mobile-responsive, ready to match your brand identity.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-colorful-showcase-of-multiple-website--1772536635690-9ad0aec0.png", imageAlt: "Template gallery showcase"},
id: "templates", title: "500+ Templates", description: "Choose from hundreds of professionally designed templates for any industry. Each template is fully customizable and mobile-responsive, ready to match your brand identity.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-colorful-showcase-of-multiple-website--1772536635690-9ad0aec0.png", imageAlt: "Template gallery showcase"},
{
id: "mobile-responsive", title: "Mobile Responsive", description:
"Your website looks perfect on every device. Our adaptive layouts automatically adjust to phones, tablets, and desktops, ensuring a seamless user experience across platforms.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-visual-representation-of-responsive-we-1772536633769-afc7786b.png", imageAlt: "Mobile responsive design preview"},
id: "mobile-responsive", title: "Mobile Responsive", description: "Your website looks perfect on every device. Our adaptive layouts automatically adjust to phones, tablets, and desktops, ensuring a seamless user experience across platforms.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-visual-representation-of-responsive-we-1772536633769-afc7786b.png", imageAlt: "Mobile responsive design preview"},
{
id: "seo-optimized", title: "SEO Optimized", description:
"Built-in SEO tools help your website rank higher in search results. Meta tags, sitemap generation, and optimization recommendations are all included to boost your visibility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-dashboard-or-report-showing-seo-analyt-1772536635597-ee31d48d.png", imageAlt: "SEO analytics and tools dashboard"},
id: "seo-optimized", title: "SEO Optimized", description: "Built-in SEO tools help your website rank higher in search results. Meta tags, sitemap generation, and optimization recommendations are all included to boost your visibility.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-dashboard-or-report-showing-seo-analyt-1772536635597-ee31d48d.png", imageAlt: "SEO analytics and tools dashboard"},
{
id: "analytics", title: "Built-in Analytics", description:
"Track visitor behavior, conversion rates, and key metrics with integrated analytics. Understand your audience and make data-driven decisions to grow your business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-comprehensive-analytics-dashboard-show-1772536634905-ff5e71c6.png", imageAlt: "Analytics dashboard with charts and metrics"},
id: "analytics", title: "Built-in Analytics", description: "Track visitor behavior, conversion rates, and key metrics with integrated analytics. Understand your audience and make data-driven decisions to grow your business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-comprehensive-analytics-dashboard-show-1772536634905-ff5e71c6.png", imageAlt: "Analytics dashboard with charts and metrics"},
{
id: "e-commerce", title: "E-Commerce Ready", description:
"Sell products directly from your website. Built-in shopping cart, payment processing, and inventory management make it easy to turn visitors into customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-e-commerce-product-page-builder-inter-1772536634571-75cf8bde.png", imageAlt: "E-commerce product page setup"},
id: "e-commerce", title: "E-Commerce Ready", description: "Sell products directly from your website. Built-in shopping cart, payment processing, and inventory management make it easy to turn visitors into customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/an-e-commerce-product-page-builder-inter-1772536634571-75cf8bde.png", imageAlt: "E-commerce product page setup"},
]}
gridVariant="uniform-4-items"
animationType="slide-up"
@@ -124,20 +117,16 @@ const HomePage = () => {
imageAlt="Team collaboration and success"
bulletPoints={[
{
title: "Affordable Pricing", description:
"Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts.", icon: DollarSign,
title: "Affordable Pricing", description: "Get started for free. Upgrade only when you're ready. No hidden fees or long-term contracts.", icon: DollarSign,
},
{
title: "Expert Support", description:
"24/7 customer support via chat, email, and phone. Our team is always here to help you succeed.", icon: Headphones,
title: "Expert Support", description: "24/7 customer support via chat, email, and phone. Our team is always here to help you succeed.", icon: Headphones,
},
{
title: "Lightning Fast", description:
"Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged.", icon: Zap,
title: "Lightning Fast", description: "Websites built on Webild load in seconds. We optimize performance so your visitors stay engaged.", icon: Zap,
},
{
title: "Secure & Reliable", description:
"Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee.", icon: Shield,
title: "Secure & Reliable", description: "Enterprise-grade security with SSL certificates, daily backups, and 99.9% uptime guarantee.", icon: Shield,
},
]}
buttons={[{ text: "Learn More", href: "/about" }]}
@@ -172,23 +161,17 @@ const HomePage = () => {
<TestimonialCardTen
testimonials={[
{
id: "1", title: "Built Our Store in Days, Not Weeks", quote:
"As a small bakery, we didn't have the budget for a custom website. Webild's templates were perfect. We launched our online store in 3 days and made our first sale within a week!", name: "Sarah Martinez", role: "Owner, Sweet Delights Bakery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-wo-1772536633371-567f4289.png", imageAlt: "Sarah Martinez"},
id: "1", title: "Built Our Store in Days, Not Weeks", quote: "As a small bakery, we didn't have the budget for a custom website. Webild's templates were perfect. We launched our online store in 3 days and made our first sale within a week!", name: "Sarah Martinez", role: "Owner, Sweet Delights Bakery", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-wo-1772536633371-567f4289.png", imageAlt: "Sarah Martinez"},
{
id: "2", title: "Finally, a Platform That Grows With Us", quote:
"We started with Webild as a startup to showcase our portfolio. Two years later, we're running our entire business on it. The platform has evolved with our needs perfectly.", name: "Marcus Johnson", role: "Founder & CEO, Design Innovations Lab", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-ma-1772536632919-31d03914.png", imageAlt: "Marcus Johnson"},
id: "2", title: "Finally, a Platform That Grows With Us", quote: "We started with Webild as a startup to showcase our portfolio. Two years later, we're running our entire business on it. The platform has evolved with our needs perfectly.", name: "Marcus Johnson", role: "Founder & CEO, Design Innovations Lab", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-portrait-of-a-ma-1772536632919-31d03914.png", imageAlt: "Marcus Johnson"},
{
id: "3", title: "Support Team Went Above and Beyond", quote:
"I had zero technical skills, but the Webild support team guided me through every step. They made the process easy and actually enjoyable. Highly recommend!", name: "Jennifer Liu", role: "Consultant, Career Coaching Services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-woman-in-he-1772536633152-6fc01303.png", imageAlt: "Jennifer Liu"},
id: "3", title: "Support Team Went Above and Beyond", quote: "I had zero technical skills, but the Webild support team guided me through every step. They made the process easy and actually enjoyable. Highly recommend!", name: "Jennifer Liu", role: "Consultant, Career Coaching Services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-woman-in-he-1772536633152-6fc01303.png", imageAlt: "Jennifer Liu"},
{
id: "4", title: "Cut Costs and Improved Performance", quote:
"We switched from an expensive design agency to Webild. Not only did we save thousands, but our website loads faster and converts better. Best decision we made.", name: "Robert Chen", role: "Marketing Manager, TechGear Solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-man-in-his--1772536633579-bcc04bdb.png", imageAlt: "Robert Chen"},
id: "4", title: "Cut Costs and Improved Performance", quote: "We switched from an expensive design agency to Webild. Not only did we save thousands, but our website loads faster and converts better. Best decision we made.", name: "Robert Chen", role: "Marketing Manager, TechGear Solutions", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-man-in-his--1772536633579-bcc04bdb.png", imageAlt: "Robert Chen"},
{
id: "5", title: "Scaled Without Technical Headaches", quote:
"Managing multiple websites used to be a nightmare. With Webild's centralized dashboard, I manage 15 client sites easily. It's a game-changer for agencies.", name: "Amanda Rodriguez", role: "Agency Owner, Digital Growth Agency", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-woman-in-he-1772536633872-4c2b3bcd.png", imageAlt: "Amanda Rodriguez"},
id: "5", title: "Scaled Without Technical Headaches", quote: "Managing multiple websites used to be a nightmare. With Webild's centralized dashboard, I manage 15 client sites easily. It's a game-changer for agencies.", name: "Amanda Rodriguez", role: "Agency Owner, Digital Growth Agency", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-woman-in-he-1772536633872-4c2b3bcd.png", imageAlt: "Amanda Rodriguez"},
{
id: "6", title: "The Best ROI on Our Software Investments", quote:
"We measure everything at our company. Webild has the best ROI of any software we've invested in. The features and support are unmatched for the price.", name: "David Kim", role: "Business Operations Director, Global Logistics Partners", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-man-in-his--1772536634206-abec450e.png", imageAlt: "David Kim"},
id: "6", title: "The Best ROI on Our Software Investments", quote: "We measure everything at our company. Webild has the best ROI of any software we've invested in. The features and support are unmatched for the price.", name: "David Kim", role: "Business Operations Director, Global Logistics Partners", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQqtYFHY40Adt38U4P5cSAKG47/a-professional-headshot-of-a-man-in-his--1772536634206-abec450e.png", imageAlt: "David Kim"},
]}
title="What Our Users Love About Webild"
description="Real stories from real businesses using Webild to transform their online presence."
@@ -207,29 +190,21 @@ const HomePage = () => {
<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."

View File

@@ -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."