Remove pricing section from Wix microsite
cgen-b82ecf6d203344479454406ba9e7e6bb
This commit is contained in:
parent
445f9f66de
commit
47b9b4a0bd
1 changed files with 0 additions and 7 deletions
|
|
@ -1,11 +1,9 @@
|
||||||
import Layout from "@/components/Layout";
|
import Layout from "@/components/Layout";
|
||||||
import WixHero from "@/components/wix/WixHero";
|
import WixHero from "@/components/wix/WixHero";
|
||||||
import ServiceCard from "@/components/wix/ServiceCard";
|
import ServiceCard from "@/components/wix/ServiceCard";
|
||||||
import PricingTable from "@/components/wix/PricingTable";
|
|
||||||
import FAQList from "@/components/wix/FAQ";
|
import FAQList from "@/components/wix/FAQ";
|
||||||
import LeadForm from "@/components/wix/LeadForm";
|
import LeadForm from "@/components/wix/LeadForm";
|
||||||
import services from "@/data/wix/services";
|
import services from "@/data/wix/services";
|
||||||
import pricing from "@/data/wix/pricing";
|
|
||||||
import faqs from "@/data/wix/faqs";
|
import faqs from "@/data/wix/faqs";
|
||||||
|
|
||||||
export default function Wix() {
|
export default function Wix() {
|
||||||
|
|
@ -23,11 +21,6 @@ export default function Wix() {
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section className="container mx-auto px-4 py-10">
|
|
||||||
<h2 className="text-2xl md:text-3xl font-semibold mb-6">Pricing</h2>
|
|
||||||
<PricingTable tiers={pricing} />
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<LeadForm />
|
<LeadForm />
|
||||||
|
|
||||||
<section className="container mx-auto px-4 py-10">
|
<section className="container mx-auto px-4 py-10">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue